Field | Description |
|---|---|
① Title | The name used to identify the rule |
② Limit details | Configure Minimum weight, Maximum weight, Weight unit, 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 weight
Sets the lower limit on the total purchase weight. If the weight falls below this value, the order can be restricted. If left unset, there is no lower limit.
Maximum weight
Sets the upper limit on the total purchase weight. If the weight exceeds this value, the order can be restricted. If left unset, there is no upper limit.
Weight unit
Select the unit used for Minimum weight and Maximum weight.
Value | Description |
|---|---|
Grams (g) | Set the weight in grams |
Kilograms (kg) | Set the weight in kilograms |
Ounces (oz) | Set the weight in ounces |
Pounds (lb) | Set the weight in pounds |
When product weight unit differs
Select how to handle products whose weight unit differs from the rule's weight unit.
Value | Description |
|---|---|
Convert and include in calculation | Automatically converts the product's weight to the rule's weight unit and includes it in the calculation |
Exclude from calculation | Products with a weight unit different from the rule are excluded from the restriction |
Applicability
Select the unit used to calculate the total weight. See "Applicability (Weight Rule)" for details.
Value | Description |
|---|---|
Variant | Calculates the total weight 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. Leave blank if not needed.
Message variables
Variable | Description |
|---|---|
{{minWeight}} | Replaced with the configured Minimum weight (with unit) |
{{maxWeight}} | Replaced with the configured Maximum weight (with unit) |
To display product messages, the app embed must be enabled in your theme. See the "Product Message" page for details.
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 |
Message variables
Variable | Description |
|---|---|
{{minWeight}} | Replaced with the configured Minimum weight (with unit) |
{{maxWeight}} | Replaced with the configured Maximum weight (with unit) |
{{currentWeight}} | Replaced with the current total cart weight (with unit) |