Hello,
I want to show prices with VAT and beneath prices without VAT. CS-Cart knows how to do the reverse but I don`t know how to make it to show it like I want. So big price with VAT and a smaller price without vat.
How to do it?
Thanks!
Just change your css file
Use chrome and right click on what you want to change (obviously, the price), choose inspect element to see what you need to change. Or use firebug for Firefox.
It is not that easy. I want a reverse calculation. Prices will be added including taxes and instead of adding value of tax, to substract this value from price. The way it appears it is easy to be changed.
Has anyone found out how to do this? To display both with and without tax on product page?