Announcement

Collapse
No announcement yet.

I have selected to display both tax inclusive and exclusive prices, how can I show...

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    I have selected to display both tax inclusive and exclusive prices, how can I show...

    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> NETQUOTEVAR: DISCOUNT_QUANTITY *Without Spaces*
    NETQUOTEVAR:TAXMESSAGE</b> <span class="actxsmall">(Excluding VAT:
    NETQUOTEVAR:COST)</span>

    Select Design | Text and use the 'Go to' button to locate Phase -1 ID 219. Replace the text with
Working...
X