Use this when you want to require customers to purchase a minimum number of items per order, such as for bulk-purchase-only products or commercial-use products.
When customers add the eligible items to their cart (or attempt to purchase), the following behavior applies based on quantity:
1–2 items → Not allowed (below minimum quantity)
3 or more items → Allowed
Field | Value |
|---|---|
① Title | Enter any title |
② Limit details > Minimum quantity | 3 |
② Limit details > Maximum quantity | (Not set) |
② Limit details > Applicability | Variant |
③ Eligible items | Set the products you want to restrict |
④ Product message | Enter any message |
⑤ Alert message > Display timing | Cart updated and checkout |
⑤ Alert message > Minimum quantity message | Enter any message |
Setting Minimum quantity to 3 prevents customers from checking out with 2 or fewer items.
Leaving Maximum quantity unset allows customers to purchase without an upper limit.
Using
{{minQuantity}}in the Minimum quantity message dynamically displays the minimum quantity (3) within the error message.