If you need to get the current currency symbol for your website, use this :
1 | Mage::app()->getLocale()->currency(Mage::app()->getStore()->getCurrentCurrencyCode())->getSymbol() |
why so simple ?
If you need to get the current currency symbol for your website, use this :
1 | Mage::app()->getLocale()->currency(Mage::app()->getStore()->getCurrentCurrencyCode())->getSymbol() |
why so simple ?