RuffRuff Order Limits

(Use Case) Require a Minimum Cart Subtotal of $100

This is a configuration example for using Cart subtotal as the Price type to restrict purchases based on the total cart 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.

Use this when you want to set a minimum purchase amount based on the cart total excluding taxes and shipping.

The following behavior applies based on the Cart subtotal:

  • Cart subtotal $99.99 or less → Not allowed (below minimum price)

  • Cart subtotal $100.00 or more → Allowed

Field

Value

① Title

Enter any title

② Limit details > Minimum price

$100.00

② Limit details > Maximum price

(Not set)

② Limit details > Price type

Cart subtotal

③ Eligible items

Fixed to All items (cannot be changed)

④ Product message

Enter any message

⑤ Alert message > Display timing

Fixed to Checkout only (cannot be changed)

⑤ Alert message > Minimum price message

Enter any message

  • Using Cart subtotal as the Price type calculates the restriction based on the cart amount excluding taxes, shipping, and order discounts.

  • Eligible items is fixed to All items — narrowing down to specific products, collections, or tags is not available.

  • The alert message is displayed on the checkout page only. Displaying an error on the cart page is not supported.

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