-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Eliminate unavailable combinations from product page #61
Comments
Combination selection is theme responsibility, moving this issue to |
This is a tricky on, and requires a very good UX design. The problem is that there can be multiple attribute input selectors. To ensure that only valid combination can be selected, page javascript would have to filter available attribute options every time some other attribute selector changes. But that can have negative impact on user experience. Consider this interaction:
That's not very user friendly. We would probably have to allow some on-page faceted combination search. |
Yes true, that would be both perfect and difficult... plus all the warehousing options if ASM is selected or not and optionally display available quantities of each combo. There are available modules on "the market" that claim to deal with this but I do think this should be core function. |
Bug is when something does not work as intended. This was designed this way, and works properly. It can be improved to make a better user experience, hence the enhancement. |
The feature specifically says "Display unavailable product attributes on the product page" Ive set it to NO. This means literally "DO NOT display unavailable product attributes on the product page". If this was designed to do something else, I suggest you clarify on the site what the function is, because to me there's no argument at all, the function is NOT working as described since unavailable attributes are being displayed despite me switching that OFF. |
This option works on attributes, not on combinations, and is based on available quantity. With this option disabled: With this option enable: This works as designed. This is just a static optimization to limit the amount of combinations that user can choose from. But they still can choose invalid combination. |
Users trying to choose combinations on the product page currently get presented with all created combinations for that product. They should only be shown those combinations that are available for that product and not receive a "This combination does not exist for this product. Please select another combination" warning.
The text was updated successfully, but these errors were encountered: