RuffRuff Order Limits

(Use Case) Require a Minimum Grand Total of $50

An example that uses grand total as the price type to restrict purchases based on the final payment amount, including discounts, shipping, and tax.

An example that allows purchase only when the grand total, including shipping, tax, and discounts, is $50 or more.

Prerequisite: The initial setup for price limits must be complete. If you haven't done this yet, see "Initial Setup (Price Limits)".

Purchase is allowed when the grand total is $50 or more. The results are as follows.

  • Grand total is less than $50: purchase is not allowed.

  • Grand total is $50 or more: purchase is allowed.

Note: If you select "Grand total" as the price type, the eligible items are fixed to "All items", the applicability to "Cart", and the display timing to "Checkout only". You cannot narrow this down to specific products or restrict on the cart page.

(1) Create a price rule

Open the app admin → "Price limits" → "Price rules", then select "Create rule".

(2) Configure the restriction

Configure the following. Fields that are automatically fixed cannot be changed.

Field

Value

Title

Grand total $50 or more

Minimum price

50

Maximum price

Not set

Price type

Grand total

Applicability

Cart (set automatically)

Eligible items

All items (set automatically)

Display timing

Checkout only (set automatically)

Message for minimum price

Your grand total must be at least ${{minPrice}}.

(3) Save and enable

After saving the rule, select "Enable" from the rule list or the edit screen.

Note: {{minPrice}} is replaced with the number you set in your store currency. It does not include thousands separators or a currency symbol. Even when the limit is converted to local currency, the number in the message is not converted. Include a fixed amount in the message if needed.