Wednesday, November 23, 2011

How to get current currency and Symbol

To get Current Currency

$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

LinkWithin

Blog has moved, searching new blog...