We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello! I have an image carousel that uses the following component 'https://developers.vtex.com/vtex-developer-docs/docs/vtex-product-summary-productsummarylist' but I only need to fetch the non-kit products ie I must exclude them. How can you get this? Thank you!
"list-context.product-list#example": { "blocks": ["product-summary.shelf"], "children": ["slider-layout#example"], "props": { "hideUnavailableItems": true, "maxItems": 10, "orderBy": "OrderByTopSaleDESC", } }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello! I have an image carousel that uses the following component 'https://developers.vtex.com/vtex-developer-docs/docs/vtex-product-summary-productsummarylist' but I only need to fetch the non-kit products ie I must exclude them. How can you get this? Thank you!
"list-context.product-list#example": { "blocks": ["product-summary.shelf"], "children": ["slider-layout#example"], "props": { "hideUnavailableItems": true, "maxItems": 10, "orderBy": "OrderByTopSaleDESC", } }
The text was updated successfully, but these errors were encountered: