# Limit Product Qty

This app allows store admins to set a purchase limit on products individually, even if global quantity purchase limits are applied to them.

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

Go to **Products** <mark style="color:blue;">➤</mark> **Limit Product Qty** <mark style="color:blue;">➤</mark> **Add Limit**

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

Then, click on the **+** button.

<figure><img src="/files/7tQa6xMESWEy2gITJ47z" alt=""><figcaption></figcaption></figure>

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

Search the product name and set its min & max quantity purchase limits.

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

Suppose you've set the following limits for ***Sketch Shirt Long Sleeve - Atlantic*** products.

<table><thead><tr><th align="center">Product</th><th width="100" align="center">Min Limit</th><th width="120" align="center">Max Limit</th><th width="131" align="center">Multiply Qty</th><th align="center">Future Limit Qty</th></tr></thead><tbody><tr><td align="center">Sketch Shirt Long Sleeve - Atlantic</td><td align="center">2</td><td align="center">5</td><td align="center">1</td><td align="center">1</td></tr></tbody></table>

According to the above rules, now customers can buy a **minimum of 2** OR a **maximum of 5** Sketch Shirt Long Sleeve - Atlantic

Take a look at this visual example for a clear view of this feature. 👇

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

{% hint style="info" %}

## ***What is Multiply Qty?***

*Suppose you have set the value for **Multiply Qty** to **3.** Then, your customers will **ONLY** be able to purchase products in quantity, which is a multiple of 3.*&#x20;

***Multiples of 3** = 3, 6, 9, 12, 15, ...*

*Your customers cannot buy any product if it exceeds the number of the maximum product limit set by the customer, even if it is a multiple of the number set in the **Multiply Qty** field.*
{% endhint %}

If you set **Multiply Qty** to 3 for **Lady Roma Scraf** product, then your customers can buy that product in quantities of 3, 6, 9, 12, 15, etc., which are multiples of 3.

<table><thead><tr><th align="center">Product</th><th width="127" align="center">Min Limit</th><th width="120" align="center">Max Limit</th><th width="131" align="center">Multiply Qty</th><th align="center">Future Limit Qty</th></tr></thead><tbody><tr><td align="center">Lady Roma Scarf</td><td align="center">3</td><td align="center">15</td><td align="center">3</td><td align="center">Not set</td></tr></tbody></table>

{% hint style="warning" %}
*Your customer cannot buy products with numbers like 1, 4, or 7 because they **aren't** multiples of 3.*
{% endhint %}

{% hint style="info" %}

## ***What is** Future Limit Qt&#x79;**? (Lifetime)***

*Suppose you set the value for **Lifetime Future Limit Qty** to 1. Then, your customers can buy the product quantity **ONLY ONCE** in their lifetime. If it's set to 2, they can buy it **ONLY TWICE** in their lifetime.*&#x20;

*Configure this setting by going to the following path.*

***Settings** <mark style="color:blue;">➤</mark> **Configuration for Future Limit Qty** <mark style="color:blue;">➤</mark> **Set validity** <mark style="color:blue;">➤</mark> **Lifetime Future Limit***
{% endhint %}

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

<figure><img src="/files/TLtarOLCfi4dwEHBSUUP" alt="Future limit configuration"><figcaption></figcaption></figure>

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

* **Alert message for Future Limit Qty -** Configure the custom message that you want to display for your customers to notify them about future limits.
* **Select Lifespan -** Select the lifespan option that you want to apply as a future limit for your customers.
  * Lifetime Future Limit
  * Future Limit in Days
  * Date Interval
  * Days Interval
* **Select Timezone -** Select the standard timezone to which you want to apply the limits.

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

Click on the **Save** button to save the added limits.

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

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

{% hint style="info" %}

## ***What is** Future Limit Qt&#x79;**? (in Days)***

*You can also configure the setting that allows your customers after how many days they can purchase the product again.*

*Configure this setting by going to the following path.*

***Settings** <mark style="color:blue;">➤</mark> **Configuration for Future Limit Qty** <mark style="color:blue;">➤</mark> **Set validity** <mark style="color:blue;">➤</mark> **Future Limit in Days***

*Suppose you set **30 days** as your future limit qty. Then, your customers will be able to purchase the same product again after 30 days.*
{% endhint %}

**Save** your applied changes after setting the future limit days.


---

# 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-1/apply-limits-to-products/limit-product-qty.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.
