RuffRuff Order Limits

(Use Case) Limit Quantity to a Range of 2–5

This is a configuration example for restricting purchases to a set quantity range per order.

Use this when you want to accept orders only within a specific quantity range per order, rather than allowing individual item purchases.

When customers add the eligible items to their cart (or attempt to purchase), the following behavior applies based on quantity:

  • 1 item → Not allowed (below minimum quantity)

  • 2–5 items → Allowed

  • 6 or more items → Not allowed (exceeds maximum quantity)

Field

Value

① Title

Enter any title

② Limit details > Minimum quantity

2

② Limit details > Maximum quantity

5

② 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

⑤ Alert message > Maximum quantity message

Enter any message

  • Setting both Minimum quantity and Maximum quantity defines the range within which customers can purchase.

  • Using {{minQuantity}} in the Minimum quantity message and {{maxQuantity}} in the Maximum quantity message dynamically displays the respective quantities within each error message.