Current Problem
Scenario - client want to start a promo at 16:30 adding an item onto an order over £50. Great, dead easy. Client want to end this promo at 19:30 - pain in the <ahem> as you have to wait around / have to plan your evening around being able to be logged in to turn rule off. Solution - give us a start date & time field and then an end date and time field which we can set if applicable. Adding this as a wish while I sit at my desk on a Friday night willing the next 19 minutes to pass swiftly so I can turn off the rule, go home and have a beer....... |
|
Idea to resolve Problem | Add a start date & time and then an end date and time which we can set if applicable |
Just wanted to help you out with this one. this can be done already. You would set the rule to be an 'AND' Param and set the conditions to following:
OrderDateDayOfWeek
Equals
Friday*
OrderDateTimeOfDay
GreaterThan
16:30
OrderDateTimeOfDay
LessThan
19:30
OrderValue
GreaterThan
50.00