Format price in the current locale and currency

Please change $finalPrice to you're price variable  ....

<?php  echo  $formattedPrice = Mage::helper('core')->currency($finalPrice, true, false); ?>

                                         OR
<?php  echo $formattedPrice = Mage::helper('core')->currency($finalPrice,true,false); ?>




No comments:

Post a Comment