I'm trying to get the price of each item to display in the format "£10.00" but can't seem to manage it. At first glance this seems easy (Alter the Act_ProductPrice.html file or the options in Actinic relating to price display), but I need that file / output style to stay as it is for use by another page in the system. I have tried using "NETQUOTEVAR:COST" but this just displays as "NETQUOTEVAR:COST" instead of the price. I have also tried including the Act_ProductPrice.html file (If this was to work I could create a modified version and include that instead) but that displays the NETQUOTEVARS as text too.
What am I doing wrong here? I know that I could use the "NETQUOTEVAR:PRODUCTPRICE" to fill a javascript variable (Then strip the characters I dont want), but my experience of doing things like that is that it all goes wrong later when the client decides to change how they want the price output.
Anyone got any ideas for me?
What am I doing wrong here? I know that I could use the "NETQUOTEVAR:PRODUCTPRICE" to fill a javascript variable (Then strip the characters I dont want), but my experience of doing things like that is that it all goes wrong later when the client decides to change how they want the price output.
Anyone got any ideas for me?
Comment