Hi,
I am looking for weeks now to find a solution, maybe someone can help me:
I am using Impulse Theme.
My customer sells knitting sets.
There are several factors that need to be considered.
- Choice of 2 different colors for the wool, from a selection of 20 possible colors.
- depending on the size for example a sweater, a different amount of wool must be deposited.
So as an example:
Knitting set for a wool sweater:
Selection of wool in color 1
Selection of wool in color 2
If the customer wants to have size S, color 1 should be added 5x to the shopping cart and 3 of color 2
But if the customer chooses size M, color 1 should be added 7x to the cart and also 5 of color 2.
I have not found any app that can implement this. and also no combination of different apps. I have not found a solution with which I can adjust the quantity in the cart within a variant.
I am curious about solutions!
Hi @Sellcademy ,
You can custom code this solution. Below are the steps you can follow to impliment.
Create two variant for sizes that is S and M.
Now script part on selection of size there will be two row visible to select the color with fix value of their quantity as we already know the quantity needed for each color.
Every row will have drop-down having product name as display and product id as value, which will be mandatory to select or you can select any of one with default to avoid validation.
Our custom add to cart button will add selected product id’s and related quantity in cart.
Hope this will help…
Let me know if you have any doubt or query…
Hi @gr_trading ,
Can you show me an example or give me the code I have to implement?
thanks
This involves a lots of coding efforts and hours.
Will it be a paid work?
Hi,
Just a quick update for everyone with the same problem:
I found the perfect app for it in the app store: Bundle Kit App
https://apps.shopify.com/bundle-kit
No coding needed.