Linux 软件免费装
Banner图

TWDH Minimum Order for WooCommerce

开发者 jseals
更新时间 2026年6月20日 00:14
PHP版本: 7.4 及以上
WordPress版本: 7.0
版权: GPLv2 or later
版权网址: 版权信息

标签

woocommerce ecommerce cart checkout minimum order

下载

1.0.0

详情介绍:

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:
  1. Enable — turn the minimum order requirement on or off.
  2. Minimum Amount — the lowest cart subtotal (in your store currency) that is allowed to check out. Set it to 0 to effectively disable enforcement.
  3. Notice Message — the message shown to customers whose cart is below the minimum. You can use two placeholders:
  4. {amount} — the minimum amount, formatted in your store currency.
  5. {total} — the customer's current cart subtotal, formatted in your store currency. For example: A minimum order of {amount} is required. Your current cart total is {total}.
  6. Role Bypass — select any user roles that should be allowed to check out regardless of the minimum. Logged-in users with a selected role skip the check entirely.
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.

安装:

  1. Upload the plugin folder to the /wp-content/plugins/ directory, or install the plugin through the WordPress Plugins screen directly.
  2. Activate the plugin through the Plugins screen in WordPress. (WooCommerce must be installed and active first.)
  3. Go to WooCommerce → Minimum Order to enable the requirement and configure your minimum amount, notice message, and any role bypasses.

升级注意事项:

1.0.0 Initial release.

常见问题:

Does this plugin require any other plugins?

Yes. WooCommerce must be installed and active. The plugin declares WooCommerce as a required dependency, and all functionality runs on top of the WooCommerce cart and checkout.

Is the minimum based on the cart total before or after tax and shipping?

The check uses the cart subtotal (the total of items in the cart), before shipping. This is the amount most stores want to gate on.

Can some customers skip the minimum?

Yes. Use the Role Bypass section on the settings page to select user roles that should be exempt. Any logged-in user with a selected role can check out regardless of the minimum.

Where does the notice appear?

When a customer's subtotal is below the minimum, an error notice (using your configured message) is shown on the cart and checkout pages, and checkout is blocked until the minimum is met.

更新日志:

1.0.0