Im using Magento ver. 1.9.2.4 CE
I have few different Catalog Price Rules that are applied across customer groups which give 20%, 30%, etc off of products.
The problem I'm having is that the rules, even though they are still in place, seem to 'switch off' within a day or so of having them applied.
As an example, when working correctly the website shows the discount price and 30% off label. Everything is fine through the checkout process.
When things go 'wrong' after an unknown period of time (usually within 24 hours), the discounted price is shown, but the 30% off label disappears and when added to the cart, the product is listed at it's full price.
To correct this, I have to go into Promotions > Catalog Price Rules and click 'Apply Rules', which is obviously not great for me having to do this each day. Has anyone come across, or have a solution to my problem please?
Thanks
Hi @cooshti
Please check if the cron job is running properly or not. You may also follow Catalog Price Rules disappear overnight
Hi @cooshti,
Also be sure to set both start date and end date on the pricerules
Indeed, check your cron -- without cron the catalog price rules will be disabled overnight. To avoid infinite / overlapping rules, I guess.
The cron is working every 5 minutes ... I get an email telling me it's been processed.
I've set an end date in 2027 on the rules, but they drop off and I'm still having to manually applying them.
Just to be clear, as I'm still pretty new to Magento ... do I need to specify somewhere in admin what the cron.sh command will process? At the moment I just have my cpanel set to run cron.sh every 5 minutes, but I haven't done anything in admin relating to cron jobs. Is there somewhere else I need to have it set up?
HI @cooshti,
Here is a screenshot from my CE 1.9.2.3 under cron settings.
You will find this under System > Configuration > ADVANCED > System >Cron (Scheduled Tasks) - all the times are in minutes
Also did you set the start date and end date on them (I only read END date to 2027).. ?
/Kent
Hi @KentChrDK
I've checked the settings in your image and mine are exactly the same - version 1.9.2.4
It's driving me crazy having to manually apply the rules each day.
I'm running the cron from my whm using cron.sh ... do you think I should try cron.php instead?
Thanks
hi @cooshti,
Yes - please try cron.php and see if this makes any difference
Hi @cooshti,
I faced the same issue
The rules is stop working and I have to apply it each day
Have you found any solution for that?
Thanks
Hi Sumayah,
I've had that problem before, it's some years ago. As far as I remember, this was the helpful answer:
https://stackoverflow.com/questions/30236821/catalog-price-rules-disappear-after-mid-night-in-magent...