1/27/2010

How to get currency symbol?

Code is useful for get currency symbol
    
     Mage::app()->getLocale()->currency(Mage::app()->getStore()->
     getCurrentCurrencyCode())->getSymbol()

or if you want to pass a certain currency code simply specify it:

     Mage::app()->getLocale()->currency('EUR')->getSymbol()


Source  : http://www.activecodewar.com/

No comments:

Post a Comment