Monday, June 6, 2011

how to get the currency symbol for current store in magento?

// Currency Symbol for Bangladesh is "Tk"
Mage::app()->getLocale()->currency(Mage::app()->getStore()->getCurrentCurrencyCode())->getSymbol();

Source : http://harisur.net/how-to-get-the-currency-symbol-for-current-store-in-magento

No comments:

Post a Comment