# Weight Limits

If you want to apply min and max limits based on product weight. After applying the limits, your customers can purchase within the set limits only.

<mark style="color:blue;">**Step #1**</mark>

Go to **Cart Limit** <mark style="color:blue;">➤</mark> **Weight Limits**.

**Enable** the field if it is not enabled.

<figure><img src="/files/VewOrSBL5KFVeMZH0BAk" alt=""><figcaption></figcaption></figure>

<mark style="color:blue;">**Step #2**</mark>

Select the **Weight Unit** from the dropdown list. Add values to **Min Weight** & **Max Weight** for your cart and **Save**.

<figure><img src="/files/Ck4ZNhUcRN0bgdglLhU1" alt=""><figcaption></figcaption></figure>

For e.g., you've set the following weight limits.

<table><thead><tr><th width="180" align="center">Weight Unit</th><th width="180" align="center">Min Weight</th><th width="180" align="center">Max Weight</th><th width="180" align="center">Future Weight</th></tr></thead><tbody><tr><td align="center">kgs</td><td align="center">1</td><td align="center">2</td><td align="center">4</td></tr></tbody></table>

According to the above rule, customers can purchase with their cart weighing a **minimum of 1 kg** & **maximum of 2 kg** and **4 kg** as future limit.

You can set custom alert messages to notify customers when the weight of their cart weight is not in line with the set limits.

<figure><img src="/files/p3WSAqMzpk3y6obShTVq" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
***{%-min\_weight-%}** = minimum weight of your shopping cart*

***{%-max\_weight-%}** = maximum weight of your shopping cart*
{% endhint %}

## <mark style="color:blue;">**Frontend Preview**</mark>

<figure><img src="/files/Eiv86ow93JuZms8auFsF" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://magecomp.gitbook.io/shopify/apps/kor-order-limit-quantity/cart-limit/weight-limits.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
