When you fetch product data, you get the price as integer. Now, you must display the price with currency suffix. You can do this with the following code:-
// let $_finalPrice be the integer price fetched
$formattedPrice = Mage::helper('core')->currency($_finalPrice,true,false);
Saturday, September 17, 2011
Format Price in Magento
Posted by Mohan Natarajan on 6:43 AM
0 comments:
Post a Comment