How to get current currency the customer use in the store?
<?php echo $currency_code = Mage::app()->getStore()->getCurrentCurrencyCode(); ?>
How to get current currency the customer use in the store?
<?php echo $currency_code = Mage::app()->getStore()->getCurrentCurrencyCode(); ?>