RiskyBuyer lets your team keep a list of problematic customers (uncollected COD
shipments, fake orders, abusive behaviour, etc.) and flags their orders right in
the WooCommerce orders list.
Each entry is a phone and/or a name, with a reason and an optional note. When a
customer's order matches an entry (by normalized phone OR name), the order row
is highlighted with a warning badge — and you get a clear warning panel on the
order edit screen, with quick links to that buyer's other orders.
Features
- Searchable, sortable list — one table of flagged buyers. Filter by phone
and/or name (with an AND/OR toggle) and by reason, and sort by any column —
all instantly in the browser.
- Orders list flagging — a warning badge and colored bar on orders of
blacklisted customers. Computed server-side, so it works across pagination.
Supports both HPOS (the new orders screen) and the legacy screen.
- Order edit panel — a warning when the buyer is blacklisted (with links to
their other orders on your site), or a one-click "mark client" form otherwise.
- Add one or in bulk — add a single buyer or paste a list (one per line). You
can also search your existing customers (by name or phone, taken from your
orders) and pick one to fill the form.
- Phone normalization — numbers are stored in international "+CC" form, so the
same person matches across formatting differences.
- Roles — anyone who can edit orders (
edit_shop_orders) can add; only
administrators (manage_options) can edit or delete.
- Optional shared list — opt-in synchronization with a central service (see
the "External services" section), off by default.
Architecture
The plugin talks to its data through a storage-provider interface. Today it uses
a local database table; the design is ready for a future shared/central service
so multiple sites can contribute to and read the same list.