currency code | naveenOS https://www.naveenos.com How may I help you - Magento Certified Developer Thu, 08 Jul 2010 08:16:04 +0000 en-US hourly 1 https://wordpress.org/?v=6.5.2 Get the current currency code and symbol in magento https://www.naveenos.com/2010/07/get-the-current-currency-code-and-symbol-in-magento https://www.naveenos.com/2010/07/get-the-current-currency-code-and-symbol-in-magento#comments Thu, 08 Jul 2010 08:16:04 +0000 http://naveenos.com/?p=155 I have tried many times but I didn’t got success . But today I got the solution to show the currency symbol of product price: Currency Code : <?php echo $currency_code = Mage::app()->getStore()->getCurrentCurrencyCode(); ?> Currency Symbol : <?php echo Mage::app()->getLocale()->currency(Mage::app()->getStore()->getCurrentCurrencyCode())->getSymbol(); ?> Tweet This Post

The post Get the current currency code and symbol in magento first appeared on naveenOS.]]>
https://www.naveenos.com/2010/07/get-the-current-currency-code-and-symbol-in-magento/feed 3