for current currency
$currency_code = Mage::app()->getStore()->getCurrentCurrencyCode();
for currency symbol
Mage::app()->getLocale()->currency(Mage::app()->getStore()->getCurrentCurrencyCode())->getSymbol();
Hope it helps... Thanks....
$currency_code = Mage::app()->getStore()->getCurrentCurrencyCode();
Mage::app()->getLocale()->currency(Mage::app()->getStore()->getCurrentCurrencyCode())->getSymbol();
Mohan Natarajan Powered by Blogger
No comments:
Post a Comment