RuffRuff Order Limits

(Use Case) Limit Cart Total Weight to 5kg

This is a configuration example for using Cart as the Applicability to restrict purchases based on the total weight of the entire cart.

Use this when you want to set an upper limit on the total cart weight of all eligible items combined.

The following behavior applies based on the combined weight of all eligible items in the cart:

  • Cart total 5kg or less → Allowed

  • Cart total over 5kg → Not allowed (exceeds maximum weight)

Field

Value

① Title

Enter any title

② Limit details > Minimum weight

(Not set)

② Limit details > Maximum weight

5

② Limit details > Weight unit

Kilograms (kg)

② Limit details > When product weight unit differs

Convert and include in calculation

② Limit details > Applicability

Cart

③ 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 Applicability to Cart counts the total weight across all eligible products and variants combined.

  • Variant and Product count each product or variant independently, while Cart counts all eligible items together as a single total.

  • Using {{maxWeight}} in the Maximum weight message dynamically displays the maximum weight (5kg) within the error message.

  • Using {{currentWeight}} displays the customer's current total cart weight within the error message.