# Setting Up Bundle Product Discounts

This guide explains how to configure discounts for bundle products in your Shopify theme so that. the correct discount amount is displayed to customers.\ <br>

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

### Overview

Bundle product discounts require configuration in two places: the Shopify admin Discount settings and the Bundle products theme section. Both must use matching values to ensure customers see accurate pricing.

{% hint style="info" %}
Only percentage-based discounts are supported for bundle products. Fixed-amount discounts will not display correctly.
{% endhint %}

{% stepper %}
{% step %}

### Create the Discount in Shopify admin

1. **Navigate to Discounts**. In your Shopify admin, go to Discounts and click Create discount.
2. **Select "Amount off products."** When prompted to choose a discount method, select Amount off products. This ensures the discount is applied and displayed at the product level.
3. **Set a percentage discount.** Enter the discount value as a percentage. (e.g., 15%). Do not use a fixed dollar amount, as only percentage discounts are supported for bundles.
4. **Configure conditions**. Set any additional conditions such as minimum quantity, eligible products, or customer eligibility as needed for your bundle.
5. Save the discount

<div align="left"><figure><img src="/files/9PywDM8j7lbEhb9bsrVd" alt=""><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}

### Apply Matching Settings in the Theme

After creating the discount in Shopify admin, you must apply the same discount settings to your Bundle Products section in your theme. This ensures the storefront displays the correct discounted price and avoids any mismatch between the actual discount and what the customer sees.

1. Open your theme editor and navigate to the [Bundle Products](/agnes/sections/bundle-products.md) section.
2. Enter the same percentage discount value you configured in the Shopify admin.
3. Save your changes and preview the bundle product page to verify the displayed discount matches.
   {% endstep %}
   {% endstepper %}

{% hint style="info" %}
Always preview your bundle products page after making changes to confirm the discount displays correctly. If the discount in the theme section does not match the Shopify admin discount, customers may see an incorrect price.
{% 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://moodboard-creations.gitbook.io/agnes/frequently-asked-questions/setting-up-bundle-product-discounts.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.
