# Order Amount

Shopify merchants can set boundaries for order amounts by setting min & max amounts for orders. Customers can place orders of amounts within pre-decided limits.

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

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

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

<figure><img src="/files/CJXsqnDPnyaMhwcNbg6r" alt="KOR enable order amount in cart limit"><figcaption></figcaption></figure>

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

Enter values in **Currency Format, Min Order Amount,** and **Max Order Amount** for orders customers can place & **Save**.

<figure><img src="/files/Ef9jz5dCNMe2ahja8DYo" alt="KOR cart limit - order amount - min max order amount"><figcaption></figcaption></figure>

For example, you've set the following limits.

| Currency Format | Min Amount | Max Amount |
| :-------------: | :--------: | ---------- |
|       USD       |    1000    | 3000       |

According to the above rule, customers can't place an order **below USD 1000** & **above USD 3000**.

* **Apply Discount Amount:**

If you want to set the limits on the discounted amount, you need to select the **Apply Discount Amount** checkbox.

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

If you do not want to apply the limit rules on the discounted amount, kindly keep the checkbox unselected.

Let's understand this with some use cases:

1. **You have selected the Apply Discount Amount option**

<table data-header-hidden><thead><tr><th width="123"></th><th width="133"></th><th width="155"></th><th></th></tr></thead><tbody><tr><td><strong>Customer</strong></td><td><strong>Purchase ($)</strong></td><td><strong>Purchase after discount ($)</strong></td><td><strong>Approved or Disapproved?</strong></td></tr><tr><td>Thomas</td><td>$2100</td><td>$1900</td><td><mark style="color:green;"><strong>Approved</strong></mark>, as the order total does not exceed the set max. limit.</td></tr><tr><td>Justin</td><td>$4000</td><td>$3700</td><td><mark style="color:red;"><strong>Disapproved</strong></mark>, as the order total exceeds the set max. limit</td></tr><tr><td>Alma</td><td>$1000</td><td>$850</td><td><mark style="color:red;"><strong>Disapproved</strong></mark>, as the order total does not fulfill the set min. limit.</td></tr></tbody></table>

2. **You have NOT selected the Apply Discount Amount option**

In this, if you let the checkbox remain unselected, the limits will be applied to the order's grand total **(before the discount).**

You can set messages for notifying customers when the order amount does not meet the condition applied.

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

{% hint style="info" %}
***Price Format***

*Here, you can set the price format to go along with alert messages.*

*If your currency is a dollar, then you can set the price format to **$**, **USD**, **US$,** etc.*

*For Japanese currency, you can set price formats like **¥**, **円**, **JPY**, **JP¥,** etc.*

***{%-min\_amount-%}** = minimum order amount*

***{%-max\_amount-%}** = maximum order amount*
{% endhint %}

**Frontend Preview**

1. Preview of meeting the minimum order value.

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

2. Preview of violating the set maximum order amount value.

<figure><img src="/files/Fu17yrCWbc7W7RPf91dl" 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/order-amount.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.
