7/08/2012

How to get current currency code in Magento

To get current currency code in magento, use it:

<?php echo Mage::app()->getStore()->getCurrentCurrencyCode(); ?>

That's it.. Enjoy :)

No comments:

Post a Comment