Posted - 04/15/2018 : 03:12:14
Is this any help?
Show tax inclusive prices
To show tax exclusive price followed by the inclusive price on the products page use $showtaxinclusive=1; the wording for the tax can be changed in vsadmin/inc/languagefile_en.php.
From version 5.4 to only show tax inclusive price, set
$showtaxinclusive=2;
From version 6.3 if the tax is already assumed to be included in the product price, set
$showtaxinclusive=3;
Zero tax display (Minimum version 6.6) If an item is tax exempt and you need to show the zero tax display rather than the default which is no display at all, add the following...
$alwaysdisplaycountrytax=TRUE;
Steve Bolton, Lancashire, United Kingdom. Using ECT PHP versions since 2004
"Make it as simple as possible, but not simpler."
|