Contributions
Display 2 Price Columns - Inc & Ex VAT
This will allow you to display 2 price colmuns in your Product Listing screen.
Price (Ex VAT) and Price (Inc VAT).
Expand All / Collapse All
Just an update to have a complete package.
Change file catalog/includes/languages/english/advanced_search.php
Around line 44 find:
define('TABLE_HEADING_PRICE', 'Price');
Add the following Line directly after:
define('TABLE_HEADING_PRICE_EX', 'Ex VAT');
You will also need to add the followign to catalog/includes/languages/english/index.php
around line 30:
define('TABLE_HEADING_PRICE_EX', 'Ex VAT');
This will allow you to display 2 price colmuns in your Product Listing screen.
Price (Ex VAT) and Price (Inc VAT).
Note: Contributions are used at own risk.