> ## Documentation Index
> Fetch the complete documentation index at: https://docs.paysight.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Bundle Discounts

> BOGO, fixed, percentage, product-specific, and store-wide discount rules.

Bundle Discounts creates automatic discounts based on cart contents. Customers do not need to enter a discount code.

<Info>
  Find this module in **Shopify Stores** > **Edit Checkout** > **Offers**.
</Info>

## How it works

Use this module for promotions such as buy-one-get-one, quantity breaks, percentage off, fixed amount off, product-specific rules, and store-wide rules.

## Settings reference

<AccordionGroup>
  <Accordion title="Bundle rules">
    **You will set:** Rule list

    The list of automatic discount rules checkout should evaluate.
  </Accordion>

  <Accordion title="Discount scope">
    **You will set:** Scope selector

    Whether the rule applies to one product or the whole store.
  </Accordion>

  <Accordion title="Product">
    **You will set:** Shopify product picker

    The Shopify product the rule applies to when the rule is product-specific.
  </Accordion>

  <Accordion title="Rule label">
    **You will set:** Text field

    The customer-facing promotion label.
  </Accordion>

  <Accordion title="Discount type">
    **You will set:** Type selector

    The promotion type, such as BOGO, quantity break, percentage off, or fixed amount off.
  </Accordion>

  <Accordion title="Customer buys">
    **You will set:** Number field

    For BOGO offers, the quantity the customer must buy before free items are granted.
  </Accordion>

  <Accordion title="Customer gets free">
    **You will set:** Number field

    For BOGO offers, the number of free units granted after the buy quantity is met.
  </Accordion>

  <Accordion title="Minimum quantity">
    **You will set:** Number field

    For quantity, percentage, or fixed rules, the quantity required before the discount applies.
  </Accordion>

  <Accordion title="Discount value">
    **You will set:** Number field

    The percentage or fixed amount off, depending on the selected discount type.
  </Accordion>

  <Accordion title="Exact quantity only">
    **You will set:** On/off switch

    Applies the rule only when the cart quantity exactly matches the threshold. When off, higher quantities can qualify.
  </Accordion>

  <Accordion title="Discount stacking">
    **You will set:** On/off switch

    Whether automatic bundle discounts can combine with manual discount codes.
  </Accordion>
</AccordionGroup>

## Examples

<Tabs>
  <Tab title="Buy 2 get 1 free">
    Choose BOGO, set Customer buys to 2, Customer gets free to 1, and select the product.
  </Tab>

  <Tab title="10 percent off 3 or more">
    Choose Percentage, set Minimum quantity to 3, and set Discount value to 10 percent.
  </Tab>

  <Tab title="Store-wide fixed discount">
    Choose store-wide scope, fixed discount type, and a minimum quantity or threshold that matches the campaign.
  </Tab>
</Tabs>

## Before saving

* Confirm whether the rule is product-specific or store-wide.
* Use Exact quantity only only for strict bundle requirements.
* Review Discount stacking whenever Discount Codes are also active.

## Related modules

<CardGroup cols={2}>
  <Card title="Discount Codes" icon="arrow-right" href="/guides/shopify-store-editor/discount-codes">
    Create manual checkout discount codes and percent values.
  </Card>

  <Card title="Checkout Add-ons" icon="arrow-right" href="/guides/shopify-store-editor/checkout-add-ons">
    Offer optional products during checkout before the order is complete.
  </Card>
</CardGroup>
