An example that allows purchase only when the cart subtotal, before shipping, tax, and discounts are applied, is $100 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 cart subtotal is $100 or more. The results are as follows.
Cart subtotal is less than $100: purchase is not allowed.
Cart subtotal is $100 or more: purchase is allowed.
Note: If you select "Cart subtotal" 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 | Cart subtotal $100 or more |
Minimum price | 100 |
Maximum price | Not set |
Price type | Cart subtotal |
Applicability | Cart (set automatically) |
Eligible items | All items (set automatically) |
Display timing | Checkout only (set automatically) |
Message for minimum price | Your cart subtotal 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.