Showing posts with label Formatting price in Magento. Show all posts
Showing posts with label Formatting price in Magento. Show all posts

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); ?>