Changeset 3494961
- Timestamp:
- 03/30/2026 09:10:35 PM (5 days ago)
- File:
-
- 1 edited
-
orderbadger/trunk/readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
orderbadger/trunk/readme.txt
r3494802 r3494961 24 24 **Write what you want in plain English.** No dropdowns, no nested condition builders, no ceiling where you need a developer. Describe what matters to your business in a sentence: 25 25 26 * "New customer account created in the last 7 days, order total over £200, requesting express delivery" 27 * "Customer has placed 10 or more orders and has purchased from the same category at least 5 times" 28 * "Repeat customer returning after more than 90 days, whose current order exceeds their average spend" 26 * "New customer account created in the last 7 days, order total over £200, requesting express delivery" ([see example](https://orderbadger.com/kb/ops-first-order-high-value/)) 27 * "Customer has placed 10 or more orders and has purchased from the same category at least 5 times" ([see example](https://orderbadger.com/kb/experienced-category-buyer/)) 28 * "Repeat customer returning after more than 90 days, whose current order exceeds their average spend" ([see example](https://orderbadger.com/kb/health-reactivated-dormant-customer/)) 29 29 30 30 None of these are possible in a standard condition builder without developer help. … … 49 49 50 50 * Write rules in plain English - the AI compiles them automatically 51 * Start from 150+ ready-made templatesgrouped by store type51 * Start from [150+ ready-made templates](https://orderbadger.com/kb/) grouped by store type 52 52 * Preview rules against recent orders before activating 53 53 * 40+ order fields: customer history, item details, shipping, stock, time of day … … 77 77 5. Review follow-up items in the Badge Inbox when needed. 78 78 79 **Guides and examples:** 80 81 For more ideas, browse the [full rule library](https://orderbadger.com/kb/) (150+ ready-made templates) or read the how-to guides: 82 83 Customer intelligence: 84 85 * [How to flag repeat customers in WooCommerce](https://orderbadger.com/guides/flag-repeat-customers/) 86 * [How to spot first-time customers in WooCommerce](https://orderbadger.com/guides/flag-first-time-customers/) 87 * [How to track customer lifecycle stages in WooCommerce](https://orderbadger.com/guides/track-customer-lifecycle/) 88 89 Revenue protection: 90 91 * [How to highlight high-value orders in WooCommerce](https://orderbadger.com/guides/identify-high-value-orders/) 92 * [How to detect suspicious or risky orders in WooCommerce](https://orderbadger.com/guides/detect-suspicious-orders/) 93 * [How to protect order margins in WooCommerce](https://orderbadger.com/guides/prevent-margin-loss/) 94 * [How to reduce WooCommerce returns with order flagging](https://orderbadger.com/guides/reduce-returns/) 95 96 Operations: 97 98 * [How to flag shipping exceptions in WooCommerce orders](https://orderbadger.com/guides/manage-shipping-exceptions/) 99 * [How to streamline WooCommerce warehouse picking and packing](https://orderbadger.com/guides/streamline-warehouse-operations/) 100 * [How to enforce compliance checks on WooCommerce orders](https://orderbadger.com/guides/ensure-compliance/) 101 79 102 **Free tier:** 80 103 … … 108 131 109 132 == Frequently Asked Questions == 133 134 = How is this different from custom order status plugins? = 135 136 Custom order status plugins replace the WooCommerce order status itself — the field that controls payment capture, customer email notifications, and reporting. Changing an order to a custom status like "Awaiting ID Check" means WooCommerce, your payment gateway, and your shipping plugin all see a non-standard status. Customer-facing emails may fire unexpectedly, analytics break, and third-party integrations that depend on standard statuses can stop working. 137 138 OrderBadger leaves the order status completely untouched. Badges are a separate visual layer — coloured pills that appear alongside the status in your orders list. An order can be "Processing" and carry a "High Value" badge and an "Age Check" badge simultaneously. Your existing workflow, emails, and integrations continue exactly as before. The badges are only visible to your admin team. 110 139 111 140 = Does OrderBadger require WooCommerce? =
Note: See TracChangeset
for help on using the changeset viewer.