<?php echo $formattedPrice = Mage::helper('core')->currency('100.00',true,false); ?>
OR
<?php echo Mage::app()->getLocale()->currency(Mage::app()->getStore()->getCurrentCurrencyCode())->getSymbol(); ?> 90.00
OR
<?php echo Mage::app()->getLocale()->currency(Mage::app()->getStore()->getCurrentCurrencyCode())->getSymbol(); ?> 90.00
hello dude, thanks for the sharing .
ReplyDeleteI need to format price using javascript .
can you help me out
thanks
vishal