RuffRuff Order Limits

(Use Case) Restrict Orders Over $100

This is a configuration example for setting a maximum purchase amount to restrict orders that exceed a specified amount.

Use this when you want to restrict high-value orders or set an upper limit on purchases.

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

  • $100.00 or less → Allowed

  • $100.01 or more → Not allowed (exceeds maximum price)

Field

Value

① Title

Enter any title

② Limit details > Minimum price

(Not set)

② Limit details > Maximum price

$100.00

② Limit details > Price type

Item total (before product discounts)

② 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 > Maximum price message

Enter any message

  • Setting Maximum price to $100.00 restricts orders of $100.01 or more.

  • Leaving Minimum price unset allows customers to purchase without a lower limit.

  • Using {{maxPrice}} in the Maximum price message dynamically displays the maximum price ($100.00) within the error message.