user383698
user383698

Reputation: 85

magento invoice edit text

I am trying to to edit the text that appears in the invoice.ex: to change tax to deposite or grand total to total due.Anyhow I don't want to change the amount of tax.I have tried searching on it a lot.I have I tried to make some changes in the mage/sales/model/order/invoice.php and mage/tax/block/sales/order/tax.php.I have also tried to change other mage files but of no use.I am a newbie please help. any help will be appreciated.

Upvotes: 0

Views: 2349

Answers (1)

clockworkgeek
clockworkgeek

Reputation: 37700

Use either inline translation or locale translation.

The former is good for a quick change that only applies to the current install of Magento. The latter is better when you want to distribute your changes with extensions or themes to other sites.

Upvotes: 2

Related Questions