Displaying Currency in magento with php number_format() June 15, 2011 admin Uncategorized Leave a comment <?php echo number_format($_product->getFinalPrice(),2);?>