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

天大地大妈咪最大 提交于 2019-12-06 09:29:07

问题


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


回答1:


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.



来源:https://stackoverflow.com/questions/32367989/how-to-change-content-of-order-confirmation-email-template-in-prestashop

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!