Orders with >2 stacked coupons indicate WC > Marketing > Coupons restrictions misconfigured. Each stacked coupon usually = unintended margin erosion.
At a glance
The count of orders in the period that carried three or more coupon redemptions. WooCommerce lets customers apply multiple coupons unless each coupon has its “Individual use only” flag set, so a high count here almost always means coupon restrictions were left open. Every stacked coupon compounds the discount and erodes margin on that order.
Calculation
Calculated automatically from your WooCommerce data. See the At a glance summary above for what the metric tracks and the worked example below for a typical reading.Worked example
A UK homeware brand on self-hosted WooCommerce 8.7 with the Stripe Gateway plugin and the Advanced Coupons extension. A “WELCOME10” first-order code, a “FREESHIP” shipping code, and a “VIP15” loyalty code are all live. None of the three has “Individual use only” ticked. The 30-day window covers 22 May 26 to 20 Jun 26.
The card reads 47 stacked orders, above the
>10 orders with 3+ coupons threshold, so Vortex IQ Nerve Centre raises an alert. Four things to notice:
- The root cause is a missing flag, not customer fraud. All three coupons were created without “Individual use only”. WooCommerce did exactly what it was told and let customers combine them. The fix lives in WP Admin > Marketing > Coupons: open each coupon, Usage restriction tab, tick Individual use only. This is the single most common cause of unintended stacking.
- Margin erosion compounds. The 47 stacked orders averaged £30+ in
discount_totalversus £6.40 on single-coupon orders. On a £55 average basket that is over half the order value discounted away. Pair with Discount as % of Revenue to see the blended impact. - The Advanced Coupons plugin changes the rules. This brand runs Advanced Coupons, which adds its own “scheduling” and “cart conditions” but does not override the native
individual_useflag. Some coupon plugins (Smart Coupons) add an explicit “exclude coupons” matrix; if you run one, check its settings too, not just core WC. - The prior 30D had 9 stacked orders. The card shows a jump from 9 to 47 vsP, which coincided with the launch of the VIP15 code on 28 May 26. That launch is the proximate trigger: a third stackable code multiplied the combinations customers could assemble.
Sibling cards merchants should reference together
Reconciling against WooCommerce
Where to look in WooCommerce Admin: WP Admin > Marketing > Coupons lists every coupon. Open each one and check the Usage restriction tab for the “Individual use only” checkbox. To find the offending orders themselves, go to WP Admin > WooCommerce > Orders and open individual orders, the applied coupons appear in the order line-item table. WooCommerce has no native “orders with N coupons” report, so this card exists precisely because the count is invisible in stock WP Admin. Other WP Admin views that look related but are not:- WP Admin > WooCommerce > Reports > Orders > Coupons by date: totals discount value per coupon, but does not show how many coupons were combined on a single order.
- Marketing > Coupons “Usage / Limit” column: shows how many times each code was redeemed in total, not whether it was redeemed alongside other codes.
WooCommerce treats coupon stacking as a configuration choice, not an error, so there is no vendor dashboard “abuse” figure to reconcile against. This card is the detection layer for a gap WP Admin does not surface.
Known limitations / merchant FAQs
Why does WooCommerce allow stacking at all? By design. Core WC assumes merchants may want to combine, say, a free-shipping code with a percentage code. The only native control is the per-coupon “Individual use only” flag. If you never want codes combined, tick that flag on every coupon. There is no global “no stacking ever” switch in core WC; you set it coupon by coupon (or use a coupon-management plugin that adds a global rule). Is stacking always abuse? No. Some merchants intentionally allow a loyalty code plus a shipping code. The card is named for the common case where stacking is unintended, but the threshold is configurable in the Alert Rules tab. Raise it if your store runs deliberate multi-coupon promotions, or lower it to zero-tolerance if you never combine codes. Does this count auto-applied coupons? Yes. Plugins like Advanced Coupons and Smart Coupons can auto-apply a code (for example, a cart-condition discount). Auto-applied codes land incoupon_lines exactly like typed codes, so an order with one typed code plus two auto-applied codes counts as a 3-coupon order here. If your count is surprisingly high, audit your auto-apply rules first.
How does HPOS affect this card?
WooCommerce High-Performance Order Storage moves order data out of post-meta into dedicated tables, including coupon lookups. The Vortex IQ engine reads coupon lines through the REST API, which abstracts both storage modes, so the count is correct on HPOS and legacy stores alike. During an in-progress HPOS migration the lookup table can briefly lag; counts settle once the sync completes.
A coupon plugin bundles several discounts into one code, does that count as stacking?
It depends on how the plugin records the discount. If the plugin writes one coupon_lines entry, it counts as a single coupon here even though it applied multiple discounts. If it writes one line per underlying discount, it inflates the count. Check your plugin’s behaviour in a test order. Reach out to support@vortexiq.ai if a plugin’s data shape is producing misleading counts.
My WP Admin shows no obvious problem, why is this card flagging?
WP Admin has no “orders with 3+ coupons” view, so the problem is genuinely invisible there. Open three or four of the flagged orders from the Orders list and look at the coupon line items. You will typically find the same two or three stackable codes recurring, fix the “Individual use only” flag on those and the count drops at the next promotion cycle.