Hi guys, I urgently need help, I need something like in the video I have
I need a selector exactly like this, so 1 quantity selector and 3 selectors that make the color of each chosen quantity choose …
Furthermore, when 1 quantity is selected, the “2 ° Color” and “3 ° Color” selectors must disappear.
And if you choose 2 quantities, the “3 ° Color” selector must disappear
And if 3 quantities are chosen, all 3 selectors must be visible
But now comes the most complex part … I have an application called “widebundle” that allows me to do exactly the same thing, and I have it active on my site, but I need 2 sections where you can choose quantity and colors
(because on my landing page there is the section where you can pay on delivery and a section where you can pay by credit card)
the point is that the application I mentioned earlier (widebundle) creates variants such as these:
Offer:
-1 pieces
-2 pieces
-3 pieces
Color:
-Red
-Gray
-Red, Red
-Red, Gray
-Red, Red, Red
-Red, Red, Gray
-Red, Gray, Gray
-Gray, Gray, Gray
But not all these combinations must appear in the website (otherwise the customer gets confused) that’s why there must be 3 selectors, so that when all 3 selectors are set to “Gray” somehow a script goes to select the variant “Gray, Gray, Gray”
The point is that the widebundle application works exactly like this, and the variants have already been created and cannot be changed (because the application creates them) so when you go to create the script that makes everything work, you have to use the variants already existing
It is also important that when you have finished selecting the quantity and color on the site, the final part of the url (the variant code) updates automatically.
I need 4 colors: Red, Gray, Blue, Black
The script should use these variants as a name:
Offer:
1 Silky Plaid
2 Silky Plaid
3 Silky Plaid
Colore: (*this is color)
Rosso
Rosso,Grigio
Rosso,Grigio,Nero
etc etc…