Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Australian GST Text problem


mickm

Recommended Posts

Posted

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

Posted

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.

Posted

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...