Bibisha Jacob
Bibisha Jacob

Reputation: 491

How to change content of order confirmation email template in prestashop?

I want to change the content of order confirmation email template, only if a particular product has ordered. Is there any solution?

Upvotes: 3

Views: 6517

Answers (1)

Garry Cooper
Garry Cooper

Reputation: 206

You can find the general template of email order confirmation in mails/language/order_conf.(html/txt).

The product list template in mails/languages/order_conf_product_list.(tpl/txt)

Called in classes/PaymentModule.php, validateOrder() function if you want to add variables.

Upvotes: 9

Related Questions