Showing posts with label Format custom amount in magento. Show all posts
Showing posts with label Format custom amount 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); ?>