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