Remote area deliveries often attract carrier surcharges, have limited carrier options, and take longer to arrive. Without a visible flag, these orders may be shipped via an unsuitable carrier or quoted with standard delivery times, leading to customer complaints and unexpected costs.
OrderBadger can automatically flag orders shipping to remote or hard-to-reach areas.
Any store shipping physical products nationally or internationally - especially those using carriers that define remote area surcharge zones.
How it works
Checks whether the shipping destination has been classified as a remote area based on your carrier's surcharge zone definitions. If the address is in a remote area, the order is badged so your team can take appropriate action.
Verify the carrier supports delivery to the destination. Apply any remote area surcharges if not already included. Communicate extended delivery timelines to the customer.
Rule template
Write this (or something similar) in the OrderBadger rule builder. The AI compiler turns it into executable logic automatically.
Make it yours
- If your remote-area flag produces too many false positives, check your carrier plugin's postcode definitions - some include semi-rural areas that ship fine with standard services.
- Add 'and order total is over £100' to focus only on high-value remote orders where a carrier surcharge materially affects your margin. The order is being shipped to a remote area and order total is over £100
- Add 'and total order weight is over 5 kg' to flag remote-area orders that are also heavy - the combination most likely to trigger surcharges. The order is being shipped to a remote area and total order weight is over 5 kg
Badge preview
When this rule matches
When this rule does not match
Good to know
- Remote area classification depends on your carrier integration or postcode lookup configuration. If not configured, the field will be null and this rule will not trigger.
- Different carriers define remote areas differently. This flag reflects a single derived boolean and does not indicate which specific carrier considers it remote.
Frequently asked questions
-
Where does the remote area classification come from?It comes from your carrier integration or postcode lookup configuration. OrderBadger reads a derived boolean (is_remote_area) that your shipping setup provides - it does not maintain its own remote area database.
-
What happens if I haven't configured remote area detection?The is_remote_area field will be null, and this rule will simply never trigger. You need a carrier plugin or postcode lookup that populates this field for the badge to appear.
-
Can this rule distinguish between different carriers' remote area definitions?No. The rule checks a single boolean flag. If you use multiple carriers with different remote area zones, the flag reflects whichever carrier or lookup service populates the field. You would need separate rules per carrier if granularity is required.
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