TWDH Minimum Order for WooCommerce lets you set a minimum cart subtotal that customers must reach before they can place an order. When a cart falls below the amount you define, WooCommerce blocks checkout and displays a notice you control, so shoppers know exactly how much more they need to add.
This is useful for stores with handling costs, wholesale-style minimums, free-shipping thresholds, or any situation where small orders are not worth fulfilling.
What it does
What you can configure
After activation, go to WooCommerce → Minimum Order in your WordPress admin. There you can:
{amount} — the minimum amount, formatted in your store currency.{total} — the customer’s current cart subtotal, formatted in your store currency.A minimum order of {amount} is required. Your current cart total is {total}.Settings are validated and sanitized on save, and the minimum is enforced server-side via WooCommerce’s standard cart validation, so it cannot be bypassed from the browser.