2023-01-12 16:56:35 +00:00
|
|
|
{
|
|
|
|
"product-summary.shelf": {
|
2023-02-10 18:41:19 +00:00
|
|
|
"children": ["html#prateleira"]
|
|
|
|
},
|
|
|
|
|
|
|
|
"html#prateleira": {
|
|
|
|
"props": {
|
|
|
|
"testId": "vtex-product-summary"
|
|
|
|
},
|
2023-01-12 16:56:35 +00:00
|
|
|
"children": [
|
|
|
|
"stack-layout#prodsum",
|
|
|
|
"product-summary-name",
|
2023-02-10 15:23:49 +00:00
|
|
|
//"flex-layout.col#productRating",
|
|
|
|
//"product-summary-space",
|
2023-01-12 16:56:35 +00:00
|
|
|
"product-list-price#summary",
|
2023-02-10 15:23:49 +00:00
|
|
|
"product-selling-price#summary"
|
|
|
|
//"flex-layout.row#selling-price-savings"
|
|
|
|
//"product-installments#summary"
|
|
|
|
//"add-to-cart-button"
|
2023-01-12 16:56:35 +00:00
|
|
|
]
|
|
|
|
},
|
2023-02-10 18:41:19 +00:00
|
|
|
|
2023-01-12 16:56:35 +00:00
|
|
|
"flex-layout.col#productRating": {
|
|
|
|
"props": {
|
|
|
|
"blockClass": "productRating"
|
|
|
|
},
|
|
|
|
"children": ["product-rating-inline"]
|
|
|
|
},
|
|
|
|
|
|
|
|
"stack-layout#prodsum": {
|
|
|
|
"children": [
|
|
|
|
"product-summary-image#shelf",
|
|
|
|
"vtex.product-highlights@2.x:product-highlights#collection",
|
|
|
|
"modal-trigger#quickview" // Check quickview.jsonc
|
|
|
|
]
|
|
|
|
},
|
|
|
|
|
|
|
|
"product-summary-image#shelf": {
|
|
|
|
"props": {
|
|
|
|
"showBadge": false,
|
|
|
|
"aspectRatio": "1:1",
|
|
|
|
"maxHeight": 300
|
|
|
|
}
|
|
|
|
},
|
|
|
|
|
|
|
|
"vtex.product-highlights@2.x:product-highlights#collection": {
|
|
|
|
"props": {
|
|
|
|
"type": "collection"
|
|
|
|
},
|
|
|
|
"children": ["product-highlight-wrapper"]
|
|
|
|
},
|
|
|
|
"product-highlight-wrapper": {
|
|
|
|
"props": {
|
|
|
|
"blockClass": "collection"
|
|
|
|
},
|
|
|
|
"children": ["product-highlight-text"]
|
|
|
|
},
|
|
|
|
"product-highlight-text": {
|
|
|
|
"props": {
|
|
|
|
"message": "{highlightName}"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
|
|
|
|
"product-list-price#summary": {
|
|
|
|
"props": {
|
|
|
|
"blockClass": "summary"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"flex-layout.row#selling-price-savings": {
|
|
|
|
"props": {
|
|
|
|
"colGap": 2,
|
|
|
|
"preserveLayoutOnMobile": true,
|
|
|
|
"preventHorizontalStretch": true,
|
|
|
|
"marginBottom": 4
|
|
|
|
},
|
|
|
|
"children": [
|
|
|
|
"product-selling-price#summary",
|
|
|
|
"product-price-savings#summary"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"product-installments#summary": {
|
|
|
|
"props": {
|
|
|
|
"blockClass": "summary"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"product-selling-price#summary": {
|
|
|
|
"props": {
|
|
|
|
"blockClass": "summary"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"product-price-savings#summary": {
|
|
|
|
"props": {
|
2023-02-10 15:23:49 +00:00
|
|
|
"markers": ["discount"],
|
2023-01-12 16:56:35 +00:00
|
|
|
"blockClass": "summary"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|