Code is useful for get currency symbol
1 | Mage::app()->getLocale()->currency(Mage::app()->getStore()->getCurrentCurrencyCode())->getSymbol(); |
or if you want to pass a certain currency code simply specify it:
1 | Mage::app()->getLocale()->currency( 'EUR' )->getSymbol(); |
No comments:
Post a Comment