Set minimum and maximum limits on the purchase amount of products.
Field | Description |
|---|---|
① Title | The name used to identify the rule |
② Limit details | Configure Minimum price, Maximum price, Price type, and Applicability |
③ Eligible items | Specify the scope of products the restriction applies to |
④ Product message | Message displayed below the Add to cart button on the product page |
⑤ Alert message | The error message displayed at checkout when a restriction is violated |
The name used to identify the rule. Not displayed to customers. When creating multiple rules, set a name that is easy to manage.
Minimum price
Sets the lower limit on the total purchase amount. If the amount falls below this value, the order is blocked. If left unset, there is no lower limit.
Maximum price
Sets the upper limit on the total purchase amount. If the amount exceeds this value, the order is blocked. If left unset, there is no upper limit.
Minimum price and Maximum price are set in your store's currency.
Price type
Select how the amount used for the restriction check is calculated. You can specify whether to include discounts, shipping, and taxes, and whether to calculate per product or across the entire cart.
Value | Description |
|---|---|
Item total (before discounts) | Total product price before product discounts are applied |
Item total (after discounts) | Total product price after product discounts are applied |
Cart subtotal | Cart total excluding taxes, shipping, order discounts, and delivery discounts |
Grand total | Cart total including taxes, shipping, order discounts, and delivery discounts |
When Cart subtotal or Grand total is selected, Eligible items is fixed to All items.
Applicability
Select the unit used to calculate the total amount.
Value | Description |
|---|---|
Variant | Calculates the total amount per variant |
Product | Combines all variants of the same product into a single total |
Cart | Combines all eligible items across the cart into a single total |
Specify the scope of products the restriction applies to.
Value | Description |
|---|---|
All items | Applies the restriction to all products in the store |
Specific collections | Applies to products in the specified collections (up to 50 collections) |
Specific products | Applies to the specified products (up to 50 products) |
Products with specific tags | Applies to products with any of the specified tags (OR condition) |
The message displayed below the Add to cart button on the product page of eligible items. Use this to inform customers of purchase conditions in advance.
The error message displayed at checkout when a restriction is violated.
Display timing
Value | Description |
|---|---|
Cart updated and checkout | Displays the error on both the cart page and the checkout page |
Checkout only | Displays the error on the checkout page only |
When Cart subtotal or Grand total is selected as the Price type, Display timing is automatically fixed to Checkout only.
Message variables
Variable | Description |
|---|---|
{{minPrice}} | Replaced with the configured Minimum price |
{{maxPrice}} | Replaced with the configured Maximum price |