Hello, new to Shopify.
I have a need to add a product A to the cart, but the customer needs to add product B, product C and product D as part of the build. So B, C, D can be “not required”, or an attribute such as colour, but we need to force the customer to select this.
I can see attributes, such as colour or size, but no way of forcing additional criteria before adding to basket. Each of the products B,C,D is to be available as a separate product on the site with their options.
I hope this makes sense, any help would be appreciated
@tireddad
You can easily set up a custom bundler to do what it sounds like you are trying to do. I have done that many times. I say that it is “easy” because it only requires a relatively low amount of code, probably less than 100 lines.
What you can do is add a few product reference metafields to product A (or use a navigation menu or a collection, my recommendation would be to use a collection) and then on the product details page pull in those other products and their options to be chosen before enabling the add to cart button.
I have probably set up 10 or so custom bundlers similar to that within the past year. The beauty of it is that it can help increase the average order value and does not require a separate app (paid or not).
Hope that helps!
1 Like