Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Change Text on checkout confirmation.php


ludowhite

Recommended Posts

Hi everyone

Where can I change "tax" to "invoice includes tax" on the checkout confirmation page.

Also, it possible to add additional text to this page.

Any suggestions appreciated

Thanks for Looking

 

Ludo

Link to comment
Share on other sites

go to catalog>includes>languages>english>checkout_confirmation.php

 

where it says:

 

define('HEADING_TAX', 'Tax');

 

change to:

 

define('HEADING_TAX', 'Invoice Includes Tax');

 

 

i know you can add extra text to this page also but i'm not an expert and i would need more specific information about what you want to do.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...