I need to have two drop down menus in most of my products for sizes. The problem is that some options are only available in certain sizes....
Basically, the problem is like this:
Menu one has three options.
Menu two has eight options.
If the customer chooses option 1 from menu one, menu two must not display options 3, 5 or 6.
If the customer then changes menu one to option 2, those three options in menu two need to become available again, and options 7 and 8 need to dissapear.
As far as I'm aware, it's not too difficult to achieve in web pages using a bit of Javascript or something similar, but there's no way of doing it in the Catalog.
Has anyone else had this problem? Found a way around it?
Basically, the problem is like this:
Menu one has three options.
Menu two has eight options.
If the customer chooses option 1 from menu one, menu two must not display options 3, 5 or 6.
If the customer then changes menu one to option 2, those three options in menu two need to become available again, and options 7 and 8 need to dissapear.
As far as I'm aware, it's not too difficult to achieve in web pages using a bit of Javascript or something similar, but there's no way of doing it in the Catalog.
Has anyone else had this problem? Found a way around it?
Comment