You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Try changing an order status to 'sent' or 'processed' and you get a template php error due to the $FromEmail in silvershop/core/templates/SilverShop/Model/Order_StatusEmail.ss
This results in no email being sent for order status change.
Also, it seems to be impossible to override this template with a custom user template in eg. /themes/my-theme/templates/SilverShop/Model/Order_StatusEmail.ss
Note that other email templates Order_AdminNotificationEmail.ss, Order_ConfirmationEmail.ss and Order_ReceiptEmail.ss can be overridden without issue.
Suggested fix: replace $FromEmail with $CurrentMember.FirstName