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-10 23:25:31 +00:00
|
|
|
// "flex-layout.row#description",
|
2023-02-11 02:33:16 +00:00
|
|
|
"html#product-description",
|
2023-02-10 15:35:03 +00:00
|
|
|
// "flex-layout.row#specifications-title",
|
|
|
|
// "product-specification-group#table",
|
2023-02-11 01:10:19 +00:00
|
|
|
// "shelf.relatedProducts",
|
|
|
|
"rich-text#carousel-title",
|
|
|
|
"list-context.product-list#carousel",
|
2023-01-12 16:56:35 +00:00
|
|
|
"product-questions-and-answers"
|
|
|
|
]
|
|
|
|
},
|
2023-02-10 23:25:31 +00:00
|
|
|
|
2023-02-11 01:10:19 +00:00
|
|
|
"rich-text#carousel-title": {
|
|
|
|
"props": {
|
|
|
|
"textAlignment": "CENTER",
|
|
|
|
"textPosition": "CENTER",
|
|
|
|
"text": "Você também pode gostar:"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
|
|
|
|
"slider-layout#carousel-slider": {
|
|
|
|
"props": {
|
|
|
|
"itemsPerPage": {
|
|
|
|
"desktop": 4,
|
|
|
|
"tablet": 3,
|
|
|
|
"phone": 2
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
|
|
|
|
"list-context.product-list#carousel": {
|
|
|
|
"children": ["slider-layout#carousel-slider"],
|
|
|
|
"blocks": ["product-summary.shelf#carousel-shelf"]
|
|
|
|
},
|
|
|
|
|
2023-02-11 02:33:16 +00:00
|
|
|
"html#slider": {
|
|
|
|
"props": {
|
|
|
|
"testId": "product-summary-list"
|
|
|
|
},
|
|
|
|
"children": ["slider-layout#carousel-slider"]
|
|
|
|
},
|
|
|
|
|
|
|
|
"html#prateleira": {
|
|
|
|
"props": {
|
|
|
|
"testId": "vtex-product-summary"
|
|
|
|
},
|
2023-02-11 01:10:19 +00:00
|
|
|
"children": [
|
|
|
|
"product-summary-image",
|
|
|
|
"product-summary-name",
|
|
|
|
"product-summary-price"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
|
2023-02-11 02:33:16 +00:00
|
|
|
"product-summary.shelf#carousel-shelf": {
|
|
|
|
"children": ["html#prateleira"]
|
|
|
|
},
|
|
|
|
|
2023-02-10 23:25:31 +00:00
|
|
|
"tab-layout#description": {
|
|
|
|
"children": ["tab-list#description", "tab-content#description"]
|
|
|
|
},
|
|
|
|
|
|
|
|
"tab-list#description": {
|
|
|
|
"children": [
|
|
|
|
"tab-list.item#description1",
|
|
|
|
"tab-list.item#description2",
|
|
|
|
"tab-list.item#description3",
|
|
|
|
"tab-list.item#description4",
|
|
|
|
"tab-list.item#description5"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
|
|
|
|
"tab-list.item#description1": {
|
|
|
|
"props": {
|
|
|
|
"tabId": "description1",
|
|
|
|
"label": "Descrição",
|
|
|
|
"defaultActiveTab": true
|
|
|
|
}
|
|
|
|
},
|
|
|
|
|
|
|
|
"tab-list.item#description2": {
|
|
|
|
"props": {
|
|
|
|
"tabId": "description2",
|
|
|
|
"label": "Descrição",
|
|
|
|
"defaultActiveTab": false
|
|
|
|
}
|
|
|
|
},
|
|
|
|
|
|
|
|
"tab-list.item#description3": {
|
|
|
|
"props": {
|
|
|
|
"tabId": "description3",
|
|
|
|
"label": "Descrição",
|
|
|
|
"defaultActiveTab": false
|
|
|
|
}
|
|
|
|
},
|
|
|
|
|
|
|
|
"tab-list.item#description4": {
|
|
|
|
"props": {
|
|
|
|
"tabId": "description4",
|
|
|
|
"label": "Descrição",
|
|
|
|
"defaultActiveTab": false
|
|
|
|
}
|
|
|
|
},
|
|
|
|
|
|
|
|
"tab-list.item#description5": {
|
|
|
|
"props": {
|
|
|
|
"tabId": "description5",
|
|
|
|
"label": "Descrição",
|
|
|
|
"defaultActiveTab": false
|
|
|
|
}
|
|
|
|
},
|
|
|
|
|
|
|
|
"tab-content#description": {
|
|
|
|
"children": [
|
|
|
|
"tab-content.item#description1",
|
|
|
|
"tab-content.item#description2",
|
|
|
|
"tab-content.item#description3",
|
|
|
|
"tab-content.item#description4",
|
|
|
|
"tab-content.item#description5"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
|
|
|
|
"tab-content.item#description1": {
|
|
|
|
"children": ["flex-layout.row#description"],
|
|
|
|
"props": {
|
|
|
|
"tabId": "description1"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
|
|
|
|
"tab-content.item#description2": {
|
|
|
|
"children": [],
|
|
|
|
"props": {
|
|
|
|
"tabId": "description2"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
|
|
|
|
"tab-content.item#description3": {
|
|
|
|
"children": [],
|
|
|
|
"props": {
|
|
|
|
"tabId": "description3"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
|
|
|
|
"tab-content.item#description4": {
|
|
|
|
"children": [],
|
|
|
|
"props": {
|
|
|
|
"tabId": "description4"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
|
|
|
|
"tab-content.item#description5": {
|
|
|
|
"children": [],
|
|
|
|
"props": {
|
|
|
|
"tabId": "description5"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
|
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"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"flex-layout.row#description": {
|
|
|
|
"props": {
|
|
|
|
"marginBottom": 7
|
|
|
|
},
|
2023-02-10 23:25:31 +00:00
|
|
|
"children": ["product-images#description", "flex-layout.col#description"]
|
2023-01-12 16:56:35 +00:00
|
|
|
},
|
2023-02-11 02:33:16 +00:00
|
|
|
|
|
|
|
"html#product-description": {
|
|
|
|
"props": {
|
|
|
|
"testId": "product-description"
|
|
|
|
},
|
|
|
|
"children": ["tab-layout#description"]
|
|
|
|
},
|
|
|
|
|
2023-02-10 23:25:31 +00:00
|
|
|
"product-description#notitle": {
|
|
|
|
"props": {
|
|
|
|
"showTitle": false
|
|
|
|
}
|
|
|
|
},
|
|
|
|
|
|
|
|
"flex-layout.col#description": {
|
|
|
|
"props": {
|
|
|
|
"preventVerticalStretch": true,
|
|
|
|
"rowGap": 5
|
|
|
|
},
|
|
|
|
"children": ["product-description", "product-description#notitle"]
|
|
|
|
},
|
|
|
|
|
|
|
|
"product-images#description": {
|
|
|
|
"props": {
|
|
|
|
"displayMode": "first-image"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
|
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": {
|
2023-02-10 20:48:04 +00:00
|
|
|
// "colGap": 7,
|
|
|
|
// "rowGap": 7,
|
|
|
|
// "marginTop": 4,
|
|
|
|
// "marginBottom": 7,
|
2023-01-12 16:56:35 +00:00
|
|
|
"paddingTop": 7,
|
2023-02-10 20:48:04 +00:00
|
|
|
// "paddingBottom": 7,
|
|
|
|
"blockClass": "product-image-width"
|
2023-01-12 16:56:35 +00:00
|
|
|
},
|
|
|
|
"children": ["flex-layout.col#stack", "flex-layout.col#right-col"]
|
|
|
|
},
|
|
|
|
|
|
|
|
"stack-layout": {
|
|
|
|
"props": {
|
|
|
|
"blockClass": "product"
|
|
|
|
},
|
|
|
|
"children": [
|
|
|
|
"flex-layout.row#product-image",
|
|
|
|
"product-bookmark",
|
|
|
|
"product-specification-badges"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
|
|
|
|
"product-specification-badges": {
|
|
|
|
"props": {
|
|
|
|
"specificationGroupName": "Group",
|
|
|
|
"specificationName": "On Sale",
|
|
|
|
"visibleWhen": "True",
|
|
|
|
"displayValue": "SPECIFICATION_NAME"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
|
|
|
|
"flex-layout.col#stack": {
|
|
|
|
"children": ["stack-layout"],
|
|
|
|
"props": {
|
2023-02-10 20:48:04 +00:00
|
|
|
"width": "51%",
|
2023-01-12 16:56:35 +00:00
|
|
|
"rowGap": 0
|
|
|
|
}
|
|
|
|
},
|
2023-02-11 02:33:16 +00:00
|
|
|
|
|
|
|
"html#imagens": {
|
|
|
|
"props": {
|
|
|
|
"testId": "product-images"
|
|
|
|
},
|
2023-01-12 16:56:35 +00:00
|
|
|
"children": ["product-images"]
|
|
|
|
},
|
2023-02-11 02:33:16 +00:00
|
|
|
|
|
|
|
"flex-layout.row#product-image": {
|
|
|
|
"children": ["html#imagens"]
|
|
|
|
},
|
2023-01-12 16:56:35 +00:00
|
|
|
"product-images": {
|
|
|
|
"props": {
|
|
|
|
"aspectRatio": {
|
|
|
|
"desktop": "auto",
|
|
|
|
"phone": "16:9"
|
|
|
|
},
|
2023-02-02 22:28:48 +00:00
|
|
|
"thumbnailsOrientation": "horizontal",
|
|
|
|
"thumbnailMaxHeight": 90,
|
|
|
|
"maxHeight": 664,
|
|
|
|
"showPaginationDots": false,
|
|
|
|
"showNavigationArrows": false,
|
|
|
|
"displayThumbnailsArrows": false
|
2023-01-12 16:56:35 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"flex-layout.col#right-col": {
|
|
|
|
"props": {
|
|
|
|
"preventVerticalStretch": true,
|
2023-02-10 20:48:04 +00:00
|
|
|
"rowGap": 0,
|
|
|
|
"width": "grow"
|
2023-01-12 16:56:35 +00:00
|
|
|
},
|
|
|
|
"children": [
|
|
|
|
"flex-layout.row#product-name",
|
2023-02-11 02:33:16 +00:00
|
|
|
"html#codigo",
|
2023-01-12 16:56:35 +00:00
|
|
|
"product-rating-summary",
|
2023-02-02 22:28:48 +00:00
|
|
|
// "flex-layout.row#list-price-savings",
|
2023-01-12 16:56:35 +00:00
|
|
|
"flex-layout.row#selling-price",
|
2023-02-11 02:33:16 +00:00
|
|
|
"html#product-installments",
|
|
|
|
"html#pixzap",
|
2023-02-10 15:35:03 +00:00
|
|
|
// "product-separator",
|
2023-01-12 16:56:35 +00:00
|
|
|
"sku-selector",
|
2023-02-10 15:35:03 +00:00
|
|
|
"flex-layout.row#quantity-and-add-button",
|
|
|
|
// "product-quantity",
|
|
|
|
// "product-assembly-options",
|
|
|
|
// "product-gifts",
|
|
|
|
// "flex-layout.row#buy-button",
|
2023-01-12 16:56:35 +00:00
|
|
|
"availability-subscriber",
|
2023-02-11 02:33:16 +00:00
|
|
|
"html#shipping-simulator"
|
2023-02-02 22:28:48 +00:00
|
|
|
// "share#default"
|
2023-01-12 16:56:35 +00:00
|
|
|
]
|
|
|
|
},
|
2023-02-11 02:33:16 +00:00
|
|
|
"html#pixzap": {
|
|
|
|
"props": {
|
|
|
|
"testId": "pix-price",
|
|
|
|
"blockClass": "pix"
|
|
|
|
},
|
|
|
|
"children": ["pix-components"]
|
|
|
|
},
|
|
|
|
|
|
|
|
"html#product-name": {
|
|
|
|
"props": {
|
|
|
|
"testId": "product-name"
|
|
|
|
},
|
|
|
|
"children": ["vtex.store-components:product-name"]
|
|
|
|
},
|
|
|
|
|
|
|
|
"html#shipping-simulator": {
|
|
|
|
"props": {
|
|
|
|
"testId": "shipping-simulator"
|
|
|
|
},
|
|
|
|
"children": ["shipping-simulator"]
|
|
|
|
},
|
|
|
|
|
|
|
|
"html#codigo": {
|
|
|
|
"props": {
|
|
|
|
"blockClass": "codigo",
|
|
|
|
"testId": "product-code"
|
|
|
|
},
|
|
|
|
"children": ["product-identifier.product"]
|
|
|
|
},
|
2023-01-12 16:56:35 +00:00
|
|
|
|
2023-02-10 15:35:03 +00:00
|
|
|
"flex-layout.row#quantity-and-add-button": {
|
|
|
|
"props": {
|
|
|
|
"blockClass": "quantity-and-add-button",
|
|
|
|
"preventHorizontalStretch": true,
|
|
|
|
"fullWidth": true,
|
|
|
|
"colGap": 0
|
|
|
|
},
|
2023-02-11 02:33:16 +00:00
|
|
|
"children": ["html#product-quantity", "flex-layout.row#buy-button"]
|
|
|
|
},
|
|
|
|
|
|
|
|
"html#product-quantity": {
|
|
|
|
"props": {
|
|
|
|
"testId": "product-quantity"
|
|
|
|
},
|
|
|
|
"children": ["product-quantity"]
|
2023-02-10 15:35:03 +00:00
|
|
|
},
|
|
|
|
|
|
|
|
"product-identifier.product": {
|
|
|
|
"props": {
|
|
|
|
"blockClass": "product-identifier.productReference"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
|
2023-02-11 02:33:16 +00:00
|
|
|
"html#product-installments": {
|
|
|
|
"props": {
|
|
|
|
"testId": "product-installments"
|
|
|
|
},
|
|
|
|
"children": ["product-installments"]
|
|
|
|
},
|
|
|
|
|
2023-02-10 15:35:03 +00:00
|
|
|
"product-installments": {
|
|
|
|
"props": {
|
|
|
|
"message": "{installmentsNumber} {hasInterest, select, true {x} false {}} de {installmentValue} sem juros",
|
|
|
|
"blockClass": "installmentsPrice"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
|
2023-01-12 16:56:35 +00:00
|
|
|
"flex-layout.row#product-name": {
|
|
|
|
"props": {
|
|
|
|
"marginBottom": 3
|
|
|
|
},
|
2023-02-11 02:33:16 +00:00
|
|
|
"children": ["html#product-name"]
|
2023-01-12 16:56:35 +00:00
|
|
|
},
|
|
|
|
|
|
|
|
"sku-selector": {
|
|
|
|
"props": {
|
|
|
|
"variationsSpacing": 3,
|
|
|
|
"showValueNameForImageVariation": true
|
|
|
|
}
|
|
|
|
},
|
|
|
|
|
2023-02-10 15:35:03 +00:00
|
|
|
"add-to-cart-button": {
|
|
|
|
"props": {
|
|
|
|
"blockClass": "add-to-cart-button"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
|
2023-01-12 16:56:35 +00:00
|
|
|
"flex-layout.row#buy-button": {
|
|
|
|
"props": {
|
|
|
|
"marginTop": 4,
|
2023-02-02 22:28:48 +00:00
|
|
|
"marginBottom": 7,
|
|
|
|
"blockClass": "add-to-cart-button-background"
|
2023-01-12 16:56:35 +00:00
|
|
|
},
|
2023-02-11 02:33:16 +00:00
|
|
|
"children": ["html#add-to-card-button"]
|
|
|
|
},
|
|
|
|
|
|
|
|
"html#add-to-card-button": {
|
|
|
|
"props": {
|
|
|
|
"testId": "add-to-cart-button"
|
|
|
|
},
|
2023-01-12 16:56:35 +00:00
|
|
|
"children": ["add-to-cart-button"]
|
|
|
|
},
|
|
|
|
|
|
|
|
"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",
|
2023-02-11 02:33:16 +00:00
|
|
|
"html#codigo",
|
2023-01-12 16:56:35 +00:00
|
|
|
"sku-selector",
|
|
|
|
"flex-layout.row#availability"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"flex-layout.row#availability": {
|
|
|
|
"props": {
|
|
|
|
"blockClass": "message-availability"
|
|
|
|
},
|
|
|
|
"children": ["availability-subscriber"]
|
|
|
|
},
|
|
|
|
|
|
|
|
"share#default": {
|
|
|
|
"props": {
|
|
|
|
"social": {
|
|
|
|
"Facebook": true,
|
|
|
|
"WhatsApp": true,
|
|
|
|
"Twitter": false,
|
|
|
|
"Pinterest": true
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|