Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Basic text addition to checkout_confirmation.php page


Very Evil Dentist

Recommended Posts

Hi Guys – long time reader first time poster!!!

 

I’m trying to add a small piece of text - “incl GST” to the “Total:” of the checkout_confirmation.php page.

 

Basically Aussie GST and Oscommerce are like water and Oil…

 

As long as the prices are stated as being “incl GST” the tax can be turned off (assuming your final price is gst inc)

 

So…

 

I have played around with catalog\includes\languages\english\checkout_confirmation.php to no avail. And poked around

 

Catalog\checkout_confirmation.php

 

Just want to add some basic text to the template ARH!!

 

Muchos!

 

VED

Link to comment
Share on other sites

Ved,

 

in the /includes/languages/english/checkout_confirmation.php file find this line:

 

define('HEADING_TAX', 'Tax');

 

 

change it to somethiing like this:

 

define('HEADING_TAX', 'Tax (incl GST)');

 

 

 

Chris

Link to comment
Share on other sites

Ved,

 

in the /includes/languages/english/checkout_confirmation.php file find this line:

 

define('HEADING_TAX', 'Tax');

 

 

change it to somethiing like this:

 

define('HEADING_TAX', 'Tax (incl GST)');

 

 

 

Chris

 

Thanks for the reply Chris,

 

I was trying this last night and also just tried again now. I also modified this line...

 

define('HEADING_TAX', 'Tax (incl GST)');

define('HEADING_TOTAL', 'Total (incl GST)');

 

The strange thing is that on the confirmation page the TEXT reads.... "Total: $4155.00" there is a semi colon in the text yet when we look at the original code above there is no ":".

 

Could it be in the catalog/checkout_confirmation.php?

 

It is driving me nuts! :'( such a small bit of text!!

 

thanks in advance.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...