Question

Can Magento handle configurable swatches functionality? I have two products with different attributes. A product goes through different situations, let me explain it:

First attribute is size with options of 1 2 3 and second attribute is color with options of 4 5 6. My first product is size 1 with color 4 and second product is size 2 with color 5. Can Magento disable other options as I click on size 2 and just show me color 5 only in product page?

Was it helpful?

Solution

This is exactly how the configurable products work.
if you have 2 configurable attributes (size, color) you need to select first the size (you can set the order in the backend) and then you will see for colors only the options available for the selected size.

Licensed under: CC-BY-SA with attribution
Not affiliated with magento.stackexchange
scroll top