Hi there,
I have 5 kinds of clothes in my CATEGORIES collection (bags, shoes, T-shirts, jeans, jackets), which have different kinds of sizes:
- jackets, t-shirts and jeans have sizes (s, m l, etc…)
-shoes have sizes (39,40,41 etc…) - bags have no sizes
When creating the product detail page, I added two dropdown menus, one for clothing sizes, and one for shoe sizes. Using visibility conditions I can exclude one or the other menu ( hide if category is equal to shoes, hide if category is not equal to shoes). However, I would like to ensure that when the category is BAGS, neither of the two menus is visible, as there are no sizes in the bags.
Is there a way to exclude the menu if the category is i.e. bags OR shoes?
Thank you so much,