Manage bundle


how can we manage our store with this functionality

Hi @Priyanka2 . Hope you are doing well.

You can use a Shopify Bundle app like Fast bundle and Bold bundle, which handle multi-step selection, tiered pricing, per item qualities, and dynamic price update out of the box, with no custom code needed.

how i manage my store
how manage my products for this type of functinality

Hi @Priyanka2 ,
What you’re showing is a build-your-own-bundle product page - tiered packs (Starter / Family / Bulk), item selection with limits, and bundle savings. Here are your options to manage this in Shopify:

1. Shopify’s native Bundles app (free): works well for simple fixed bundles, but it doesn’t support multi-step pickers or tiered pack discounts like your screenshot.

2. A bundle app from the App Store: this is the practical route for this functionality. Look for apps built on Shopify’s Cart Transform API — that’s the recommended approach, since bundles merge correctly in cart/checkout and inventory stays accurate.

3. OSCP Bundle & Upsell — OSCP Bundle & Upsell - Increase AOV with product bundles, upsells & FBT offers! | Shopify App Store
It lets you create product bundles/combos with discounts, where customers add the bundled items to cart in one click, supports fixed, upsell, and cross-sell bundles plus Frequently Bought Together, and is built on Shopify’s Cart Transform function. You can try it on the demo store first.

Manage products by creating bundles as separate products or use bundle apps like OSCP Bundle & Upsell for dynamic selection, tiered pricing, and discounts. Shopify’s native Bundles app works for simple fixed bundles but lacks advanced features. For complex bundles, apps using Cart Transform API keep inventory accurate and cart seamless.

Hey @Priyanka2

This is a tiered bundle builder where customers pick a plan size (Starter, Family, Bulk) and then choose which products go in it (different scents/colors for pouches and tubes). I work with Bezz Bundle & Subscription app (full transparency, I’m on the team) and it supports this exact setup: tiered pricing with different discounts per tier, plus a “build your own” selector where customers pick specific variants up to a quantity limit.

You’d set up your tiers (Starter = 4 items, Family = 8 items, Bulk = 16 items) with their respective discounts, then customers pick their preferred scents/colors within that quantity. It also supports the subscription option you can see at the bottom (“Subscribe and save 25%”).

Worth checking out if this is the kind of bundle experience you’re trying to build

Hi @Priyanka2

You can use a bundle app for this, or we can also build a custom solution if you already have a design in mind.

Best regards,
Devcoder :laptop:

Hi @Priyanka2!

Yes, this is possible in Shopify.

For simple bundles, you can try the Shopify Bundles app. But for the layout in your screenshot, with item selection, quantity limits, tiered pack options, discounts, and dynamic pricing, you’ll likely need an advanced bundle builder app or custom development.

I’d suggest looking for a bundle app that supports mix-and-match bundles, min/max quantity rules, dynamic pricing, and inventory sync.

Hey @Priyanka2

What you’re showing is a build-your-own-bundle setup with tiered pricing, which is more advanced than what Shopify’s native Bundles app can handle. The native app does basic fixed bundles but has no tiered pack options, no step-by-step selector, and no “pick your scent/color” flow like your screenshot.

For this specific layout you need an app that supports a bundle builder with quantity tiers and variant selection per step. A few that handle this: BOGOS has a bundle builder feature where you define steps (choose your pouches, choose your tubes), set min/max quantities per step, and assign tiered discounts based on pack size. It also converts the bundle into a single product listing on the backend, so your inventory stays synced across individual SKUs without manual tracking. Fast Bundle is another option that handles this flow.

One thing to watch out for: make sure whichever app you pick is built on Shopify’s Cart Transform API. Older apps that use draft orders or workarounds cause issues at checkout (broken discount codes, wrong tax calculations, payment gateway conflicts). Cart Transform keeps everything native to Shopify’s checkout, which is especially important if you’re also running a subscription option like the “subscribe and save” I can see in your screenshot.

What platform are you on, Basic or Plus? That’ll affect which features are available to you.


Hope that helps! If it did, a Like and Marking it as Solution goes a long way and helps others find the fix faster too.

Best,
Moeed

Hi @Priyanka2,

That exact page is from Pouche (pouche.com.au), and the builder you
screenshotted is Bundler by Nice Team ( Bundler ‑ Product Bundles App - Earn more with bundle offers, bundle upsells & quantity breaks | Shopify App Store ).
You can see it loading on their store from cdn-bundler.nice-team.net, so the good
news is it’s an off-the-shelf app, not custom dev.

What you’re looking at is a multi-step “build your own” bundle:

  • Step 1: pick a pack (Starter / Family / Bulk), which sets the quantities and
    the discount.
  • Steps 2-3: choose which items fill each group (plush, then tubes) up to the
    pack’s limit.

Bundler’s Mix & Match / build-your-own does this, and its paid tier (around
$7/mo) is what unlocks mix-and-match. Fast Bundle and BOGOS (both mentioned
above) can do similar multi-step builders, so it’s worth comparing which UI you
prefer.

One thing to check whichever you pick: how the discount applies at checkout. A
tiered “pick more, save more” like this needs the app’s discount to be a real
Shopify discount (Cart Transform / discount function), not just a price shown on
the page, or it breaks when the customer edits the cart.

What you’re describing has a specific name — a “bundle builder” (sometimes “mix and match”) — and knowing that term will make your app store search much easier. Fixed-bundle apps (a preset combo the merchant defines) won’t do the pack-size + customer-choice + tiered-discount flow in your screenshot; you specifically need the builder category.

Two things to check on any builder app before committing: how it handles Shopify’s variant limits (pack size × flavors × quantities multiplies fast — good apps avoid creating a variant per combination), and what happens to component inventory when a pack sells — some builders only handle the pricing and leave stock tracking broken, which is how you end up overselling a flavor that’s in hundreds of open packs.

Disclosure: I build a bundle app myself, but it’s for fixed bundles — genuinely not the right fit for your case, so I have no app to pitch you here. The vocabulary + those two checks will get you to the right one though.

Agreed with all of the great advice above. One more thing to be aware of - a lot of bundle apps take extra time to load images, and don’t utilize modern image files (webp, etc) like Shopify does. This can slow down your load time, and a lot of times if the user engages before it fully loads, it can allow the user to purchase partial bundles. So as you’re building out your bundles, please be particularly careful to reduce image sizes and keep dynamic images to a minimum (where it doesn’t hurt UX).