Discussions
Change "Only" to "Price"?
Hi all,
At the moment, all the prices have a leading "Only: " in front, but I want to change it to "Price: ".
I can see the call that's used in the template to be
<%=getTranslatedText('site','pagemessage','theme_only_')%><%=getCurrentAttribute('item','salesPriceHTML')%>
Do I have to remove the first <> section and hard-code "Price: " in front of the second <>? It would be fantastic if there's a way to change it rather than hard-coding it in.
Thanks very much in advance.