> For the complete documentation index, see [llms.txt](https://apps.sanomads.com/slice-n-save/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://apps.sanomads.com/slice-n-save/use-cases/amount-off-order.md).

# Amount off order

How to create <mark style="color:yellow;">**order discount**</mark> on your Shopify store using the <mark style="color:yellow;">**Amount off order**</mark> option? A simple walkthrough.

{% embed url="<https://drive.google.com/file/d/1uvzKzNGv0B2j-MmWu4FzMml2YCBULs3b/view?usp=sharing>" %}

## Guide

1. Create a new [<mark style="color:yellow;">**Discount**</mark>](https://admin.shopify.com/apps/slice-n-save/discounts).

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

2. Select the <mark style="color:yellow;">**Amount off order**</mark> from the given list of discount types.

<figure><img src="/files/5TWFBBkf4yOsprCKaWK6" alt=""><figcaption></figcaption></figure>

3. Select <mark style="color:yellow;">**method**</mark>, <mark style="color:yellow;">**title**</mark> and <mark style="color:yellow;">**value**</mark> for the discount.

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

4. Add multiple <mark style="color:yellow;">**conditions**</mark> to handle the validation of the product discount on the cart and checkout page.

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

5. Discounts can be applied in <mark style="color:yellow;">**combination**</mark> with other discounts which are created using Slice 'n Save app.

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

6. For scheduling a discount, change the <mark style="color:yellow;">**active dates**</mark> to any future date or time.

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

7. Adjust the markets from the <mark style="color:yellow;">**manage markets**</mark> section for discount eligibility.

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

8. Click on <mark style="color:yellow;">**Save**</mark> button to save the discount.

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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://apps.sanomads.com/slice-n-save/use-cases/amount-off-order.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.
