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-01-27 05:57:50 +00:00
|
|
|
"tab-layout#description",
|
|
|
|
"list-context.product-list#prateleira"
|
2023-01-12 16:56:35 +00:00
|
|
|
]
|
|
|
|
},
|
2023-01-25 02:24:38 +00:00
|
|
|
|
2023-01-27 05:57:50 +00:00
|
|
|
/*
|
|
|
|
BREADCRUMB
|
|
|
|
*/
|
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-23 03:08:32 +00:00
|
|
|
|
2023-01-27 05:57:50 +00:00
|
|
|
/*
|
|
|
|
DESCRIÇÃO DO PRODUTO SELECIONADO (TAB-LAYOUT#description)
|
|
|
|
*/
|
|
|
|
"html#container-description": {
|
|
|
|
"props": {
|
|
|
|
"tag": "div",
|
|
|
|
"blockClass": "container-description"
|
|
|
|
},
|
|
|
|
"children": ["flex-layout.row#product-description"]
|
|
|
|
},
|
|
|
|
|
|
|
|
"flex-layout.row#product-description": {
|
|
|
|
"children": ["html#image-description", "flex-layout.row#description"]
|
|
|
|
},
|
|
|
|
|
|
|
|
"html#image-description":{
|
2023-01-12 16:56:35 +00:00
|
|
|
"props": {
|
2023-01-27 05:57:50 +00:00
|
|
|
"tag": "div",
|
|
|
|
"testId": "product-images",
|
|
|
|
"blockClass": "image-description"
|
2023-01-12 16:56:35 +00:00
|
|
|
},
|
2023-01-27 05:57:50 +00:00
|
|
|
"children": ["image#product"]
|
|
|
|
},
|
|
|
|
|
|
|
|
"image#product": {
|
|
|
|
"props": {
|
|
|
|
"src": "https://agenciamagma.vtexassets.com/arquivos/ids/164491-800-auto?v=637781133812700000&width=800&height=auto&aspect=true"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
|
|
|
|
"flex-layout.row#description": {
|
2023-01-12 16:56:35 +00:00
|
|
|
"children": ["product-description"]
|
|
|
|
},
|
2023-01-27 05:57:50 +00:00
|
|
|
|
|
|
|
|
|
|
|
"tab-layout#description": {
|
|
|
|
"children": ["tab-list#description", "tab-content#description"],
|
|
|
|
"props": {
|
|
|
|
"blockClass": "description",
|
|
|
|
"defaultActiveTabId": "descricao1"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
|
|
|
|
"tab-list#description": {
|
|
|
|
"children": [
|
|
|
|
"tab-list.item#descricao1",
|
|
|
|
"tab-list.item#descricao2",
|
|
|
|
"tab-list.item#descricao3",
|
|
|
|
"tab-list.item#descricao4",
|
|
|
|
"tab-list.item#descricao5"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
|
|
|
|
"tab-list.item#descricao1": {
|
|
|
|
"props": {
|
|
|
|
"tabId": "descricao1",
|
|
|
|
"label": "Descrição",
|
|
|
|
"defaultActiveTab": true
|
|
|
|
}
|
|
|
|
},
|
|
|
|
|
|
|
|
"tab-list.item#descricao2": {
|
|
|
|
"props": {
|
|
|
|
"tabId": "descricao2",
|
|
|
|
"label": "Descrição"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
|
|
|
|
"tab-list.item#descricao3": {
|
|
|
|
"props": {
|
|
|
|
"tabId": "descricao3",
|
|
|
|
"label": "Descrição"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
|
|
|
|
"tab-list.item#descricao4": {
|
|
|
|
"props": {
|
|
|
|
"tabId": "descricao4",
|
|
|
|
"label": "Descrição"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
|
|
|
|
"tab-list.item#descricao5": {
|
|
|
|
"props": {
|
|
|
|
"tabId": "descricao5",
|
|
|
|
"label": "Descrição"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
|
|
|
|
"tab-content#description": {
|
|
|
|
"children": [
|
|
|
|
"tab-content.item#descricao1",
|
|
|
|
"tab-content.item#descricao2",
|
|
|
|
"tab-content.item#descricao3",
|
|
|
|
"tab-content.item#descricao4",
|
|
|
|
"tab-content.item#descricao5"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
|
|
|
|
"tab-content.item#descricao1": {
|
|
|
|
"children": ["html#container-description"],
|
|
|
|
"props": { "tabId": "descricao1" }
|
|
|
|
},
|
|
|
|
|
|
|
|
"tab-content.item#descricao2": {
|
|
|
|
"children": ["html#container-description"],
|
|
|
|
"props": { "tabId": "descricao2" }
|
|
|
|
},
|
|
|
|
|
|
|
|
"tab-content.item#descricao3": {
|
|
|
|
"children": ["html#container-description"],
|
|
|
|
"props": { "tabId": "descricao3" }
|
|
|
|
},
|
|
|
|
|
|
|
|
"tab-content.item#descricao4": {
|
|
|
|
"children": ["html#container-description"],
|
|
|
|
"props": { "tabId": "descricao4" }
|
|
|
|
},
|
|
|
|
|
|
|
|
"tab-content.item#descricao5": {
|
|
|
|
"children": ["html#container-description"],
|
|
|
|
"props": { "tabId": "descricao5" }
|
|
|
|
},
|
|
|
|
|
|
|
|
/*
|
|
|
|
PRATELEIRA DE PRODUTOS QUE QUE O CLIENTE PODE GOSTAR
|
|
|
|
*/
|
|
|
|
"list-context.product-list#prateleira": {
|
|
|
|
"blocks": ["product-summary.shelf#prateleira"],
|
|
|
|
"children": ["slider-layout#demo-products"]
|
|
|
|
},
|
|
|
|
|
|
|
|
"product-summary.shelf#prateleira": {
|
|
|
|
"children": [
|
|
|
|
"stack-layout#prodsum",
|
|
|
|
"product-summary-name",
|
|
|
|
"product-list-price",
|
|
|
|
"product-selling-price"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
|
|
|
|
/*
|
|
|
|
IMAGEM DO PRODUTO PRINCIPAL, E CARROUSEL DE IMAGENS DO PRODUTO
|
|
|
|
*/
|
2023-01-12 16:56:35 +00:00
|
|
|
"condition-layout.product#availability": {
|
|
|
|
"props": {
|
2023-01-23 03:08:32 +00:00
|
|
|
"blockClass": "availability",
|
2023-01-12 16:56:35 +00:00
|
|
|
"conditions": [
|
|
|
|
{
|
|
|
|
"subject": "isProductAvailable"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"Then": "flex-layout.row#product-main",
|
|
|
|
"Else": "flex-layout.row#product-availability"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"flex-layout.row#product-main": {
|
|
|
|
"props": {
|
2023-01-27 05:57:50 +00:00
|
|
|
"blockClass":"main",
|
2023-01-12 16:56:35 +00:00
|
|
|
"colGap": 7,
|
|
|
|
"rowGap": 7,
|
|
|
|
"marginTop": 4,
|
|
|
|
"marginBottom": 7,
|
|
|
|
"paddingTop": 7,
|
|
|
|
"paddingBottom": 7
|
|
|
|
},
|
|
|
|
"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-01-27 05:57:50 +00:00
|
|
|
"blockClass": "stack",
|
2023-01-23 03:08:32 +00:00
|
|
|
"width": "50%",
|
2023-01-12 16:56:35 +00:00
|
|
|
"rowGap": 0
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"flex-layout.row#product-image": {
|
|
|
|
"children": ["product-images"]
|
|
|
|
},
|
|
|
|
"product-images": {
|
|
|
|
"props": {
|
2023-01-24 03:31:38 +00:00
|
|
|
"thumbnailsOrientation": "horizontal",
|
|
|
|
"showPaginationDots": false,
|
|
|
|
"showNavigationArrows": false,
|
2023-01-12 16:56:35 +00:00
|
|
|
"aspectRatio": {
|
|
|
|
"desktop": "auto",
|
|
|
|
"phone": "16:9"
|
|
|
|
},
|
|
|
|
"displayThumbnailsArrows": true
|
|
|
|
}
|
|
|
|
},
|
2023-01-27 05:57:50 +00:00
|
|
|
|
|
|
|
/*
|
|
|
|
INFORMAÇÕES DO PRODUTO (NOME, ID, PREÇO, PARCELA, CORES, TAMANHOS ETC..)
|
|
|
|
*/
|
2023-01-12 16:56:35 +00:00
|
|
|
"flex-layout.col#right-col": {
|
|
|
|
"props": {
|
2023-01-23 03:08:32 +00:00
|
|
|
"blockClass": "right-col",
|
2023-01-12 16:56:35 +00:00
|
|
|
"preventVerticalStretch": true,
|
|
|
|
"rowGap": 0
|
|
|
|
},
|
|
|
|
"children": [
|
|
|
|
"flex-layout.row#product-name",
|
2023-01-23 03:08:32 +00:00
|
|
|
"product-identifier.product",
|
2023-01-12 16:56:35 +00:00
|
|
|
"flex-layout.row#selling-price",
|
2023-01-27 05:57:50 +00:00
|
|
|
"product-installments#parcelaProduct",
|
2023-01-23 03:08:32 +00:00
|
|
|
"availability-subscriber",
|
2023-01-12 16:56:35 +00:00
|
|
|
"sku-selector",
|
2023-01-25 02:24:38 +00:00
|
|
|
"html#buy-button",
|
2023-01-23 03:08:32 +00:00
|
|
|
"shipping-simulator"
|
2023-01-12 16:56:35 +00:00
|
|
|
]
|
|
|
|
},
|
|
|
|
|
|
|
|
"flex-layout.row#product-name": {
|
|
|
|
"props": {
|
|
|
|
"marginBottom": 3
|
|
|
|
},
|
|
|
|
"children": ["vtex.store-components:product-name"]
|
|
|
|
},
|
|
|
|
|
2023-01-27 05:57:50 +00:00
|
|
|
"product-installments#parcelaProduct": {
|
|
|
|
"props": {
|
|
|
|
"markers": ["discount", "x"],
|
|
|
|
"blockClass": "divider",
|
|
|
|
"message": "{installmentsNumber} <x>x</> <discount>de</discount> {installmentValue} <discount>sem juros</discount>"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
|
2023-01-12 16:56:35 +00:00
|
|
|
"sku-selector": {
|
|
|
|
"props": {
|
2023-01-23 03:08:32 +00:00
|
|
|
"blockClass": "sku-selector",
|
2023-01-27 05:57:50 +00:00
|
|
|
"imageHeight": 40,
|
|
|
|
"imageWidth": 40,
|
2023-01-12 16:56:35 +00:00
|
|
|
"variationsSpacing": 3,
|
|
|
|
"showValueNameForImageVariation": true
|
|
|
|
}
|
|
|
|
},
|
|
|
|
|
2023-01-25 02:24:38 +00:00
|
|
|
"html#buy-button": {
|
2023-01-12 16:56:35 +00:00
|
|
|
"props": {
|
2023-01-25 02:24:38 +00:00
|
|
|
"tag": "div",
|
|
|
|
"testId": "buy-button",
|
2023-01-27 05:57:50 +00:00
|
|
|
"blockClass": "buy-button"
|
2023-01-12 16:56:35 +00:00
|
|
|
},
|
2023-01-24 03:31:38 +00:00
|
|
|
"children": ["product-quantity","add-to-cart-button"]
|
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",
|
2023-01-23 03:08:32 +00:00
|
|
|
"flex-layout.row#availability",
|
|
|
|
"sku-selector"
|
2023-01-12 16:56:35 +00:00
|
|
|
]
|
|
|
|
},
|
|
|
|
"flex-layout.row#availability": {
|
|
|
|
"props": {
|
|
|
|
"blockClass": "message-availability"
|
|
|
|
},
|
|
|
|
"children": ["availability-subscriber"]
|
|
|
|
}
|
2023-01-24 03:31:38 +00:00
|
|
|
|
2023-01-12 16:56:35 +00:00
|
|
|
}
|