I am currently struggling to get confirmation emails to be sent to the customer.
I am assigning to the customer using the correct member key, I would have assumed this would pull through the member email values but currently it is not, does this have to be added to a property manually?
I have got the toggle on the email template set to "Send to Customer".
Any advice on how to move past this would be appreciated. Thanks.
Emails not being sent to customer
Hi
I am currently struggling to get confirmation emails to be sent to the customer.
I am assigning to the customer using the correct member key, I would have assumed this would pull through the member email values but currently it is not, does this have to be added to a property manually?
I have got the toggle on the email template set to "Send to Customer".
Any advice on how to move past this would be appreciated. Thanks.
Hi Andrew,
Yes, you need to set an
email
property on the order along these lineshttps://github.com/vendrhub/vendr-demo-store/blob/v3/main/src/Vendr.DemoStore/Web/Controllers/CheckoutSurfaceController.cs#L93
Assigning the order to a a customer doesn't prepopulate anything, it just marks the order as being linked to that member.
Thanks again for the speedy response Matt. That's sorted it.
is working on a reply...