This guide assumes the app embed has already been enabled.
If you haven’t enabled it yet, please refer to Initial Setup to enable it.
Use this when you want to restrict both excessively light and excessively heavy orders, accepting purchases only within a specific weight range.
When customers add the eligible items to their cart (or attempt to purchase), the following behavior applies based on weight:
99g or less → Not allowed (below minimum weight)
100g–1,000g → Allowed
1,001g or more → Not allowed (exceeds maximum weight)
Field | Value |
|---|---|
① Title | Enter any title |
② Limit details > Minimum weight | 100 |
② Limit details > Maximum weight | 1000 |
② Limit details > Weight unit | Grams (g) |
② 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 > Minimum weight message | Enter any message |
⑤ Alert message > Maximum weight message | Enter any message |
Setting Maximum weight to 1000, Minimum weight to 100, and Weight unit to Grams (g) restricts orders outside the 100g–1,000g (= 1kg) range.
Using
{{minWeight}}in the Minimum weight message and{{maxWeight}}in the Maximum weight message dynamically displays the respective weights within each error message.Using
{{currentWeight}}displays the customer's current total cart weight within the error message.