> For the complete documentation index, see [llms.txt](https://broadcast.presidiocreative.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://broadcast.presidiocreative.com/product-theme-blocks/bundle-and-save.md).

# Bundle and save

The **Bundle and Save** block encourages upselling by grouping related products into a bundle with a promotional offer. You can define a single product and up to 3 additional bundle items, and display them in either a stacked or slider layout. Useful for increasing average order value, this block also supports inventory filtering, autoplay sliders, and metafield-driven cart persistence.

<figure><img src="/files/YDZNIY4jCLRtl04fPSN7" alt="GIF depicting the Upsell block settings of the product pages section"><figcaption></figcaption></figure>

<table><thead><tr><th width="224.3646240234375">Settings</th><th width="168.634521484375" align="center">Type</th><th>Description</th></tr></thead><tbody><tr><td>Single product</td><td align="center"><code>product</code></td><td>Select a base product to feature in the bundle.</td></tr><tr><td>Product list</td><td align="center"><code>product_list</code></td><td>Choose up to 3 products to bundle with the base product.</td></tr><tr><td>Bundle title</td><td align="center"><code>text</code></td><td>Title shown above the bundle.</td></tr><tr><td>Show only items in stock</td><td align="center"><code>checkbox</code></td><td>Hides bundle products that are out of stock.</td></tr><tr><td>Layout</td><td align="center"><code>select</code></td><td>Choose between <code>Stacked</code> or <code>Slider</code> layout. Slider supports pagination styles under <em>Layout</em> > <em>Appearance</em>.</td></tr><tr><td><strong>Slider</strong></td><td align="center"></td><td></td></tr><tr><td>Auto-rotate slides</td><td align="center"><code>checkbox</code></td><td>Enables automatic sliding between bundle items.</td></tr><tr><td>Change slides every</td><td align="center"><code>range</code></td><td>Sets delay between slides (4-15 seconds).</td></tr><tr><td><strong>Cart</strong></td><td align="center"></td><td>Use metafields (<code>theme.bundle</code>, <code>theme.bundle_list</code>) to persist bundle data into the cart. Bundles without metafields will only affect the product page. </td></tr><tr><td><strong>Colors</strong></td><td align="center"></td><td></td></tr><tr><td>Background</td><td align="center"><code>color</code></td><td>Background color for the block. Set to 'Transparent' to inherit theme color scheme.</td></tr><tr><td><strong>Padding</strong></td><td align="center"></td><td></td></tr><tr><td>Bottom</td><td align="center"><code>range</code></td><td>Sets bottom spacing of the block.</td></tr></tbody></table>


---

# 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://broadcast.presidiocreative.com/product-theme-blocks/bundle-and-save.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.
