简体   繁体   中英

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?

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.

How to override Admin Controller help: http://www.placementquestion.com/tutorial/magento/override_admin_controller_in_magento

Hope will help!

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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