cancel
Showing results for 
Search instead for 
Did you mean: 

Magento 1.9 change email totals

SOLVED
   Did you know you can see the translated content as per your choice?

Translation is in progress. Please check again after few minutes.

Magento 1.9 change email totals

Hello Members,

I want to customize the invoice email send to the customers, more specifically the totals section.  I have couple of questions about this.
Where are the invoice files for the email located?
How can i modify the files? Any links would be useful. 
I also need to translate some of the words like Grand Total (inkl. tax) and Tax. Which .csv files control this?

Thanks

1 ACCEPTED SOLUTION

Accepted Solutions

Re: Magento 1.9 change email totals

Hello,

 

You can find template email here: app/locale/en_US/template/email/sales

I use rwd package as current package

Layout for email:app/design/frontend/rwd/default/layout/sales.xml => lines 270 ~ 330

Templates render: app/design/frontend/rwd/default/template/email

For translation Tax:

app/locale/en_US/Mage_Tax.csv

 

You should read more here: http://www.demacmedia.com/magento-commerce/how-to-create-custom-email-templates-in-magento/

 

PS: You should post at Core Technology - Magento 1.x

Problem solved? Click Accept as Solution!

View solution in original post

1 REPLY 1

Re: Magento 1.9 change email totals

Hello,

 

You can find template email here: app/locale/en_US/template/email/sales

I use rwd package as current package

Layout for email:app/design/frontend/rwd/default/layout/sales.xml => lines 270 ~ 330

Templates render: app/design/frontend/rwd/default/template/email

For translation Tax:

app/locale/en_US/Mage_Tax.csv

 

You should read more here: http://www.demacmedia.com/magento-commerce/how-to-create-custom-email-templates-in-magento/

 

PS: You should post at Core Technology - Magento 1.x

Problem solved? Click Accept as Solution!