Posted - 02/28/2019 : 03:23:58
Hi,
In my includes.php I have the following to show the price excluding VAT followed by the inclusive price in brackets.
$ssIncTax='(%s <font size="1">Inc. VAT</font>)';
This all works fine but I am starting to setup Alt Prod ID's for some of these products and instead of getting
£9.99 (£11.99 Inc. VAT)
as I used to on these products I now get
£11.99
as soon as I add the Alt Prod ID's
Everything else seems to work OK so I am wondering if the $ssIncTax setting works with Alt Prod ID's.
Is there another setting I need that I have missed?
We are currently on v6.9.4
Regards, David
|