Answersheet to 'Quick View'
{
"store.home": {
"blocks": ["list-context.product-list"]
},
"list-context.product-list": {
"blocks": ["product-summary.shelf"],
"children": ["slider-layout"]
},
"product-summary.shelf": {
"children": [
"modal-trigger#quickview",
"product-summary-name",
"product-selling-price"
]
},
"modal-trigger#quickview": {
"children": ["product-summary-image", "modal-layout#quickview"]
},
"modal-layout#quickview": {
"children": [
"product-summary-name",
"product-images",
"product-summary-sku-selector",
"product-summary-quantity",
"add-to-cart-button"
]
}
}
Help us make this content better!
VTEX IO courses are open source. If you see something wrong, you can open a pull request!
Make a contributionUpdated almost 4 years ago