In this instance, I'm using components to offer an additional service or add a surcharge.
Using to add an optional extra, I have a checkbox and a component for each option.
On the standard component layout there is the following:
Which inserts the text from the Customer Message field from the Prices tab of component itself. Is there a version of this which will insert the price? It's a pain in the arse having to hard code prices into the HTML field.
Using to add an optional extra, I have a checkbox and a component for each option.
On the standard component layout there is the following:
<Actinic:PRICE_EXPLANATION PROD_REF="<actinic:variable name="ProductReference" />" COMPONENTID=<actinic:variable name="ComponentIndex" />><actinic:variable name="ComponentRetailCustomerMessage" /></Actinic:PRICE_EXPLANATION><br>
Comment