Friday, August 17, 2012

Magento:: currency format


  >> Get currency symbol :
Mage::app()->getLocale()->currency(Mage::app()->getStore()->getCurrentCurrencyCode())->getSymbol();

  >> Change price format with currency symbol :
Mage::helper('core')->currency($price);



No comments:

Post a Comment