Google+

Pages

Sunday, July 8, 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 :)

1 comment:

Ellena F said...

Hi great reading your posst