Use this when you want to set shipping size and weight restrictions, or place an upper limit on purchases.
When customers add the eligible items to their cart (or attempt to purchase), the following behavior applies based on weight:
1kg or less → Allowed
Over 1kg → Not allowed (exceeds maximum weight)
Field | Value |
|---|---|
① Title | Enter any title |
② Limit details > Minimum weight | (Not set) |
② Limit details > Maximum weight | 1 |
② Limit details > Weight unit | Kilograms (kg) |
② Limit details > When product weight unit differs | Convert and include in calculation |
② Limit details > Applicability | Variant |
③ Eligible items | Set the products you want to restrict |
④ Product message | Enter any message |
⑤ Alert message > Display timing | Cart updated and checkout |
⑤ Alert message > Maximum weight message | Enter any message |
Setting Maximum weight to 1 and Weight unit to Kilograms (kg) restricts orders that exceed 1kg.
Leaving Minimum weight unset allows customers to purchase without a lower limit.
Using
{{maxWeight}}in the Maximum weight message dynamically displays the maximum weight (1kg) within the error message.Using
{{currentWeight}}displays the customer's current total cart weight within the error message.