I want to use NQV:COST twice in my product template Act_CentreProductline.html.
Its already part of Act_ProductPrice.html ...... great, but I would like to show the price only elsewhere on that product template.
But the NQV,
does not seem to work outside of Act_ProductPrice.html?
Is there another way ?
Thanks, S.
Its already part of Act_ProductPrice.html ...... great, but I would like to show the price only elsewhere on that product template.
HTML Code:
<!-- ProductPrice HTML begin --> <!-- This template is used for the product price text. --> <br><b> NETQUOTEVAR:PRICEPROMPT NETQUOTEVAR:DISCOUNT_QUANTITY NETQUOTEVAR:COST</b> <span class="actxxsmall">NETQUOTEVAR:TAXMESSAGE</span> <!-- This template is used for the product price text. --> <!-- ProductPrice HTML end -->
HTML Code:
NETQUOTEVAR:COST
Is there another way ?
Thanks, S.
Comment