2023-01-12 16:56:35 +00:00
|
|
|
{
|
|
|
|
"store.product": {
|
|
|
|
"children": [
|
2023-01-20 14:59:33 +00:00
|
|
|
"html#breadcrumb",
|
2023-01-12 16:56:35 +00:00
|
|
|
"condition-layout.product#availability",
|
2023-02-09 11:14:34 +00:00
|
|
|
"tab-layout#descriptionLayout",
|
2023-02-08 19:16:42 +00:00
|
|
|
// "flex-layout.row#specifications-title",
|
|
|
|
// "product-specification-group#table",
|
2023-02-10 09:05:16 +00:00
|
|
|
"rich-text#otherProductTitle",
|
|
|
|
"list-context.product-list#prateleira",
|
2023-01-12 16:56:35 +00:00
|
|
|
"product-questions-and-answers"
|
|
|
|
]
|
|
|
|
},
|
2023-02-09 11:14:34 +00:00
|
|
|
|
2023-01-20 16:19:56 +00:00
|
|
|
"html#breadcrumb": {
|
|
|
|
"props": {
|
|
|
|
"tag": "section",
|
2023-01-20 16:35:32 +00:00
|
|
|
"testId": "breadcrumbs",
|
2023-01-20 16:19:56 +00:00
|
|
|
"blockClass": "pdp-breadcrumb"
|
|
|
|
},
|
|
|
|
"children": ["breadcrumb"]
|
|
|
|
},
|
2023-01-12 16:56:35 +00:00
|
|
|
"flex-layout.row#specifications-title": {
|
|
|
|
"children": ["rich-text#specifications"]
|
|
|
|
},
|
|
|
|
"rich-text#specifications": {
|
|
|
|
"props": {
|
|
|
|
"text": "##### Product Specifications"
|
|
|
|
}
|
|
|
|
},
|
2023-02-09 11:14:34 +00:00
|
|
|
|
2023-02-10 09:05:16 +00:00
|
|
|
"rich-text#otherProductTitle": {
|
|
|
|
"props": {
|
|
|
|
"text": "### Você também pode gostar:",
|
|
|
|
"textAlignment": "CENTER",
|
|
|
|
"textPosition": "CENTER",
|
|
|
|
"blockClass": "otherProdcutTitle"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
|
|
|
|
"product-summary.shelf#prateleira": {
|
|
|
|
"props": {
|
|
|
|
"blockClass": "prateleiraShelf"
|
|
|
|
},
|
2023-02-09 11:14:34 +00:00
|
|
|
"children": [
|
2023-02-10 09:05:16 +00:00
|
|
|
"product-summary-image#prateleiraImg",
|
|
|
|
"product-summary-name#prateleira",
|
|
|
|
"product-list-price#prateleira",
|
|
|
|
"product-selling-price#prateleira"
|
2023-02-09 11:14:34 +00:00
|
|
|
]
|
|
|
|
},
|
|
|
|
|
2023-02-10 09:05:16 +00:00
|
|
|
"product-summary-image#prateleiraImg": {
|
|
|
|
"props": {
|
|
|
|
"blockClass": "prateleiraImg"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
|
|
|
|
"product-summary-name#prateleira": {
|
|
|
|
"props": {
|
|
|
|
"blockClass": "prateleiraProductName"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
|
|
|
|
"product-list-price#prateleira": {
|
|
|
|
"props": {
|
|
|
|
"blockClass": "prateleira"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
|
|
|
|
"product-selling-price#prateleira": {
|
|
|
|
"props": {
|
|
|
|
"blockClass": "prateleira"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
|
|
|
|
"slider-layout#prateleiraSlider": {
|
2023-01-12 16:56:35 +00:00
|
|
|
"props": {
|
2023-02-09 11:14:34 +00:00
|
|
|
"itemsPerPage": {
|
2023-02-10 09:05:16 +00:00
|
|
|
"desktop": 4,
|
|
|
|
"tablet": 3,
|
|
|
|
"phone": 2
|
2023-02-09 11:14:34 +00:00
|
|
|
},
|
|
|
|
"infinite": true,
|
|
|
|
"showNavigationArrows": "desktopOnly",
|
2023-02-10 09:05:16 +00:00
|
|
|
"blockClass": "prateleiraSlider"
|
2023-02-09 11:14:34 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
|
2023-02-10 09:05:16 +00:00
|
|
|
"list-context.product-list#prateleira": {
|
|
|
|
"blocks": ["product-summary.shelf#prateleira"],
|
|
|
|
"children": ["slider-layout#prateleiraSlider"]
|
2023-02-09 11:14:34 +00:00
|
|
|
},
|
|
|
|
|
|
|
|
"flex-layout.col#description": {
|
|
|
|
"props": {
|
|
|
|
"preventVerticalStretch": true
|
2023-01-12 16:56:35 +00:00
|
|
|
},
|
2023-02-09 11:14:34 +00:00
|
|
|
"children": ["product-description#1", "product-description#2"]
|
2023-01-12 16:56:35 +00:00
|
|
|
},
|
2023-02-09 11:14:34 +00:00
|
|
|
|
|
|
|
"product-description#1": {
|
|
|
|
"props": {
|
|
|
|
"blockClass": "descriptioncontent1"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"product-description#2": {
|
|
|
|
"props": {
|
|
|
|
"blockClass": "descriptioncontent2",
|
|
|
|
"showTitle": false
|
|
|
|
}
|
|
|
|
},
|
|
|
|
|
2023-01-12 16:56:35 +00:00
|
|
|
"condition-layout.product#availability": {
|
|
|
|
"props": {
|
|
|
|
"conditions": [
|
|
|
|
{
|
|
|
|
"subject": "isProductAvailable"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"Then": "flex-layout.row#product-main",
|
|
|
|
"Else": "flex-layout.row#product-availability"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"flex-layout.row#product-main": {
|
|
|
|
"props": {
|
|
|
|
"colGap": 7,
|
|
|
|
"rowGap": 7,
|
|
|
|
"marginTop": 4,
|
|
|
|
"marginBottom": 7,
|
|
|
|
"paddingTop": 7,
|
2023-02-08 19:16:42 +00:00
|
|
|
"paddingBottom": 7,
|
|
|
|
"blockClass": "productMainWrapper"
|
2023-01-12 16:56:35 +00:00
|
|
|
},
|
|
|
|
"children": ["flex-layout.col#stack", "flex-layout.col#right-col"]
|
|
|
|
},
|
2023-02-08 19:16:42 +00:00
|
|
|
"flex-layout.row#descriptionRow": {
|
|
|
|
"props": {
|
2023-02-09 11:14:34 +00:00
|
|
|
"blockClass": "descriptionRow",
|
|
|
|
"colGap": 7
|
2023-02-08 19:16:42 +00:00
|
|
|
},
|
2023-02-09 11:14:34 +00:00
|
|
|
"children": ["product-images#descriptionImg", "flex-layout.col#description"]
|
2023-02-08 19:16:42 +00:00
|
|
|
},
|
2023-01-12 16:56:35 +00:00
|
|
|
|
|
|
|
"stack-layout": {
|
|
|
|
"props": {
|
|
|
|
"blockClass": "product"
|
|
|
|
},
|
|
|
|
"children": [
|
|
|
|
"flex-layout.row#product-image",
|
|
|
|
"product-bookmark",
|
|
|
|
"product-specification-badges"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
|
2023-02-08 19:16:42 +00:00
|
|
|
"html#wrapperQuantity": {
|
|
|
|
"props": {
|
|
|
|
"blockClass": "wrapperQuantity"
|
|
|
|
},
|
|
|
|
"children": ["product-quantity#quantityPdpItens", "flex-layout.row#buy-button"]
|
|
|
|
},
|
|
|
|
|
|
|
|
"product-quantity#quantityPdpItens": {
|
|
|
|
"props": {
|
|
|
|
"blockClass": "quantityPdpItens",
|
|
|
|
"showLabel": false,
|
|
|
|
"size": "large"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
|
2023-02-09 11:14:34 +00:00
|
|
|
"tab-layout#descriptionLayout": {
|
|
|
|
"props": {
|
|
|
|
"blockClass": "descriptionLayout"
|
|
|
|
},
|
2023-02-08 19:16:42 +00:00
|
|
|
"children": [
|
2023-02-09 11:14:34 +00:00
|
|
|
"tab-list#descriptionButtonWrapper",
|
|
|
|
"tab-content#descriptionContentWrapper"
|
2023-02-08 19:16:42 +00:00
|
|
|
]
|
|
|
|
},
|
|
|
|
|
2023-02-09 11:14:34 +00:00
|
|
|
"tab-list#descriptionButtonWrapper": {
|
|
|
|
"props": {
|
|
|
|
"blockClass": "descriptionButtonWrapper"
|
|
|
|
},
|
2023-02-08 19:16:42 +00:00
|
|
|
"children": [
|
|
|
|
"tab-list.item#1",
|
2023-02-09 11:14:34 +00:00
|
|
|
"tab-list.item#2",
|
|
|
|
"tab-list.item#3",
|
|
|
|
"tab-list.item#4",
|
|
|
|
"tab-list.item#5"
|
2023-02-08 19:16:42 +00:00
|
|
|
]
|
|
|
|
},
|
|
|
|
|
2023-02-09 11:14:34 +00:00
|
|
|
"tab-content#descriptionContentWrapper": {
|
|
|
|
"props": {
|
|
|
|
"blockClass": "descriptionContentWrapper"
|
|
|
|
},
|
2023-02-08 19:16:42 +00:00
|
|
|
"children": [
|
|
|
|
"tab-content.item#1",
|
2023-02-09 11:14:34 +00:00
|
|
|
"tab-content.item#2",
|
|
|
|
"tab-content.item#3",
|
|
|
|
"tab-content.item#4",
|
|
|
|
"tab-content.item#5"
|
2023-02-08 19:16:42 +00:00
|
|
|
]
|
|
|
|
},
|
|
|
|
|
|
|
|
"tab-list.item#1": {
|
|
|
|
"props": {
|
2023-02-09 11:14:34 +00:00
|
|
|
"tabId": "description1",
|
|
|
|
"label": "Descrição",
|
|
|
|
"blockClass": "descriptionButton",
|
2023-02-08 19:16:42 +00:00
|
|
|
"defaultActiveTab": true
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"tab-list.item#2": {
|
|
|
|
"props": {
|
2023-02-09 11:14:34 +00:00
|
|
|
"tabId": "description2",
|
|
|
|
"blockClass": "descriptionButton",
|
|
|
|
"label": "Descrição"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"tab-list.item#3": {
|
|
|
|
"props": {
|
|
|
|
"tabId": "description3",
|
|
|
|
"blockClass": "descriptionButton",
|
|
|
|
"label": "Descrição"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"tab-list.item#4": {
|
|
|
|
"props": {
|
|
|
|
"tabId": "description4",
|
|
|
|
"blockClass": "descriptionButton",
|
|
|
|
"label": "Descrição"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"tab-list.item#5": {
|
|
|
|
"props": {
|
|
|
|
"tabId": "description5",
|
|
|
|
"blockClass": "descriptionButton",
|
|
|
|
"label": "Descrição"
|
2023-02-08 19:16:42 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
|
|
|
|
"tab-content.item#1": {
|
|
|
|
"children": [
|
2023-02-09 11:14:34 +00:00
|
|
|
"flex-layout.row#descriptionRow"
|
2023-02-08 19:16:42 +00:00
|
|
|
],
|
|
|
|
"props": {
|
2023-02-09 11:14:34 +00:00
|
|
|
"tabId": "description1",
|
|
|
|
"blockClass": "descriptionContent"
|
2023-02-08 19:16:42 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"tab-content.item#2": {
|
|
|
|
"children": [
|
|
|
|
"flex-layout.row#descriptionRow"
|
|
|
|
],
|
|
|
|
"props": {
|
2023-02-09 11:14:34 +00:00
|
|
|
"tabId": "description2",
|
|
|
|
"blockClass": "descriptionContent"
|
2023-02-08 19:16:42 +00:00
|
|
|
}
|
|
|
|
},
|
2023-02-09 11:14:34 +00:00
|
|
|
"tab-content.item#3": {
|
|
|
|
"children": [
|
|
|
|
"flex-layout.row#descriptionRow"
|
|
|
|
],
|
|
|
|
"props": {
|
|
|
|
"tabId": "description3",
|
|
|
|
"blockClass": "descriptionContent"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"tab-content.item#4": {
|
|
|
|
"children": [
|
|
|
|
"flex-layout.row#descriptionRow"
|
|
|
|
],
|
|
|
|
"props": {
|
|
|
|
"tabId": "description4",
|
|
|
|
"blockClass": "descriptionContent"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"tab-content.item#5": {
|
|
|
|
"children": [
|
|
|
|
"flex-layout.row#descriptionRow"
|
|
|
|
],
|
2023-02-08 19:16:42 +00:00
|
|
|
"props": {
|
2023-02-09 11:14:34 +00:00
|
|
|
"tabId": "description5",
|
|
|
|
"blockClass": "descriptionContent"
|
2023-02-08 19:16:42 +00:00
|
|
|
}
|
|
|
|
},
|
2023-02-09 11:14:34 +00:00
|
|
|
"product-images#descriptionImg": {
|
2023-02-08 19:16:42 +00:00
|
|
|
"props": {
|
2023-02-09 11:14:34 +00:00
|
|
|
"displayMode": "first-image",
|
|
|
|
"maxHeight": 632,
|
|
|
|
"blockClass": "descriptionImg",
|
|
|
|
"width": "49%"
|
2023-02-08 19:16:42 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
|
2023-01-12 16:56:35 +00:00
|
|
|
"product-specification-badges": {
|
|
|
|
"props": {
|
|
|
|
"specificationGroupName": "Group",
|
|
|
|
"specificationName": "On Sale",
|
|
|
|
"visibleWhen": "True",
|
|
|
|
"displayValue": "SPECIFICATION_NAME"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
|
|
|
|
"flex-layout.col#stack": {
|
|
|
|
"children": ["stack-layout"],
|
|
|
|
"props": {
|
2023-02-08 19:16:42 +00:00
|
|
|
"width": "51%",
|
2023-01-12 16:56:35 +00:00
|
|
|
"rowGap": 0
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"flex-layout.row#product-image": {
|
2023-02-09 11:14:34 +00:00
|
|
|
"children": ["product-images#imgsMain"]
|
2023-01-12 16:56:35 +00:00
|
|
|
},
|
2023-02-09 11:14:34 +00:00
|
|
|
"product-images#imgsMain": {
|
2023-01-12 16:56:35 +00:00
|
|
|
"props": {
|
|
|
|
"aspectRatio": {
|
|
|
|
"desktop": "auto",
|
|
|
|
"phone": "16:9"
|
|
|
|
},
|
2023-02-08 19:16:42 +00:00
|
|
|
"showNavigationArrows": false,
|
|
|
|
"showPaginationDots": false,
|
|
|
|
"thumbnailsOrientation": "horizontal",
|
|
|
|
"thumbnailMaxHeight": 90,
|
2023-02-09 11:14:34 +00:00
|
|
|
"blockClass": "ImgsMain",
|
2023-02-08 19:16:42 +00:00
|
|
|
"maxHeight": 664
|
2023-01-12 16:56:35 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"flex-layout.col#right-col": {
|
|
|
|
"props": {
|
|
|
|
"preventVerticalStretch": true,
|
|
|
|
"rowGap": 0
|
|
|
|
},
|
|
|
|
"children": [
|
|
|
|
"flex-layout.row#product-name",
|
|
|
|
"product-rating-summary",
|
2023-02-08 19:16:42 +00:00
|
|
|
"product-identifier.product#identifierMain",
|
2023-01-12 16:56:35 +00:00
|
|
|
"flex-layout.row#selling-price",
|
2023-02-10 09:05:16 +00:00
|
|
|
"html#productInstallments",
|
|
|
|
"example-component",
|
|
|
|
"pix",
|
2023-01-12 16:56:35 +00:00
|
|
|
"product-separator",
|
2023-02-08 19:16:42 +00:00
|
|
|
"sku-selector#inverseOrder",
|
|
|
|
"html#wrapperQuantity",
|
2023-01-12 16:56:35 +00:00
|
|
|
"availability-subscriber",
|
2023-02-08 19:16:42 +00:00
|
|
|
"shipping-simulator"
|
2023-01-12 16:56:35 +00:00
|
|
|
]
|
|
|
|
},
|
|
|
|
|
2023-02-10 09:05:16 +00:00
|
|
|
"html#productInstallments": {
|
|
|
|
"props": {
|
|
|
|
"testId": "product-installments"
|
|
|
|
},
|
|
|
|
"children": ["product-installments"]
|
|
|
|
},
|
|
|
|
|
2023-01-12 16:56:35 +00:00
|
|
|
"flex-layout.row#product-name": {
|
|
|
|
"props": {
|
|
|
|
"marginBottom": 3
|
|
|
|
},
|
|
|
|
"children": ["vtex.store-components:product-name"]
|
|
|
|
},
|
|
|
|
|
|
|
|
"sku-selector": {
|
|
|
|
"props": {
|
|
|
|
"variationsSpacing": 3,
|
|
|
|
"showValueNameForImageVariation": true
|
|
|
|
}
|
|
|
|
},
|
2023-02-08 19:16:42 +00:00
|
|
|
|
|
|
|
"sku-selector#inverseOrder": {
|
|
|
|
"props": {
|
|
|
|
"variationsSpacing": 3,
|
|
|
|
"showValueNameForImageVariation": true,
|
|
|
|
"blockClass": "inverseOrder"
|
|
|
|
}
|
|
|
|
},
|
2023-01-12 16:56:35 +00:00
|
|
|
|
|
|
|
"flex-layout.row#buy-button": {
|
|
|
|
"props": {
|
|
|
|
"marginTop": 4,
|
2023-02-08 19:16:42 +00:00
|
|
|
"marginBottom": 7,
|
|
|
|
"blockClass": "buyButton"
|
2023-01-12 16:56:35 +00:00
|
|
|
},
|
2023-02-08 19:16:42 +00:00
|
|
|
"children": ["add-to-cart-button#addSacola"]
|
2023-01-12 16:56:35 +00:00
|
|
|
},
|
|
|
|
|
|
|
|
"flex-layout.row#product-availability": {
|
|
|
|
"props": {
|
|
|
|
"colGap": 7,
|
|
|
|
"marginTop": 4,
|
|
|
|
"marginBottom": 7,
|
|
|
|
"paddingTop": 7
|
|
|
|
},
|
|
|
|
"children": [
|
|
|
|
"flex-layout.col#stack",
|
|
|
|
"flex-layout.col#right-col-availability"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"flex-layout.col#right-col-availability": {
|
|
|
|
"props": {
|
|
|
|
"preventVerticalStretch": true,
|
|
|
|
"rowGap": 0,
|
|
|
|
"blockClass": "info-availability"
|
|
|
|
},
|
|
|
|
"children": [
|
|
|
|
"flex-layout.row#product-name",
|
|
|
|
"product-identifier.product",
|
|
|
|
"sku-selector",
|
|
|
|
"flex-layout.row#availability"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"flex-layout.row#availability": {
|
|
|
|
"props": {
|
|
|
|
"blockClass": "message-availability"
|
|
|
|
},
|
|
|
|
"children": ["availability-subscriber"]
|
|
|
|
},
|
|
|
|
|
2023-02-08 19:16:42 +00:00
|
|
|
"product-identifier.product#identifierMain": {
|
|
|
|
"props": {
|
|
|
|
"label": "hide",
|
|
|
|
"idField": "productReference"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
|
2023-01-12 16:56:35 +00:00
|
|
|
"share#default": {
|
|
|
|
"props": {
|
|
|
|
"social": {
|
|
|
|
"Facebook": true,
|
|
|
|
"WhatsApp": true,
|
|
|
|
"Twitter": false,
|
|
|
|
"Pinterest": true
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|