I am struggling to work out how to first detect if a rule applies to a product in magento then display the amount.
I found this but you need to specify a specific rule id which isnt idea - and it doesnt detect if it applies to the current product.
//$rule = Mage::getModel('salesrule/rule')->load(5);
//$rule->setWebsiteIds("5");
//echo $rule->getDiscountAmount();
Thanks