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 require customers to purchase a minimum quantity by weight per order.
When customers add the eligible items to their cart (or attempt to purchase), the following behavior applies based on weight:
Less than 500g → Not allowed (below minimum weight)
500g or more → Allowed
Field | Value |
|---|---|
① Title | Enter any title |
② Limit details > Minimum weight | 500 |
② Limit details > Maximum weight | (Not set) |
② 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 |
Setting Minimum weight to 500 and Weight unit to Grams (g) restricts orders of less than 500g.
Leaving Maximum weight unset allows customers to purchase without an upper limit.
Using
{{minWeight}}in the Minimum weight message dynamically displays the minimum weight (500g) within the error message.Using
{{currentWeight}}displays the customer's current total cart weight within the error message.