Guest orders lack customer history, making fraud assessment harder and preventing loyalty tracking. Without a visual indicator, guest orders blend in with registered customer orders.
OrderBadger can flag every guest checkout automatically.
Stores that allow guest checkout but want visibility into which orders come from unregistered buyers - useful for fraud-sensitive stores and those encouraging account registration.
How it works
Adds a badge to any order placed without a logged-in customer account. This gives you instant visibility into which orders come from unregistered buyers.
Consider verifying payment details for high-value guest orders. You may also want to include an account creation prompt in the order confirmation email.
Rule template
Write this (or something similar) in the OrderBadger rule builder. The AI compiler turns it into executable logic automatically.
Make it yours
- This rule has no thresholds - it fires on every guest order. If that is too broad, add conditions to narrow it (see extend tips).
- Add 'and order total is over £200' to only badge high-value guest orders that warrant extra fraud scrutiny. The order was placed as a guest without a customer account and order total is over £200
- Add 'and shipping method contains express or next-day' to flag guest express orders - a common fraud pattern - while letting standard guest orders pass quietly. The order was placed as a guest without a customer account and shipping method contains express or next-day
Badge preview
When this rule matches
When this rule does not match
Good to know
- This is a simple boolean check - it cannot distinguish between intentional guest buyers and customers who forgot to log in.
- Customer history fields (previous orders, lifetime spend, etc.) return null for guests, so combining this with history-based rules requires care.
Frequently asked questions
-
If I disable guest checkout in WooCommerce, will this rule ever trigger?No. If your store requires account registration, all orders will be placed by registered customers and this rule will never produce a badge.
-
Can I use this badge to identify orders that need extra fraud checks?Yes, that is a common use case. Since guest orders have no purchase history, pairing this badge with a manual review step helps catch potentially fraudulent orders from unknown buyers.
-
What if a returning customer places an order without logging in?The order will be flagged as a Guest checkout. WooCommerce treats the order as a guest order even if the email matches an existing account, so the badge will still appear.
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