1.

How we can format price in Magento?

Answer»

To format price in MAGENTO, DEVELOPERS USE the below givensyntax.
$formattedPrice = MAGE::helper('core')->currency($finalPrice, true, FALSE);



Discussion

No Comment Found