| 开发者 | jseals |
|---|---|
| 更新时间 | 2026年6月20日 00:14 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
{amount} — the minimum amount, formatted in your store currency.{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}./wp-content/plugins/ directory, or install the plugin through the WordPress Plugins screen directly.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.
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.
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.
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.