# Create collection limit

Setting a collection limit allows you to control how many products or the total value of products a customer can purchase from a specific collection. This feature is particularly useful for managing stock during promotions, seasonal sales, or high-demand collections. By setting limits on collections, you can ensure that inventory remains available to more customers and avoid bulk purchasing from a single collection.

### 1. Creating a Collection Limit

Access the **Limit Management** menu on the left-hand menu.

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

To create a **Collection limit**, please click the '**Select**' button under 'Collection Limit' feature box.

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

### 2. General Settings

Give your limit a name under the **Limit Name** field for easy management. Remember, this name is for internal use only and will not be visible to customers.

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

### 3. Selecting Collection to Limit

To select a collection to limit, click the **Browse** button. From here, you can search for the collection by its name. Tick the desired collection in the pop-up window, and then click **Select** to apply the limit.&#x20;

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

### 4. Setting Limit Conditions

There are two types of conditions to target the customer: **Total Product quantity** and **Total product value**

**Product Quantity**

This type will limit the customer's order based on the number of products in the cart:

* **Minimum Quantity**: The minimum number of products a Collection must purchase.
* **Maximum Quantity**: The maximum number of products a customer is allowed to purchase.

{% hint style="info" %}
If you **leave the maximum field blank**, it means there is **no maximum limit** applied.

If you set **maximum = 0**, it means customers **cannot purchase this product**.
{% endhint %}

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

#### Total product value

This type will limit the customer's order based on the total value of all line items in the cart:

* **Minimum Total Value in Order**: The minimum total value a customer is allowed to purchase in a single order.
* **Maximum Total Value in Order**: The maximum total value a customer is allowed to purchase in a single order.

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

### 5. Advanced Settings

#### 5.1. Active Dates

You can set the start and end dates for the limit. Sometimes, you want it to launch as soon as possible, then you can set it to today.

* **Start Date**: The limit will display and take effect from the date you set in 'Start Date'.
* **End Date**: The limit will cease to display from the date you set in 'End Date'.

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

#### 5.2. Notifications

You can choose when to **notify** about the limit:

* **The Limit Has Been Reached**: Display a notification when the limit has been reached.
* **"Add-to-cart" Button is Clicked**: Display a limit notification when the "Add to Cart" button is clicked.
* **No Notification**: No limit notification will be displayed, and the checkout button will be disabled when the limit is reached.

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

#### 5.3. "Contact Us" in Notification

You can set up the "**Contact Us**" button in the notification.

* Button Text: Set up the "**Contact**" button text.
* "**Contact Us**" Text: Set up the "Contact Us" text.
* "**Contact Us**" URL: Set up the URL for the contact button.

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

### 6. Customizing Messages

You can customize the messages as per your preference and use the variables noted in the '**Message**' tab.

You can track the changes on the right-side '**Preview**' screen.

<figure><img src="/files/ZBXeY8CkNzcbNXzx7ety" 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://docs.avada.io/order-limit-help-center/create-collection-limit.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.
