> For the complete documentation index, see [llms.txt](https://docs.codpeller.com/en/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.codpeller.com/en/adaptive-sales/setup/cart-offer/products-for-cart-offers.md).

# Products for Cart Offers

1. **Selecting Products for the Offer**&#x20;

{% hint style="warning" %}
Products for cart offers are selected based on the product attribute **`kinvasoft-adaptive-sale-cart-product`** (Fig. 1)
{% endhint %}

<figure><img src="/files/KCjizbUvp1tcBJIhV8uh" alt=""><figcaption><p>Fig. 1</p></figcaption></figure>

### **How to Add Products to an Offer:**

2. To add products to the offer, go to **“Catalog → Products → Open the desired product → Attributes”**
3. Open **"General Attributes"**, change **Type → Clothing → General** (Figs. 2, 3, 4, 5)<br>

   <div><figure><img src="/files/h0iPQCAyAwVo87i8MlJ7" alt=""><figcaption><p>Fig. 2</p></figcaption></figure> <figure><img src="/files/xwvC5C2HGLsJhbZ5n6IN" alt=""><figcaption><p>Fig. 3</p></figcaption></figure> <figure><img src="/files/ZBZgL8WMaiFWSquvzikb" alt=""><figcaption><p>Fig. 4</p></figcaption></figure> <figure><img src="/files/yPD07kNTKLe0tsmekdsE" alt=""><figcaption><p>Fig. 5</p></figcaption></figure></div>
4. Find the attribute, and in the row next to **`kinvasoft-adaptive-sale-cart-product`**, enter the letter **"Y"** (Fig. 6). Click the **"Save"** button

<figure><img src="/files/6ZBIFGwTyuJHYVuJVVGk" alt=""><figcaption><p>Fig. 6</p></figcaption></figure>

{% hint style="info" %}
You can add up to **30 products** to a single offer. The message will display **from 1 to 6 products**, depending on your settings, from the **30 selected items**
{% endhint %}


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.codpeller.com/en/adaptive-sales/setup/cart-offer/products-for-cart-offers.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
