WooCommerce cart rule

Minimum Order Amount for WooCommerce

Stop an order below my minimum and tell the shopper exactly how much more product value they need.

$39per year after a 14-day trial

No card required. Add a payment method before day 14 to continue; otherwise Stripe cancels the subscription automatically.

WooCommerce Minimum Order settings showing the enabled rule, amount, and shopper message
Real WordPress interfaceFree 0.1.1 / Pro 0.1.1
One jobRequire one minimum discounted product subtotal before WooCommerce checkout without adding fees or changing prices, products, stock, payment, or orders.
RequiresWooCommerce 8.0 or newer
Free statusRelease candidate prepared for WordPress.org review

Three decisions

Set it up without code.

01

Open WooCommerce > Minimum Order and turn the rule on.

02

Enter the minimum product subtotal and keep or edit the message.

03

Save, then test empty, below-minimum, exact-minimum, and coupon-adjusted carts.

Actual product

What you configure and what the visitor sees.

WooCommerce Minimum Order settings showing the enabled rule, amount, and shopper message
Free uses one switch, one amount, and one plain-language message.
WooCommerce cart showing a minimum order notice and the exact amount still needed
The native message reports the gap without changing the cart.
Minimum Order Pro settings showing a category amount, categories, subtotal exclusions, and trigger exceptions
Pro adds one category amount and two explicit exception lists.

Free and Pro

Free keeps working. Pro adds capacity.

Free 0.1.1

No account or license required

  • Set one store-wide minimum discounted product subtotal.
  • Edit one 160-character shopper message with minimum, current, and remaining amount tokens.
  • Validate Classic cart and checkout plus WooCommerce Cart and Checkout Blocks.

Prepared for WordPress.org submission; no public-directory approval is claimed yet.

Failure boundary

Designed to stop quietly instead of changing store truth.

The free workflow is independent of Stripe, the StoreFixKit license API, and Pro. A billing or network problem cannot rewrite the parent plugin's data.

  • Never changes product price, stock, tax, shipping, coupons, payment, cart contents, or orders.
  • An empty cart and an invalid, missing, zero, or disabled setting are never blocked.
  • Creates no custom table, cron job, frontend asset, telemetry, customer cookie, or storefront remote request.
  • Deactivation removes the validation immediately; uninstall deletes only the plugin's own bounded options.

14-day trial

No card required to test Pro on one site.

Stripe hosts checkout and billing. The StoreFixKit success page creates a product-bound license and Pro download. Add a payment method before trial end only if you want the annual plan to continue.

Before installing

Short answers to the important questions.

Does shipping or tax count toward the minimum?

No. The comparison uses the discounted product subtotal before tax and shipping.

Do coupons reduce the counted amount?

Yes. Coupon discounts reduce the product subtotal used by the rule.

Does Free stop when a Pro license expires?

No. The saved Free store-wide minimum keeps working; only Pro category and exception behavior turns off.