RuffRuff Order Limits

(Use Case) Require a Minimum Purchase of $10

This is a configuration example for setting a minimum purchase amount to accept only orders that meet or exceed a specified amount.

Use this when you want to set a minimum order amount per order, such as to encourage bulk purchases or to restrict low-value orders.

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

  • $9.99 or less → Not allowed (below minimum price)

  • $10.00 or more → Allowed

Field

Value

① Title

Enter any title

② Limit details > Minimum price

$10.00

② Limit details > Maximum price

(Not set)

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

Enter any message

  • Setting Minimum price to $10.00 restricts orders of $9.99 or less.

  • Leaving Maximum price unset allows customers to purchase without an upper limit.

  • Using {{minPrice}} in the Minimum price message dynamically displays the minimum price ($10.00) within the error message.