简体   繁体   中英

Magento Catalog Price Rules not being applied

I have created a catalog price rule in magento to offer a discount across all products. The rules is saved and i have applied it in the magento admin.

However, none of the prices on the front end are affected.

Has anyone come across this before and can any one please advise?

Most likely it is because your Catalog product price index needs to be re-run.

You can either do this in the Admin area under System > Index Manager, or there is a shell command available in the /shell directory. Change to the shell directory and run:

php indexer.php --reindex catalog_product_price

Note this can cause a fair load on a large production site, exercise caution as to timing when you re-index.

Also, if you have your cron properly set up, the system will rebuild its price rules nightly just after midnight.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM