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/
Thanks for posting this, after reading this post I got an idea how to get currency..mine was :
ReplyDeleteMage::app()->getConfig()->getNode('default/'.Mage_Directory_Model_Currency::XML_PATH_CURRENCY_BASE);
That for me was enough
Thanks for this helpful code to get currency symbol.
ReplyDeleteThanks alot.
ReplyDeleteThis comment has been removed by the author.
ReplyDelete