SyntaxFix
Write A Post
Hire A Developer
Questions
Unformatted and formatted:
$price = $product->getPrice(); $formatted = Mage::helper('core')->currency($price, true, false);
Or use:
Mage::helper('core')->formatPrice($price, true);