Wednesday, 15 June 2011

Displaying Currency in magento with php number_format()

<?php echo number_format($_product->getFinalPrice(),2);?>

No comments:

Post a Comment