Monday 29 September 2014

Format price in magento


Format price in magento

With this code you can format magento price or magento custom amount

<?php echo Mage::helper('core')->currency($_product->getPrice(),2); ?>

No comments: