Access a community of over 900,000 Shopify Merchants and Partners and engage in meaningful conversations with your peers.
Hi there,
I'm looking for a product bundle app that allows me to add existing products to a "bundle" that creates it's own product page. Most of the existing bundle apps I've seen only offer pop-ups or hacks that aren't what I'm looking for.
Below is a good example from a beauty brand of what I'm looking for:
Once a customer purchases this bundle I need the order to be automatically edited and updated with the direct product SKUs so that my 3PL warehouse can successfully fulfill the items purchased.
Any help is greatly appreciated, thanks!
@OBDev ,
You may want to consider doing a custom bundle solution through code customization. Do reach out in case of interest to lokendra@propero.in
App Selly can help you to create a bundle set:
https://sellydemo.com/products/sample-set-bundle
https://apps.shopify.com/selly
I don't know of an app that allows you to choose variants in the bundle the way you are describing (e.g. select size, color, etc on the bundled products).
Usually when we do this kind of thing custom for clients, we use a product tag that brings in collections items onto the product page, and adds them all to cart when the add-to-cart button is clicked. Question is, are you going to represent this on the Cart page and at Checkout as a single product, but fulfill them as separate Shopify products? This would make it a little more complicated, though possible (mostly). Through line item properties and some magic, you could hide the bundled-products on cart, and also hide them at checkout if your store is on the plus plan (access to checkout.liquid).
Hope this helps, or at least rules things out. Cheers.
The PickyStory app was designed to allow you to bundle products and enable shoppers to pick different variants of the same product. You can create a manual or automated bundle and choose between product bundles and look bundles. It's added automatically to your store and it's pretty easy to customize it. This app can definitely address your needs.
Hope this helps!
Alex
Hello, did you ever solve this issue?
here is an example of dynamic bundle creation which is possible through code customization, the product could be any and the order will have individual SKUs for fulfillment
https://bhavnagaris.com/pages/custom-gift-box
just in case it helps
Hi did anyone find a solution or app for this?
Hi
We developed this feature for our users to fix their fulfilment issues when selling bundles. You create a normal product that is a bundle of other SKUs. The product page you set with images and descriptions for the bundle as you would any other product.
When an order comes through for one of these bundles we modify the order post purchase into the component order lines so fulfilment can be achieved as per normal.
Regards
Tom