In Magento, we can use $product->getSpecialPrice() to get the discount price which is set under product view. Is there a way to get the discount price for a SKU from Catalog Price Rule programmatically Below is the solution Mage::getModel('catalogrule/rule')->calcProductPriceRule($product,$product->getPrice());
find some magento simple technical solution easly get solution with wide explanation. how we can use the solution code. Here i am posting what i faced issues and found issues solving solution. Magento is most powerful eCommerce frame work. working in magento framwork finding soluiotn and sharing technical knowledge here.