I have 3 VAT Rates on my site, 21%, 13.5% and 0% for my products. All my prices shown on my site are ex VAT (as they must be as my business is wholesale and not retail). I want to show the product Description followed by the Vat Rate, e.g Mars €10 (excluding VAt at 21%). It all works for 21% and 13.5% products but when the product has 0% VAT it displays nothing. Is there anyway to get actinic to show Zero % Vat. I am using the following code with Tax Rate to show the VAT, <code>
"(Excluding <actinic:block if="%3cactinic%3avariable%20name%3d%22IsTax1Used%22%20%2f%3e"><actinic:variable name="TaxName1"/> at <actinic:variable name="TaxRate1"/>%</actinic:block><actinic:block if="%3cactinic%3avariable%20name%3d%22IsTax1AndTax2Used%22%20%2f%3e"> and </actinic:block><actinic:block if="%3cactinic%3avariable%20name%3d%22IsTax2Used%22%20%2f%3e"><actinic:variable name="TaxName2"/> at <actinic:variable Name="TaxRate2"/>%</actinic:block>)" </code>
Thanks in advance.
"(Excluding <actinic:block if="%3cactinic%3avariable%20name%3d%22IsTax1Used%22%20%2f%3e"><actinic:variable name="TaxName1"/> at <actinic:variable name="TaxRate1"/>%</actinic:block><actinic:block if="%3cactinic%3avariable%20name%3d%22IsTax1AndTax2Used%22%20%2f%3e"> and </actinic:block><actinic:block if="%3cactinic%3avariable%20name%3d%22IsTax2Used%22%20%2f%3e"><actinic:variable name="TaxName2"/> at <actinic:variable Name="TaxRate2"/>%</actinic:block>)" </code>
Thanks in advance.
Comment