# Date Limit

You can set date-wise limits on products with this feature. Instead of setting limits for each day of the week, you can set limits based on specific dates.&#x20;

This feature is especially helpful for seasonal businesses, as it ensures their products are available to customers.

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

To begin with, you need to go to **Date Limit** and select the **Add** button.

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

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

Here, select the dates in between which you want to apply the order limits.

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

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

<figure><img src="/files/4yoo3RXvuH5qMqyaZhAu" alt=""><figcaption></figcaption></figure>

Suppose you have created **2** ordering limits of **3 qty** from the date **15th July 2025** to **22nd July 2025** on **Libero Jeans Pants** and **Arrow Men's Shirt.**

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

So now, let's look at some use cases to understand the functionality of this feature more easily.

<table data-header-hidden><thead><tr><th width="130"></th><th width="126"></th><th width="179"></th><th width="65"></th><th></th></tr></thead><tbody><tr><td><strong>Customers</strong></td><td><strong>Date</strong></td><td><strong>Product</strong></td><td><strong>Qty</strong></td><td><strong>Approved or Sisapproved?</strong></td></tr><tr><td>Lisa</td><td>15 July 2025</td><td>Libero Jeans Pants</td><td>3</td><td><mark style="color:green;"><strong>Approved</strong></mark>, as the order qty is same as the set limit.</td></tr><tr><td>Tim</td><td>20 July 2025</td><td>Arrow Men's Shirt</td><td>5</td><td><mark style="color:red;"><strong>Disapproved</strong></mark>, as the order qty exceeds the set limit.</td></tr><tr><td>Jimmy</td><td>17 July 2025</td><td>Libero Jeans Pants</td><td>5</td><td><mark style="color:red;"><strong>Disapproved</strong></mark>, as the order qty exceeds the set limit.</td></tr><tr><td>Mike</td><td>23 July 2025</td><td>Arrow Men's Shirt</td><td>2</td><td><mark style="color:green;"><strong>Approved</strong></mark>, as the purchase is made after the Date Limit on the product is over. (after 22-07-2025)</td></tr><tr><td>Lucas</td><td>21 July 2025</td><td>Libero Jeans Pants</td><td>3</td><td><mark style="color:green;"><strong>Approved</strong></mark>, because the purchase is made before the Date Limit on the product is started. (before 22-07-2025)</td></tr></tbody></table>

{% hint style="success" %} <mark style="color:green;">**Therefore, customers can purchase products exceeding the set limits before and after the set date limits.**</mark>
{% endhint %}

{% hint style="danger" %} <mark style="color:red;">**On the other hand, your customers cannot make any purchase exceeding the set limits within the set limit's time period.**</mark>
{% endhint %}


---

# 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/vox-limit-orders-per-day/date-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.
