diff --git a/docs/changelog/7.x.x.txt b/docs/changelog/7.x.x.txt index 225a2e31e..85fac6dd4 100644 --- a/docs/changelog/7.x.x.txt +++ b/docs/changelog/7.x.x.txt @@ -5,6 +5,7 @@ - fixed #10985: Survey: can't add multiple choice answer - fixed #11197: Survey Edit Console is not i18n'ed - fixed USPS driver only works on domestic addresses. + - fixed Shop is not sending notification emails to the user, or to the notification group. 7.8.3 - Rewrote Spectre's workflow queues to prevent it from "forgetting" about some workflows. diff --git a/lib/WebGUI/Shop/Admin.pm b/lib/WebGUI/Shop/Admin.pm index 8dc24fb74..8b25a689f 100644 --- a/lib/WebGUI/Shop/Admin.pm +++ b/lib/WebGUI/Shop/Admin.pm @@ -202,7 +202,7 @@ sub www_editSettings { hoverHelp => $i18n->get("my purchases detail template help"), ); $form->template( - name => 'receiptEmailTemplateId', + name => 'shopReceiptEmailTemplateId', namespace => "Shop/EmailReceipt", label => $i18n->get("receipt email template"), hoverHelp => $i18n->get("receipt email template help"),