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.

This guide assumes the app embed has already been enabled.

If you haven’t enabled it yet, please refer to Initial Setup to enable it.

You can check this behavior on our demo product → [Demo] Amount Limit — Purchase From $10 or More

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.