mickm Posted December 22, 2002 Posted December 22, 2002 Hi All, I need to change on the customer order form/invoice/my account the word "Tax" to "GST". I have gone through all the relative pages searching for the word "Tax:" and changed them to "GST:" but on the customer order form, emails, invoices etc... it still comes up with "Tax:" Any ideas out there? Mick
eureka Posted December 22, 2002 Posted December 22, 2002 You need to go to /admin/includes/english/invoice.php and change update the following line: define('TABLE_HEADING_TAX', 'GST'); Same for the other files too.
mickm Posted December 23, 2002 Author Posted December 23, 2002 It almost did the trick... I followed your instructions and changed everything, but it still didn't show up, however, I found a reference to 'Tax' in the catalog/includes/languages/english/modules/order_total/ot_tax.php so I thought I would change that and see how it went... I changed define('MODULE_ORDER_TOTAL_TAX_TITLE', 'Tax'); to this define('MODULE_ORDER_TOTAL_TAX_TITLE', 'GST'); and it finally worked... But thank you for pointing me in the right direction... Mick
Recommended Posts
Archived
This topic is now archived and is closed to further replies.