I'm developing a site using Umbraco 7.4.3 with Merchello 2.2.0 and the "Order Confirmation" notifications are being sent out fine but the "Order Shipped" aren't and I can't see any error in the logs.
I was wondering whether I needed to do something to get the notification to trigger?
Order Shipped Notifications not being sent
Hi,
I'm developing a site using Umbraco 7.4.3 with Merchello 2.2.0 and the "Order Confirmation" notifications are being sent out fine but the "Order Shipped" aren't and I can't see any error in the logs.
I was wondering whether I needed to do something to get the notification to trigger?
Any help would be much appreciated. Cheers,
James
Hey James,
Add an event handler:
Hi Rusty,
I've added this and the event handler gets hit and the notification trigger is sent but no email is sent? The logs says the following as expected:
No errors or warnings after this.
In the UI the email has an attached event of "Order Shipped (Razor)" and email template is an existing template called
OrderShipped.cshtml
.Anything else I've missed?
Hey Simon,
Are you passing recipients in your call to the trigger?
No, because in the UI it is marked to send the notification to the customer so I assumed the trigger would handle that for me. Is that not the case?
It will as long as you a recipient assigned in the back office.
is working on a reply...