Sorry - but where exactly do I put those, there is already that code in there. I have
And can't see where to put it again. I am sorry for being so slow on the uptake
Code:
<actinic:variable value="Product Price Including Tax" name="PreFormattedPrice" /> <actinic:block if="%3cactinic%3avariable%20name%3d%22IsTaxMessageShown%22%20%2f%3e" > <span class="actlarge"> (Including <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>) </span> </actinic:block>
Comment