smartstore/Smartstore

Product attributes sub-categories

jakubsenk opened this issue · 1 comments

Is your feature request related to a problem? Please describe.
I'd like to have multiple atributes for product, but with ability to change attribute behavior based on previously selected attribute. Typical use case would be to have an attribute Material with values for example: Metal, Plastic, Wood.
Then I would have an attribute Color, which will be dependant on the Material attribute.
So, if user selects Metal, available Colors would be Red, Green, Blue...
However, if user selects Platic, available Colors would now be for example only Black and White.
If user selects Wood, available Colors would be now for example various wood planks images.
Without selecting the Material the user will not be able to select Color.

Describe the solution you'd like
A clear and concise description of what you want to happen.

Describe alternatives you've considered
Did not find any alternative how to achieve this.

Additional context
Add any other context or screenshots about the feature request here.

Duplicate of #793. This is called Conditional product attributes and a main new feature in upcoming version 5.2.0. See changelog.