I have magento(v 1.9.2.4) site and I have to give 30% in every Products and its work on some Products and not work in some other Products.
now i'm edit any product detail(change name or price) then, it's work fine for that particular Product and show discount on that Product.
for solution i did Index Management but its not work.
Any help or suggestion will be appreciated.
Firstly you may need to check with
Catalog Price Rules
Try click on
Apply Rules
button , also you need to have proper configuration inSystem->configuration->system->cron
and follow this linkyou have definition of observer for
catalog_product_save_commit_after
event to apply all rules to product after product has been saved: