Orders placed outside business hours may not be processed until the next working day, but customers may not realise this. Without flagging, out-of-hours orders get mixed in with in-hours orders, making it harder to manage expectations and prioritise the queue.
OrderBadger can flag orders placed outside your configured business hours.
Stores with defined business hours that want to track and manage orders placed outside those hours - useful for setting dispatch expectations and identifying out-of-hours buying patterns.
How it works
Checks whether the order was placed during your defined business hours using the derived is_business_hours field. Orders placed outside those hours are badged, giving you visibility into out-of-hours demand.
Set customer expectations via order confirmation emails that out-of-hours orders will be dispatched on the next business day. Use the data to inform staffing decisions if out-of-hours volume is significant.
Rule template
Write this (or something similar) in the OrderBadger rule builder. The AI compiler turns it into executable logic automatically.
Make it yours
- Add 'and order total is over £200' to only flag high-value after-hours orders that warrant proactive dispatch communication. The order was placed outside of business hours and order total is over £200
- Add 'and payment method is cod' to single out after-hours COD orders, which are more likely to face delivery complications if dispatched without confirmation. The order was placed outside of business hours and payment method is cod
Badge preview
When this rule matches
When this rule does not match
Good to know
- Business hours must be configured in your store settings for this rule to work. If not configured, the field will be null and the rule will not trigger.
- This uses the store's timezone, not the customer's. A customer in a different timezone may place an order during their business hours that falls outside yours.
Frequently asked questions
-
What happens if I haven't configured business hours in my store settings?The is_business_hours field will be null and the rule will never trigger. You must configure your business hours for this rule to work.
-
Does this use the customer's timezone or my store's timezone?It uses your store's timezone as set in WordPress. A customer in a different timezone may place an order during their daytime that falls outside your business hours.
-
Can I define different business hours for weekdays and weekends?That depends on how your store settings handle business hours. The rule itself checks a single is_business_hours flag, so any weekday/weekend logic needs to be configured at the store level.
Related rules
Try this rule in your store
OrderBadger is free on WordPress.org. Install it and create this rule in minutes - no code required.
Install OrderBadger Free