111oneeleven Posted June 7, 2009 Share Posted June 7, 2009 See contribution VAT Price Incl and Excl here: http://www.oscommerce.com/community/contri...ns,1737/page,78 Seems like the catalog/includes/classes/currencies.php got developed since 2004. The contribution says: In catalog/includes/classes/currencies.php find: return $this->format(tep_add_tax($products_price, $products_tax) * $quantity); And replace with: return $this->format(tep_add_tax($products_price, $products_tax) * $quantity) . VAT_TEXT . '<br> ' . $this->format($products_price * $quantity) . ' ' . EX_VAT_TEXT; Does someone know the proper code for the newer currencies.php file as the code looks different there now? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.