# Our Features

## Product discounts

Create <mark style="color:yellow;">**product level**</mark> discounts with multiple <mark style="color:purple;">**conditions**</mark>. Conditions for the cart, customers and line items. For example: Cart total, product title, product vendor, product tags, customer spending, customer tags and many more.

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

## Order discounts

Create <mark style="color:yellow;">**order level**</mark> discounts with multiple <mark style="color:purple;">**conditions**</mark>. Conditions for the cart, customers and line items. For example: Cart total, product title, product vendor, product tags, customer spending, customer tags and many more.

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

## Shipping discounts

Create <mark style="color:yellow;">**shipping level**</mark> discounts with multiple <mark style="color:purple;">**conditions**</mark>. Conditions for the cart, customers and line items.  For example:&#x20;

1. Apply <mark style="color:orange;">**Free**</mark> shipping discount for **Economy** rate if <mark style="color:purple;">cart total</mark> is greater than $50.
2. Apply <mark style="color:orange;">**50%**</mark> shipping discount for **Standard** rate if <mark style="color:purple;">**customer**</mark> is B2B.

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

## BOGO discounts

Create <mark style="color:yellow;">**bogo**</mark> discounts on <mark style="color:orange;">**product level**</mark> with multiple <mark style="color:purple;">**conditions**</mark>. Conditions for the cart, customers and line items.&#x20;

For example:&#x20;

1. Apply <mark style="color:orange;">**50%**</mark> discount on all red T-shirts if customer buys both blue t-shirts and red t-shirts.

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

## Tiered discounts

Create <mark style="color:yellow;">**tiers**</mark> based on quantity or subtotal for <mark style="color:orange;">**order level**</mark> discounts with multiple <mark style="color:purple;">**conditions**</mark>. Conditions for the cart, customers and line items.&#x20;

For example:&#x20;

1. Apply <mark style="color:orange;">**10%**</mark> discount if minimum subtotal of products in the cart is $100 and having "**bfcm sale**" product tag.
2. Apply <mark style="color:orange;">**20%**</mark> discount if minimum quantity of products in the cart is 10 and having "**bfcm sale**" product tag.

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

## Quantity break discounts

Create <mark style="color:yellow;">**breaks**</mark> based on quantity for <mark style="color:orange;">**order level**</mark> discounts with multiple <mark style="color:purple;">**conditions**</mark>. Each breakpoint contains minimum and maximum value for quantity. Conditions for the cart, customers and line items. For example:&#x20;

1. Apply <mark style="color:orange;">**10%**</mark> discount if quantity of product is between 1 to 3 and having "**clearance sale**" product tag.
2. Apply <mark style="color:orange;">**15%**</mark> discount if quantity of product is between 4 to 10 and having "**clearance sale**" product tag.
3. Apply <mark style="color:orange;">**25%**</mark> discount if quantity of product is between 11 to 20 and having "**clearance sale**" product tag.

<figure><img src="/files/yij8fbvfvPBcmTOma9A3" 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://apps.sanomads.com/slice-n-save/overview/our-features.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.
