Re: How To Display Price Including and Excluding VAT
An oldish thread, but maybe useful to some people.
If you wish to do the same thing on the product page - this is one answer.
Duplicate the taxed_price.tpl template that is shown earlier, e.g call it taxed_price_p.tpl
and in the else line, change the value to this:
value=$product.taxes
then edit the product.tpl file and call this new file, instead of the original.
|