# Lowest priced gift

## Lowest priced gift

### Applicable Campaign Type

* Gift with quantity purchase

***

### How it Works

When enabled, the system automatically identifies the lowest-priced item in the cart that meets the campaign conditions. That item will be set as the customer’s free gift.

* If the customer adds multiple eligible items, the system always chooses the **lowest-priced product**.
* The selected gift is automatically applied to the cart with a discount value of **Free**.

***

### Example

* Campaign rule: Buy at least **1 item from All Products**.
* Customer adds 3 items to the cart:
  * Jacket: $70
  * Shoes: $50
  * T-shirt: $20
* The app automatically sets the **T-shirt ($20)** as the free gift.

***

### Setup Instructions

1. Create or edit a **Gift with quantity purchase** campaign.
2. Scroll to the **Customer gets** section.
3. Under **Optional rules**, enable **Lowest-Priced Gift**.
4. Save and activate the campaign.

Once enabled, the system will handle gift assignment automatically based on the lowest-priced item.

<figure><img src="https://1289686769-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FMo81Ak7Ig0Z6bLRmWpSA%2Fuploads%2FntLUfUHzAHlDQKxHAL2q%2Fimage.png?alt=media&#x26;token=6cd691d6-5381-402e-8136-03a977a2a44b" alt=""><figcaption></figcaption></figure>

***

## Multiply Lowest-Priced Gift

The **Multiply Lowest-Priced Gift** feature allows merchants to give customers multiple free gifts based on the number of trigger products in their cart.

* The gift is always the **lowest-priced item** in the customer’s cart.
* The more items the customer buys, the more free gifts they automatically receive.
* Gifts are added automatically, without the customer having to make a selection.

### How it Works

When enabled, the system calculates the number of free gifts a customer receives using the following formula:

**Number of gifts = (Number of products in cart ÷ Trigger quantity required in campaign)**

* If the result is not a whole number, the system rounds down.

**Example:**

* Campaign rule: Buy 2 items → Get 1 lowest-priced gift
* Customer adds 5 items to the cart
* Calculation: 5 ÷ 2 = 2.5 → Rounded down = **2 gifts**

### Setup Instructions

1. Create or edit a **Gift with quantity purchase** campaign.
2. Go to the **Lowest-Priced Gift** section.
3. Enable the **Multiply lowest-priced gift** option.
4. Save and activate the campaign.

* When enabled, a **calculation example table** appears showing how many gifts customers will get. This is the gift calculation example when item quantity required in campaign is 3 item

  <figure><img src="https://1289686769-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FMo81Ak7Ig0Z6bLRmWpSA%2Fuploads%2FNhj1uWrMsFUA5f0XHpJ3%2Fimage.png?alt=media&#x26;token=75173e02-7792-4f51-b9f7-adeb5682f693" 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://help.aov.ai/advanced-settings/lowest-priced-gift.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.
