Promotion is not getting applied after few days
-
Bagisto Version : v1.4.5
Here is the catalog rule screenshot
This rule applies to all categories and site owners want to give 10% discount on all products.
So randomly, the promotion is not applied on all products and once we login to the admin panel and save the promotion, it gets applied for a few days again issue occurs and we had to log in to the admin panel and save the promotion again!
Initially, we thought we were doing something wrong which is causing this issue but in the last few days no one is logging in to the admin panel and still we are facing this issue.
-
Hello there,
While using catalog rule for continue running the catalog queries you can add the below command in your Cron jobs and set the time accordinly.
php artisan product:price-rule:index
-
@Amitk-Webkul , thank you for reply. I have made changes in Kernel file. Lets see the result in few days.
Thank you for the response again!
-
-
@Amitk-Webkul said in Promotion is not getting applied after few days:
php artisan product:price-rule:index
I have the same issue while writing a new catalog rules its not appearing in all product , its only appearing the latest updated product. and if will update the product it will reflect on that only please help me out from this.