Can email template be defined differently for each Payment Method?
It seems that the Confirmation Email is unique and defined just once and used for all payment methods.
I would like to know if it's possible to define an Email Template to be used on each Payment Method, or if it can be overriden on each Payment Method. For example, if the customer choose "Account Transfer" I want to send a confirmation email, eventually with the data to proceed with the transfer (IBAN, Descrption, Amount, etc.).
The email content will be different if the user choose PayPal for example.
There's only one default confirmation mail per shop. You can use another template though, using the Tea Commerce .NET API. Here you can hook into the before confirmation e-mail send event and do your thing.
You can choose to send another e-mail template or just alter the confirmation e-mail. You will have access to the order object and could deside what template to send based on anything you want.
Can email template be defined differently for each Payment Method?
It seems that the Confirmation Email is unique and defined just once and used for all payment methods.
I would like to know if it's possible to define an Email Template to be used on each Payment Method, or if it can be overriden on each Payment Method. For example, if the customer choose "Account Transfer" I want to send a confirmation email, eventually with the data to proceed with the transfer (IBAN, Descrption, Amount, etc.).
The email content will be different if the user choose PayPal for example.
Is this possible?
Thanks in advance
There's only one default confirmation mail per shop. You can use another template though, using the Tea Commerce .NET API. Here you can hook into the before confirmation e-mail send event and do your thing.
You can choose to send another e-mail template or just alter the confirmation e-mail. You will have access to the order object and could deside what template to send based on anything you want.
/Rune
is working on a reply...