Product bundling is one of the most effective tactics for increasing average order value on Shopify. When done well, bundles give customers a reason to spend more by offering genuine value — and they give you higher margins per transaction even with a discount applied.
But most Shopify stores get bundling wrong. They create bundles nobody wants, price them poorly, bury them where customers cannot find them, or use apps that slow their store down. The result is wasted effort and no measurable impact on revenue.
This guide covers every approach to creating product bundles on Shopify, from the simplest manual setup to sophisticated app-powered solutions. More importantly, it covers the strategy behind effective bundling — because the technical implementation is worthless without a sound commercial rationale.
Why product bundles work
Bundling works because of three well-documented psychological principles:
- Perceived value. Customers perceive greater value when they see a combined price that is lower than the sum of individual prices. The savings feel tangible and immediate.
- Decision simplification. Bundles reduce decision fatigue. Instead of evaluating five individual products, the customer evaluates one package. Fewer decisions means higher conversion rates.
- Anchoring. The combined individual price serves as an anchor, making the bundle price feel like a bargain by comparison. This is why displaying the "was" price alongside the bundle price is essential.
The numbers back this up. Across the Shopify stores we manage, well-implemented bundles consistently deliver a 15-35% uplift in average order value. For a store with a £50 AOV doing 1,000 orders per month, a 20% AOV increase translates to an additional £120,000 in annual revenue. For more on increasing AOV, see our guide to smart cart solutions that boost AOV.
Types of Shopify bundles
Fixed bundles
A fixed bundle is a pre-defined set of products sold together at a discount. The customer cannot change the contents — they buy the bundle as-is or not at all. This is the simplest type to implement and the most common.
Examples: skincare routine set, starter kit, gift set, "essentials" pack.
Mix-and-match bundles
Customers choose from a selection of products to build their own bundle. You define the rules (e.g., "pick any 3 from this collection") and the discount is applied when they meet the criteria.
Examples: "build your own box", "pick any 3 for £30", custom gift hamper.
Volume/tiered bundles
Buy more, save more. These bundles incentivise larger purchases of the same product with escalating discounts.
Examples: "buy 2 save 10%, buy 3 save 15%, buy 5 save 25%".
Cross-sell bundles
Complementary products offered together — often shown on the product page or in the cart. These are less about discounts and more about convenience.
Examples: phone case + screen protector, coffee + filters, shampoo + conditioner.
Using Shopify's native Bundles feature
Shopify introduced native bundling in 2023, and it has matured into a solid solution for fixed bundles and multipacks. Here is how to set it up:
Step-by-step setup
- In your Shopify admin, go to Products
- Click Add product
- Select Bundle as the product type
- Add the component products that make up the bundle
- Set quantities for each component
- Configure variant options if components have variants (e.g., size, colour)
- Set the bundle price — this should be less than the sum of component prices
- Add bundle-specific product images and description
- Save and publish
What Shopify Bundles handles well
- Inventory sync. Component inventory is tracked and decremented automatically when a bundle sells.
- No app overhead. Being native, it adds zero JavaScript to your storefront. No impact on page speed.
- Variant selection. Customers can select variants (size, colour) for each component product within the bundle.
- Order management. Bundle components appear as line items in the order, making fulfilment straightforward.
Limitations of native bundles
- No mix-and-match functionality — bundles are fixed
- No tiered/volume pricing
- Limited display customisation without theme modifications
- No analytics specific to bundle performance
Creating bundles manually
If you need a quick solution without apps, you can create bundles manually as regular Shopify products. This approach works for simple fixed bundles.
Method: bundle as a standalone product
- Create a new product
- Name it as the bundle (e.g., "Complete Skincare Set")
- Set the price at the discounted bundle price
- Add compelling product images showing all items together
- List component products in the description
- Use a compare at price showing the total individual price
<!-- Example bundle product description structure -->
<div class="bundle-contents">
<h3>What's included</h3>
<ul>
<li>Daily Cleanser (100ml) — normally £18</li>
<li>Hydrating Serum (30ml) — normally £32</li>
<li>Night Cream (50ml) — normally £28</li>
</ul>
<p class="bundle-savings">
<strong>Individual total: £78</strong><br>
<strong>Bundle price: £62 — save £16 (20%)</strong>
</p>
</div>
The downside of manual bundles is inventory management. You need to manually track component stock and ensure the bundle product is unpublished when any component goes out of stock. For stores with more than a handful of bundles, this quickly becomes unsustainable.
Bundle apps: when and which
If you need mix-and-match bundles, tiered pricing, or sophisticated bundle logic, a dedicated app is the right choice. But choose carefully — bundle apps vary enormously in quality, performance impact, and pricing.
When to use an app
- You want customers to build their own bundles from a product selection
- You need volume/tiered pricing (buy more, save more)
- You want bundle recommendations in the cart drawer
- You need bundle analytics and A/B testing
- You are running subscription bundles
What to evaluate in a bundle app
- Page speed impact. Test your store's PageSpeed score before and after installing the app. Any app that adds more than 50ms to your page load is suspect.
- Inventory management. Does the app sync inventory at the component level? Does it handle out-of-stock components gracefully?
- Theme compatibility. Does it work with your theme out of the box, or does it require custom CSS and Liquid modifications?
- Discount stacking. How does the bundle discount interact with other discounts, discount codes, and Shopify Scripts?
- Analytics. Does the app provide bundle-specific reporting — sales, conversion rate, AOV impact?
For guidance on evaluating apps, read our approach to Shopify for niche brands where we cover app selection methodology. You can also explore our Shopify apps for solutions we have built ourselves.
Bundle pricing strategies
The pricing of your bundles is more important than the technical implementation. Get the price wrong and even the most beautifully presented bundle will not sell.
The 10-20% rule
The most effective bundle discounts fall in the 10-20% range compared to buying items individually. Below 10%, the savings do not feel meaningful enough to change purchasing behaviour. Above 20%, you risk training customers to only buy bundles and eroding your margins on individual product sales.
Anchor pricing is essential
Always display the individual prices alongside the bundle price. The contrast between the sum of individual prices and the bundle price is what drives the purchase decision.
/* Example bundle pricing display */
.bundle-pricing {
display: flex;
align-items: baseline;
gap: 12px;
}
.bundle-pricing__original {
text-decoration: line-through;
color: #666;
font-size: 0.9em;
}
.bundle-pricing__bundle {
font-weight: 700;
font-size: 1.4em;
color: #2D5A27;
}
.bundle-pricing__savings {
background: #e8f5e3;
color: #2D5A27;
padding: 2px 8px;
border-radius: 4px;
font-weight: 600;
font-size: 0.85em;
}
Tiered pricing structure
| Quantity | Discount | Psychology |
|---|---|---|
| Buy 2 | 10% off | Low-commitment entry point |
| Buy 3 | 15% off | Sweet spot for most customers |
| Buy 5+ | 20% off | For committed buyers and gifters |
Merchandising bundles for maximum impact
Where and how you display bundles is as important as the bundle itself. Most stores create bundles and then bury them in a collection page where nobody finds them.
High-impact placement locations
- Product page. Show relevant bundles on individual product pages: "Buy with" or "Complete the set" sections below the add-to-cart button.
- Cart drawer/page. Suggest bundles based on what is already in the cart. If a customer has the cleanser, suggest the full skincare set.
- Homepage. Feature your best-performing bundles in a dedicated section, especially during peak gifting seasons.
- Collection page. Create a dedicated "Bundles" or "Sets" collection. Place it prominently in your navigation.
- Email marketing. Bundles make excellent email content — especially for win-back campaigns and seasonal promotions.
Bundle product page best practices
- Use lifestyle imagery showing all products together in use
- Include individual product images so customers know exactly what they are getting
- List each component with its individual price
- Make the savings amount prominent and specific (not just "save 15%" but "save £11.70")
- Include reviews from customers who bought the bundle
Inventory management for bundles
Inventory tracking is the most common operational challenge with bundles. The golden rule: always track inventory at the component level, not the bundle level.
Why component-level tracking matters
If you track inventory at the bundle level, you create a disconnect between bundle stock and individual product stock. A customer might see the bundle as available while one of the components is actually out of stock when purchased individually. This leads to overselling, fulfilment errors, and poor customer experience.
Handling out-of-stock components
Decide in advance what happens when one component goes out of stock:
- Option A: Hide the bundle. Automatically unpublish the bundle when any component is unavailable. This is the safest approach.
- Option B: Allow substitution. Offer a substitute product and notify the customer. This works for consumable bundles where components are interchangeable.
- Option C: Backorder. Allow the bundle to sell on backorder with a clear delivery timeline. Only viable if your restocking is reliable.
Measuring bundle performance
You cannot optimise what you do not measure. Track these metrics for every bundle:
- Bundle conversion rate — what percentage of bundle page views result in a purchase?
- AOV impact — are customers who buy bundles spending more overall?
- Cannibalisation rate — are bundles replacing individual product sales, or genuinely adding incremental revenue?
- Bundle-to-individual ratio — what percentage of component product sales come through bundles vs. individual purchases?
- Margin per bundle — after the discount, is the margin per transaction still acceptable?
Common bundle mistakes
1. Bundling products that do not go together
A bundle must make logical sense to the customer. Bundling a scented candle with a laptop case because they are both £15 does not work. Bundle complementary products that solve a related problem or enhance the same experience.
2. Discounting too aggressively
A 40% bundle discount is not a strategy — it is margin destruction. If you need that much discount to make the bundle appealing, the products probably should not be bundled together.
3. No social proof on bundle pages
Bundle product pages need reviews and trust signals just like individual product pages. If your bundle has no reviews, customers are less likely to take the risk of a larger purchase.
4. Ignoring mobile UX
Bundle pages with multiple product images, variant selectors, and pricing breakdowns are complex on desktop and often broken on mobile. Test thoroughly on mobile devices — this is where the majority of your traffic will be browsing.
5. Set-and-forget approach
Bundles need ongoing optimisation. Test different product combinations, pricing levels, and page layouts. The first version of a bundle is rarely the best performing. Treat bundle optimisation as part of your ongoing Shopify development work.
The best bundles do not feel like a sales tactic. They feel like a favour — as if the store has done the work of figuring out what goes together and offered a better price for the convenience. That is the difference between a bundle that sells and one that sits.
Andrew Simpson, Founder
Product bundles are one of the highest-leverage changes you can make to a Shopify store. Start with Shopify's native bundles for simple fixed sets, graduate to apps when you need mix-and-match or tiered functionality, and always lead with pricing strategy over technical implementation.
If you want help designing and implementing a bundle strategy for your Shopify store, get in touch. We will help you identify the right products to bundle, price them for maximum impact, and build the technical infrastructure to support it.


