I have selected to display both tax inclusive and exclusive prices, how can I show the tax inclusive followed by the exclusive price?
v7 and earlier
Replace the code in Act_ProductPrice.html with: -
<br><b>
<Actinic:RETAIL_PRICE_TEXT>NETQUOTEVAR:PRICEPROMPT
</Actinic:RETAIL_PRICE_TEXT> NETQUOTEVARISCOUNT_QUANTITY
NETQUOTEVAR:TAXMESSAGE</b> <span class="actxsmall">(Excluding VAT:
NETQUOTEVAR:COST)</span>
save and close the file.
v8 and later
Please go to 'Settings | Site Options | Layout' and in the 'Product' group select 'Standard Tax Inclusive and Exclusive Price' for the 'Price Layout' field and field and click 'OK'.
v7 and earlier
Replace the code in Act_ProductPrice.html with: -
<br><b>
<Actinic:RETAIL_PRICE_TEXT>NETQUOTEVAR:PRICEPROMPT
</Actinic:RETAIL_PRICE_TEXT> NETQUOTEVARISCOUNT_QUANTITY
NETQUOTEVAR:TAXMESSAGE</b> <span class="actxsmall">(Excluding VAT:
NETQUOTEVAR:COST)</span>
save and close the file.
v8 and later
Please go to 'Settings | Site Options | Layout' and in the 'Product' group select 'Standard Tax Inclusive and Exclusive Price' for the 'Price Layout' field and field and click 'OK'.