Trying To Display One Variation Set Per Previous Selection
-
Is there a way to disable attributes based on the selection of the previous ones?
Say I was selling packs of Windshield Wipers:
[Vehicle]
Car, Truck, Van
[Color]
Red, Green, Blue, Yellow
[Size]
One Size, Small, BigThe idea would be to only be able to select [One Size] as a Size in Attribute 3 when [Van] is selected in Attribute 1, and also if [Truck] is selected as Vehicle then all colors are available except Yellow… Essentially what I’m looking for is that only displays attributes if it’s available to the prior Attribute, if through a plugin or otherwise, where I could (preferably in a bulk fashion) add:
On (Truck): [ available COLOR – Red | Green | Blue ] [available SIZE – One Size | Small | Big
On (Van): [ available COLOR – Red | Green | Blue | Yellow ] [available SIZE – One Size ]
On (Car): [ all colors available ] [all sizes]
Because basically going through the Variable Product page so far it seems I have to define EVERY SINGLE available variable combination which ends up being 100s of near-identical on some products, whereas I feel there’s more than likely a way to simply remove or disable those particular variations from the dropdown easier.
As is currently, all options appear under all variations & attempts to add to cart.
- The topic ‘Trying To Display One Variation Set Per Previous Selection’ is closed to new replies.