Is there a way to exclude options from displaying if the option does not exist?
Assume shirt A has two main options, Color and Size (pretty standard right?).
There are three option sets red, white and blue in color and small, medium, large, xl and xxl in size options.
Suppose colors red and white are in all sizes, but color blue does not come xl and xxl.
When someone selects the color blue, how do I keep sizes xl and xxl from displaying as an option?
Granted, if someone clicks on it they get a not available message, but intuitively if it is not available, it should not be seen.
Wouldn't a "hide" checkbox in Advanced Options keep that particular option from displaying (that is, if one existed)?
Is there a workaround to accomplish this?
Assume shirt A has two main options, Color and Size (pretty standard right?).
There are three option sets red, white and blue in color and small, medium, large, xl and xxl in size options.
Suppose colors red and white are in all sizes, but color blue does not come xl and xxl.
When someone selects the color blue, how do I keep sizes xl and xxl from displaying as an option?
Granted, if someone clicks on it they get a not available message, but intuitively if it is not available, it should not be seen.
Wouldn't a "hide" checkbox in Advanced Options keep that particular option from displaying (that is, if one existed)?
Is there a workaround to accomplish this?
Comment