Hi Guys
I am using the you save function from the AUG and I have a price was £5.99 now £4.99 and says you save 2% which is wrong I have checked the code and it says $rawprice = $rawprice * 1.175; // add in vat if showing VAT inc prices
// only display is we have an RRP and there's a saving to show
if ( ($rrp != 0) && ($rrp > $rawprice) ) which means that the vat is still at 17.5% what do I need to change the 1.175 to as I have tried 2.200 and 1.200 and it makes the whole you save line disappear on the product preview screen then ??? any help much appreciated
I am using the you save function from the AUG and I have a price was £5.99 now £4.99 and says you save 2% which is wrong I have checked the code and it says $rawprice = $rawprice * 1.175; // add in vat if showing VAT inc prices
// only display is we have an RRP and there's a saving to show
if ( ($rrp != 0) && ($rrp > $rawprice) ) which means that the vat is still at 17.5% what do I need to change the 1.175 to as I have tried 2.200 and 1.200 and it makes the whole you save line disappear on the product preview screen then ??? any help much appreciated
Comment