Replies: 1 comment
-
As you may see, OpenMage only allows us to run the the price alerts cronjob Daily/Weekly/Monthly at a certain time. In my opinion, if I create a discount today, sending the notification after a week or a month is absolutely ridiculous. The cronjob should run ASAP, a value between 1-6 hours is best suited for immediate effect. It's true that one time per day would be OK. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
ORIGINAL POST FROM HERE #1587
By default OpenMage is sending Product Alerts notifications using the information stored in this file:
file: /app/code/core/Mage/ProductAlert/etc/config.xml
line: 335
As you can see the notifications are sent always at 00:00 and I really don't like this. The customers should get the notifications immediately to get the expected effect, not at night which is annoying. I tried to change the value in Backend but it seems to be hardcoded.
I created an module to change the config.xml file only. Here is the new content:
Now Product Alerts notifications are sent to customers every 3 minutes. We should do something to control this value in Backend.
Beta Was this translation helpful? Give feedback.
All reactions