Search This Blog

Wednesday 7 March 2012

Magento: Format Price

<?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

1 comment:

  1. hello dude, thanks for the sharing .

    I need to format price using javascript .

    can you help me out

    thanks
    vishal

    ReplyDelete