To get Current Currency
To get current currency symbol use:
$currency_code = Mage::app()->getStore()->getCurrentCurrencyCode();
To get current currency symbol use:
Mage::app()->getLocale()->currency(Mage::app()->getStore()->getCurrentCurrencyCode())->getSymbol();
No comments:
Post a Comment
Thankyou for your Comments