Contributions

Features (Category Index)
Search: 

Display 2 Price Columns - Inc & Ex VAT

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');

Expand All / Collapse All

Display 2 Price Columns - Inc & Ex VAT Chris Aitken 15 Oct 2004

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');

Note: Contributions are used at own risk.