Magento, PHP, MySQL, AJAX, Zend, cPanel or OpenSource…
How to edit default email templates in Magento?
To change default email template, we need to edit html files in app\locale\en_US\template\email
If you are using other languages than en_US then open corresponding folder to make changes.
You also need to edit few more files, in order to get rid of these type of things:
{{layout handle="sales_email_order_items" order=$order}}
so, make changes of files in app\design\frontend\your_theme\default\template\email otherwise you would see default email template.
| This entry was posted by admin on September 10, 2010 at 10:32 am, and is filed under General, Magento. Follow any responses to this post through RSS 2.0. You can skip to the end and leave a response. Pinging is currently not allowed. |