I trying to turn off the 2nd currency in * under
Design-->Option-->Misce-->Also display prices in..
but once I turn it off. My Price per metre and Today Rate will be gone. Why is this so? And how should I do?
------------------------------------------------------------------------------
Price per cm: S$0.55 / US$0.32*
Price per metre: S$55 / US$32*
Today Rate: US$32 Euro$29 per meter
------------------------------------------------------------------------------
I added the extended info in product template as :
<b>NETQUOTEVAR:PRODUCTPRICE</b>
<script language=JavaScript>
<!--
var mainprice = metreprice(thiscost);
if ( mainprice) document.write('<br><b>' + mainprice + '</b>');
//-->
Thank in advance.
Design-->Option-->Misce-->Also display prices in..
but once I turn it off. My Price per metre and Today Rate will be gone. Why is this so? And how should I do?
------------------------------------------------------------------------------
Price per cm: S$0.55 / US$0.32*
Price per metre: S$55 / US$32*
Today Rate: US$32 Euro$29 per meter
------------------------------------------------------------------------------
I added the extended info in product template as :
<b>NETQUOTEVAR:PRODUCTPRICE</b>
<script language=JavaScript>
<!--
var mainprice = metreprice(thiscost);
if ( mainprice) document.write('<br><b>' + mainprice + '</b>');
//-->
Thank in advance.
Comment