Tuesday 2 December 2014

Magento get actual price and special price of a product?

$_formattedActualPrice = Mage::helper('core')->currency($_product->getPrice(),true,false);

$_formattedSpecialPrice = Mage::helper('core')->currency($_product->getFinalPrice(),true,false);

Hope it helps. Thanks.

No comments:

Post a Comment