You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 14, 2022. It is now read-only.
We shuold support rendering products with more than two variant attribtues. E.g this is a valid Saleor product with three variant attributes:
In the storefront it should be rendered as three separate dropdowns, since you need to specify each of those attributes to define a variant that you want to add to the cart.
The problem is that in the ProductDescription component we assume that there may be at most two attribute pickers:
We shuold support rendering products with more than two variant attribtues. E.g this is a valid Saleor product with three variant attributes:
In the storefront it should be rendered as three separate dropdowns, since you need to specify each of those attributes to define a variant that you want to add to the cart.
The problem is that in the
ProductDescription
component we assume that there may be at most two attribute pickers:https://github.com/mirumee/saleor-storefront/blob/a98138786e9c9560d8f76cd40a0a45f66ca21d7a/src/components/ProductDescription/index.tsx#L24-L25
The design for the new product page supporting more than two pickers:
![Screenshot 2019-11-19 at 12 30 31](https://user-images.githubusercontent.com/5421321/69143425-3c9f5280-0ac9-11ea-94a2-28692adce859.png)
The text was updated successfully, but these errors were encountered: