I created a rule in the catalog for all products with a 30% discount from 19/11 to 25/11, but prices are always the same, do I need a cron job? how can I check if cron job is active? which command in cron job should I run to update all catalog prices with the discount I made? thank you
Hello @hypnos761,
As new rules are added, the prices and the priorities are recalculated accordingly.
To check cronjob working on site or not
Take a view to your MySQL Database > table cron_schedule. There are all magento created jobs with timestamp of creation, scheduled, executed and their status.
If anything wrong, then look for the cron job in the table and see if there is any log in the message column.
--
If my answer is useful, please Accept as Solution & give Kudos
hello, thanks for your reply. I applied the rule, but I did not solve it. In the cron_scedule table there are only job code: "core_email_queue_send_all"
You need to click on Save and Apply button from backend Catalog Rule section to affect catalog rule in Storefront.
You might be created catalog rule and only press Save button instead of Save and Apply button on specific catalog rule page.
Hi, yes I have pressed the save and apply button, but the problem has not been solved, can it depend on the cron job? thanks
Try setting the start date to yesterday's date.