Hello,
I have promotion system that I would make it auto run only between specific hours, let's say between 6 and 9am? is this possible?
Hello,
I have promotion system that I would make it auto run only between specific hours, let's say between 6 and 9am? is this possible?
You may script the auto-promote condition to check the current time, and if it is between 6am-9am, return true. A bit of groovy knowledge required of course.