$_formattedActualPrice = Mage::helper('core')->currency($_product->getPrice(),true,false);
$_formattedSpecialPrice = Mage::helper('core')->currency($_product->getFinalPrice(),true,false);
Hope it helps. Thanks.
$_formattedSpecialPrice = Mage::helper('core')->currency($_product->getFinalPrice(),true,false);
Hope it helps. Thanks.
No comments:
Post a Comment