-
Notifications
You must be signed in to change notification settings - Fork 5
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
Add support for SKU Selector on Product Summary #17
Comments
Feature implemented |
@klzns |
Thank you for the implementation, but I have two questions. Is it possible to display all available options in the storefront without the need to show two identical products? How can the color feature be used in large inventories where it's not feasible to upload a color image for each product? Thank you. |
Have you already made the following configuration in SKU registration? https://developers.vtex.com/docs/guides/vtex-similar-products-variants |
Thank you for the response, and I apologize for not commenting earlier that the issue had already been resolved. I appreciate your assistance. I have reorganized the catalog, and after the cache update, the issues were eventually resolved. Many thanks. I have used this tutorial for a color selector, in case it can be helpful to someone else. https://developers.vtex.com/docs/guides/vtex-io-documentation-configuring-custom-images-for-the-sku-selector |
Former Issue: #129
Describe the solution you'd like
We would like to have the ability to render at least one SKU Selector (color is the most used one from our experience).
Typically this kind of control has side-effects on the summary itself updating the featured image price, buy button and other attributes.
Describe alternatives you've considered
Right now the only alternative we have is to extend the
product-summary
interfaceAdditional context
The text was updated successfully, but these errors were encountered: