# Product bundle

***

The **Product bundle** section is designed to group multiple products into a single offer, often with a discount. It helps increase average order value by encouraging customers to purchase items together.

### 1. Our guide to set up a Product bundle section:

{% hint style="info" %}
**Steps:**

* In the theme editor, click **Add section.**
* Locate **Product bundle.**
* Click **Save.**
  {% endhint %}

<figure><img src="/files/18EVoE15e5usGQJ1QwR8" alt=""><figcaption></figcaption></figure>

### 2. **Section settings**

<figure><img src="/files/3qruqzPgFp9fFsoCe4Tc" alt=""><figcaption></figcaption></figure>

* **Image settings**
  * **Image / Mobile image:** Upload visuals for desktop and mobile to represent the bundle.
  * **Desktop image height / Mobile image height:** Control the height of the image on different devices.
  * **Desktop image placement:** Choose whether the image appears on the left or right side of the product list.
  * **Enable sticky content on desktop:** Keeps the content (bundle info + products) fixed while scrolling, improving visibility and engagement.
* **Content settings**
  * **Subheading:** Add a short intro or supporting text.
  * **Heading:** Main title of the bundle.
  * **Heading size:** Adjust the visual hierarchy of the heading.
* **Discount settings**
  * **Discount type:** Choose how the discount is applied:
    * **Percentage**: Applies a % discount to all bundled products
    * **Fixed amount**: Deducts a fixed value from the total order
  * **Value:** Defines the discount amount.
* **Color scheme:** Applies styling to the bundle container (background, text, buttons).
* **Corner radius:** Adjusts roundness of the image and bundle container.

### **3. Product block settings**

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

Each **Product block** represents one item in the bundle.

* **Product:** Select a product from your store to include in the bundle.
* **Product card settings**
  * **Font size scale:** Adjust the size of product titles.
  * **Image ratio**: Control how product images are displayed.
  * **Show second image on hover**: Displays an alternate image when hovering.
  * **Show image border**: Adds a border around product images.
  * **Show vendor**: Displays the product’s brand/vendor name.


---

# 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.inspiredtheme.com/articles/sections/sections-available-in-inspiredtheme/product-bundle.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.
