Guest Posted April 27, 2005 Share Posted April 27, 2005 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.