Re: How To Display Price Including and Excluding VAT
No, put it in the template where you already have:
{currency value=$product.taxed_price tag_id="product_price"}
If though you are using variants with different prices, you'll need extra coding to account for the id that updates the prices as the variant changes.
|