简体   繁体   English

Magento发票电子邮件

[英]Magento invoice emails

is there anybody who is able to tell me how exactly I can make Magento automatically send an custom html invoice email containing some custom variables like tax number? 有谁能告诉我如何使Magento自动发送包含一些自定义变量(如税号)的自定义html发票电子邮件?

Really appreciate it! 真的很感激!

You need to override Invoice Controller app\\code\\core\\Mage\\Adminhtml\\controllers\\Sales\\Order\\InvoiceController.php , when admin create an Invoice ans email will go to that customer. 您需要覆盖Invoice Controller app\\code\\core\\Mage\\Adminhtml\\controllers\\Sales\\Order\\InvoiceController.php ,当管理员创建发票时,电子邮件将发送给该​​客户。

How to override Admin Controller help: http://www.placementquestion.com/tutorial/magento/override_admin_controller_in_magento 如何覆盖管理控制器帮助: http : //www.placementquestion.com/tutorial/magento/override_admin_controller_in_magento

Hope will help! 希望会有所帮助!

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM