Saturday 23 March 2013

magento get current currency symbol



 $storeid = 1;
 $currencyCode = Mage::app()->getStore($storeId)->getCurrentCurrencyCode(); /* Currncy Code*/
$currencySymbol = Mage::app()->getLocale()->currency($currencyCode)->getSymbol(); /* Currency Symbol */

1 comment:

Unknown said...

Magento Integration can be complex for new developers of the platform.