# Products Bundle Section

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

The Product Sets section, also known as Product Bundle section, is a premium, visually stunning showcase that presents curated product collections as complete sets or bundles.&#x20;

Customers can see the bundled products, view the combined value versus bundle price, and add the entire set to their cart with one click.

### **Setting** Products Bundle Section

Go to **Storefront** -> **My Themes** -> **Customize**. <mark style="color:red;">(If your store is a new store, you may need to go to</mark> <mark style="color:red;"></mark><mark style="color:red;">**Channel Manager -> Themes -> Edit Theme**</mark><mark style="color:red;">)</mark>

In the **Theme Editor** -> Go to **Home Page / Products Bundle Section**

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

**Global Configuration Settings:**

| Setting                 | Description                       | Example                                | Required |
| ----------------------- | --------------------------------- | -------------------------------------- | -------- |
| **Show Product Bundle** | Enable/disable the entire section | ✓ Checked                              | Yes      |
| **Section Title**       | Main heading for the section      | "Curated Product Sets"                 | Yes      |
| **Section Description** | Subtitle or description text      | "Complete collections for every style" | No       |
| **Button Text**         | Text for bundle CTA button        | "Add Bundle to Cart"                   | Yes      |

**3. Configure Product Sets (Items 1-6)**

The section supports up to **6 product sets/bundles**. Each set requires three pieces of information:

**For Each Item (1-6):**

| Setting                    | Description                         | Format       | Example                      |
| -------------------------- | ----------------------------------- | ------------ | ---------------------------- |
| **Item \[X] Image**        | Background lifestyle image filename | filename.jpg | "living-room-bundle.jpg"     |
| **Item \[X] Product List** | Comma-separated product IDs         | ID1,ID2,ID3  | "112,113,114"                |
| **Item \[X] Title**        | Bundle/set name                     | Text         | "The Living Room Essentials" |

**Example Configuration for Item 1:**

```
Item 1 Image: "modern-living-bundle.jpg"
Item 1 Product List: "112,113,114,115"
Item 1 Title: "Modern Living Collection"
```

{% hint style="info" %}
When you are happy with your changes, don't forget click **Save** and **Publish** to repackage the edited theme.
{% endhint %}


---

# 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://halosoft.gitbook.io/bc-nimo-documentation/home-decor/products-bundle-section.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.
