Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

question regarding invoice generation


Guest

Recommended Posts

Hi,

I would like to know which file echos the following text to the generate the invoice for customers:

I looking for the following text;

"Sub-Total"

"Shipping"

"Tax"

"Total"

 

i know they are defined in /langauges/englisk/invoice.php

define('ENTRY_SUB_TOTAL', 'Sub-Total:');

define('ENTRY_SHIPPING', 'Shipping:');

define('ENTRY_TAX', 'Tax:');

define('ENTRY_TOTAL', 'Total:');

 

I searched through /admin/invoice.php to see where abouts these are echoed, but i cannot find any reference to this.....

 

any ideas....

 

thanks for your...

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...