# Create customer limit

Setting a customer limit helps you manage how many products or the total value of orders a specific customer can purchase, identified by customer tags. This feature is perfect for tailoring purchase limits based on different customer groups, such as VIP members or wholesale clients. By using tags, you can ensure that different customer segments adhere to the limits you set, whether it’s by total quantity or total value in a single order.

### 1. Creating a Customer Limit

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

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

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

<figure><img src="/files/Ey2ifdDzoVUYJUxefdxV" 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/IF76o5BxyGTkO5NzvFJm" alt=""><figcaption></figcaption></figure>

### 3. Selecting Customer Tags to Limit

**Logic**: Limit rule is applied on customer with selected customer tag. This feature helps you better serve different customer segments.

**Step 1**: Please click the '**Browse**' button to select the customer tags you want to apply.

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

**Step 2**: Tick the desired customer tags and click the '**Select**' button in the 'Select Customer Tag' pop-up.

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

### 4. Selecting **limit scope**

Choose to apply the Customer limit rule to

* Order
* Collection
* Product

<figure><img src="/files/ARMZ6kfbtm4RR0tpZa0c" 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 customer must purchase.
* **Maximum quantity**: The maximum number of products a customer is allowed to purchase.
  * If you set **maximum = 0**, it means customers **cannot purchase this product**.
  * If you **leave the maximum field blank**, it means there is **no maximum limit** applied.

<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.
  * If you set **maximum = 0**, it means customers **cannot purchase this product**.
  * If you **leave the maximum field blank**, it means there is **no maximum limit** applied.

{% 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/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-customer-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.
