How to create a Bundle without using a Shopify app

Topic summary

A user wants to create product bundles without using a Shopify app or creating separate SKUs, citing Parachute Home as an example.

Proposed Solutions:

  • Custom theme development: One responder suggests implementing bundles through custom code that references existing products and their inventory. A demo video was shared showing the functionality.

  • BOGOS App approach: Despite the no-app requirement, another user recommends the BOGOS App’s “Classic Bundle” feature, which creates a dedicated product page where the entire bundle adds to cart at once. Setup involves creating the bundle and selecting “Create a product for this bundle.”

  • Simple collection page: A third responder suggests the example site may just be using a collection page named “bundle,” which would be easier to implement.

Status: The discussion remains open with multiple approaches suggested but no clear resolution on which method best meets the original requirement of avoiding both apps and separate SKUs.

Summarized with AI on October 24. AI used: claude-sonnet-4-5-20250929.

We’re trying to create a Bundle on our store without using a App, we also don’t want to create a separate product/SKU for that bundle.

Is there anyway to do that? I saw this site as an example.
https://www.parachutehome.com/products/linen-starter-bedroom-bundle?

1 Like

Hi @bryanngb ,

Yes, you can create the bundle product with the help of custom dev in your theme. Code will use the existing product of the store and this will include the inventory too.

Please refer the below video how it will work on store after implementation.

Let me know if you have any questions or doubt.

Hi,

After checking the example store, I’m confident you can easily create a bundle like this using BOGOS App.

:backhand_index_pointing_right: Here’s a demo example you can look at:

How to set it up:

  1. Create a Classic Bundle in the BOGOS App.
  2. Select “Create a product for this bundle” and fill in the details.

Your bundle will now appear as a unique product page. When shoppers add it to their cart, the entire bundle is added at once.

You can try BOGOS for FREE here!

I just take a look and found that it’s the simple collection page. And yeah it’s way more easy to create a collection name by bundle and present for the customers.

If I am missing something then you can explain it.

Thanks