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.