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-08 03:20:20 +00:00
|
|
|
"html#description",
|
|
|
|
"html#teste",
|
2023-02-01 04:45:09 +00:00
|
|
|
"flex-layout.row#newsletter-container"
|
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
|
|
|
/*
|
2023-01-31 02:52:47 +00:00
|
|
|
IMAGEM DO PRODUTO PRINCIPAL, E CARROUSEL DE IMAGENS DO PRODUTO
|
|
|
|
*/
|
2023-02-01 04:45:09 +00:00
|
|
|
|
2023-01-31 02:52:47 +00:00
|
|
|
"condition-layout.product#availability": {
|
|
|
|
"props": {
|
|
|
|
"blockClass": "availability",
|
|
|
|
"conditions": [
|
|
|
|
{
|
|
|
|
"subject": "isProductAvailable"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"Then": "flex-layout.row#product-main",
|
|
|
|
"Else": "flex-layout.row#product-availability"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"flex-layout.row#product-main": {
|
|
|
|
"props": {
|
|
|
|
"blockClass":"main"
|
|
|
|
},
|
|
|
|
"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": {
|
|
|
|
"blockClass": "stack",
|
|
|
|
"width": "50%",
|
|
|
|
"rowGap": 0
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"flex-layout.row#product-image": {
|
2023-02-01 04:45:09 +00:00
|
|
|
"children": ["html#product-images"]
|
|
|
|
},
|
|
|
|
|
|
|
|
"html#product-images": {
|
|
|
|
"props": {
|
|
|
|
"testId": "product-images"
|
|
|
|
},
|
2023-01-31 02:52:47 +00:00
|
|
|
"children": ["product-images"]
|
|
|
|
},
|
2023-02-01 04:45:09 +00:00
|
|
|
|
2023-01-31 02:52:47 +00:00
|
|
|
"product-images": {
|
|
|
|
"props": {
|
|
|
|
"thumbnailsOrientation": "horizontal",
|
|
|
|
"showPaginationDots": false,
|
|
|
|
"showNavigationArrows": false,
|
|
|
|
"aspectRatio": {
|
|
|
|
"desktop": "auto",
|
|
|
|
"phone": "auto"
|
|
|
|
},
|
|
|
|
"displayThumbnailsArrows": true
|
|
|
|
}
|
|
|
|
},
|
|
|
|
|
|
|
|
/*
|
|
|
|
DESCRIÇÃO DO PRODUTO SELECIONADO (TAB-LAYOUT#DESCRIPTION)
|
2023-01-27 05:57:50 +00:00
|
|
|
*/
|
2023-02-08 03:20:20 +00:00
|
|
|
"html#container-description": {
|
|
|
|
"props": {
|
|
|
|
"testId": "product-description",
|
|
|
|
"tag": "div",
|
|
|
|
"blockClass": "container-description"
|
2023-01-31 02:52:47 +00:00
|
|
|
|
2023-02-08 03:20:20 +00:00
|
|
|
},
|
|
|
|
"children": ["flex-layout.row#product-description"]
|
2023-01-27 05:57:50 +00:00
|
|
|
},
|
|
|
|
|
|
|
|
"flex-layout.row#product-description": {
|
2023-01-31 02:52:47 +00:00
|
|
|
"props": {
|
|
|
|
"blockClass": "product-description"
|
|
|
|
},
|
2023-01-27 05:57:50 +00:00
|
|
|
"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-02-01 04:45:09 +00:00
|
|
|
"children": ["product-images#description"]
|
|
|
|
},
|
|
|
|
|
|
|
|
"product-images#description":{
|
|
|
|
"props": {
|
|
|
|
"blockClass": "description",
|
|
|
|
"displayMode": "first-image"
|
|
|
|
}
|
2023-01-27 05:57:50 +00:00
|
|
|
},
|
|
|
|
|
|
|
|
"flex-layout.row#description": {
|
2023-01-12 16:56:35 +00:00
|
|
|
"children": ["product-description"]
|
|
|
|
},
|
2023-01-27 05:57:50 +00:00
|
|
|
|
2023-02-08 03:20:20 +00:00
|
|
|
"html#description":{
|
|
|
|
"props": {
|
|
|
|
"testId": "product-description"
|
|
|
|
},
|
|
|
|
"children": ["tab-layout#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
|
|
|
|
*/
|
2023-02-08 03:20:20 +00:00
|
|
|
"html#teste":{
|
|
|
|
"props": {
|
|
|
|
"testId": "product-summary-list"
|
|
|
|
},
|
|
|
|
"children": ["list-context.product-list#prateleira"]
|
|
|
|
},
|
|
|
|
|
2023-01-27 05:57:50 +00:00
|
|
|
"list-context.product-list#prateleira": {
|
|
|
|
"blocks": ["product-summary.shelf#prateleira"],
|
2023-02-08 03:20:20 +00:00
|
|
|
"children": ["rich-text#title-prateleira","html#vtex-product-summary"]
|
2023-01-31 02:52:47 +00:00
|
|
|
},
|
2023-01-27 05:57:50 +00:00
|
|
|
|
2023-01-31 02:52:47 +00:00
|
|
|
"product-summary.shelf#prateleira": {
|
2023-02-01 04:45:09 +00:00
|
|
|
"children": ["html#product-summary"]
|
|
|
|
},
|
|
|
|
|
|
|
|
"html#product-summary": {
|
|
|
|
"props":{
|
2023-02-08 03:20:20 +00:00
|
|
|
"testId": "product-summary-list",
|
2023-02-01 04:45:09 +00:00
|
|
|
"blockClass": "product-summary"
|
|
|
|
},
|
2023-01-31 02:52:47 +00:00
|
|
|
"children": [
|
2023-02-08 03:20:20 +00:00
|
|
|
"product-summary-image#image-prateleira",
|
2023-02-01 04:45:09 +00:00
|
|
|
"product-summary-name#name-prateleira",
|
|
|
|
"product-list-price#promotion-prateleira",
|
|
|
|
"product-selling-price#price-prateleira"
|
2023-01-31 02:52:47 +00:00
|
|
|
]
|
|
|
|
},
|
2023-01-27 05:57:50 +00:00
|
|
|
|
2023-02-08 03:20:20 +00:00
|
|
|
"product-summary-image#image-prateleira": {
|
|
|
|
"props":{
|
|
|
|
"showBadge": false,
|
|
|
|
"blockClass": "image-prateleira"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
|
2023-02-01 04:45:09 +00:00
|
|
|
"product-summary-name#name-prateleira": {
|
|
|
|
"props": {
|
|
|
|
"blockClass": "name-prateleira"
|
2023-02-09 02:56:44 +00:00
|
|
|
|
2023-02-01 04:45:09 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
|
|
|
|
"product-list-price#promotion-prateleira":{
|
|
|
|
"props": {
|
|
|
|
"blockClass": "promotion-prateleira"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
|
|
|
|
"product-selling-price#price-prateleira":{
|
|
|
|
"props": {
|
|
|
|
"blockClass": "price-prateleira"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
|
|
|
|
"rich-text#title-prateleira": {
|
2023-01-12 16:56:35 +00:00
|
|
|
"props": {
|
2023-01-31 02:52:47 +00:00
|
|
|
"textAlignment": "CENTER",
|
|
|
|
"textPosition": "CENTER",
|
|
|
|
"text": "Você também pode gostar:",
|
|
|
|
"blockClass": "title-prateleira"
|
|
|
|
}
|
2023-01-12 16:56:35 +00:00
|
|
|
},
|
2023-01-31 02:52:47 +00:00
|
|
|
|
2023-02-08 03:20:20 +00:00
|
|
|
"html#vtex-product-summary":{
|
|
|
|
"props":{
|
|
|
|
"testId": "vtex-product-summary"
|
|
|
|
},
|
|
|
|
"children": ["slider-layout#prateleira"]
|
|
|
|
},
|
|
|
|
|
2023-01-31 02:52:47 +00:00
|
|
|
"slider-layout#prateleira": {
|
2023-01-12 16:56:35 +00:00
|
|
|
"props": {
|
2023-01-31 02:52:47 +00:00
|
|
|
"itemsPerPage": {
|
|
|
|
"desktop": 4,
|
|
|
|
"tablet": 3,
|
2023-02-01 04:45:09 +00:00
|
|
|
"phone": 2
|
2023-01-31 02:52:47 +00:00
|
|
|
},
|
|
|
|
"infinite": true,
|
|
|
|
"blockClass": "prateleira"
|
|
|
|
}
|
2023-01-12 16:56:35 +00:00
|
|
|
},
|
|
|
|
|
2023-01-31 02:52:47 +00:00
|
|
|
/*
|
|
|
|
NEWSLETTER
|
|
|
|
*/
|
2023-02-01 04:45:09 +00:00
|
|
|
|
|
|
|
"flex-layout.row#newsletter-container":{
|
|
|
|
"props":{
|
|
|
|
"blockClass": "newsletter-container"
|
2023-01-12 16:56:35 +00:00
|
|
|
},
|
2023-02-01 04:45:09 +00:00
|
|
|
"children": ["flex-layout.row#text-newsletter","newsletter-form#container-newsletter"]
|
|
|
|
},
|
2023-01-31 02:52:47 +00:00
|
|
|
|
2023-02-01 04:45:09 +00:00
|
|
|
"flex-layout.row#text-newsletter":{
|
|
|
|
"props": {
|
|
|
|
"blockClass": "text-newsletter"
|
|
|
|
},
|
|
|
|
"children": ["rich-text#newsletter-title","rich-text#offer-newsletter" ]
|
2023-01-12 16:56:35 +00:00
|
|
|
},
|
|
|
|
|
2023-02-01 04:45:09 +00:00
|
|
|
"rich-text#newsletter-title": {
|
2023-01-12 16:56:35 +00:00
|
|
|
"props": {
|
2023-01-31 02:52:47 +00:00
|
|
|
"blockClass": "subscriber-newsletter",
|
|
|
|
"textAlignment": "center",
|
|
|
|
"textPosition": "CENTER",
|
|
|
|
"text": "Assine nossa newsletter"
|
2023-01-12 16:56:35 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
|
2023-01-31 02:52:47 +00:00
|
|
|
"rich-text#offer-newsletter": {
|
2023-01-12 16:56:35 +00:00
|
|
|
"props": {
|
2023-01-31 02:52:47 +00:00
|
|
|
"blockClass": "offer-newsletter",
|
|
|
|
"textAlignment": "center",
|
|
|
|
"textPosition": "CENTER",
|
|
|
|
"text": "Receba ofertas e novidades por e-mail"
|
2023-01-12 16:56:35 +00:00
|
|
|
}
|
|
|
|
},
|
2023-02-01 04:45:09 +00:00
|
|
|
|
|
|
|
"newsletter-form#container-newsletter": {
|
|
|
|
"props": {
|
|
|
|
"blockClass": "container-newsletter"
|
|
|
|
},
|
|
|
|
"children": [
|
|
|
|
"html#container-form-input"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
|
2023-01-31 02:52:47 +00:00
|
|
|
"html#container-form-input": {
|
|
|
|
"props": {
|
|
|
|
"blockClass": "container-form-input"
|
|
|
|
},
|
|
|
|
"children": ["newsletter-input-email", "newsletter-submit"]
|
2023-01-12 16:56:35 +00:00
|
|
|
},
|
2023-01-31 02:52:47 +00:00
|
|
|
|
|
|
|
"newsletter-input-email": {
|
2023-01-12 16:56:35 +00:00
|
|
|
"props": {
|
2023-01-31 02:52:47 +00:00
|
|
|
"placeholderText": "Digite seu e-mail"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"newsletter-submit": {
|
|
|
|
"props": {
|
|
|
|
"submitButtonLabel": "Enviar"
|
2023-01-12 16:56:35 +00:00
|
|
|
}
|
|
|
|
},
|
2023-01-27 05:57:50 +00:00
|
|
|
|
|
|
|
/*
|
2023-01-31 02:52:47 +00:00
|
|
|
INFORMAÇÕES DO PRODUTO (NOME, ID, PREÇO, PARCELA, CORES, TAMANHOS ETC..)
|
2023-01-27 05:57:50 +00:00
|
|
|
*/
|
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": [
|
2023-02-08 03:20:20 +00:00
|
|
|
"html#product-name",
|
|
|
|
"html#product-code",
|
|
|
|
"html#product-price",
|
|
|
|
"html#parcelaProdutct",
|
2023-02-01 04:45:09 +00:00
|
|
|
"html#pix-discount",
|
2023-01-23 03:08:32 +00:00
|
|
|
"availability-subscriber",
|
2023-02-01 04:45:09 +00:00
|
|
|
"html#sku-selector",
|
2023-01-25 02:24:38 +00:00
|
|
|
"html#buy-button",
|
2023-02-08 03:20:20 +00:00
|
|
|
"html#shipping-simulator"
|
2023-01-12 16:56:35 +00:00
|
|
|
]
|
|
|
|
},
|
|
|
|
|
2023-02-08 03:20:20 +00:00
|
|
|
"html#product-name": {
|
|
|
|
"props": {
|
|
|
|
"testId": "product-name"
|
|
|
|
},
|
|
|
|
"children": ["flex-layout.row#product-name"]
|
|
|
|
},
|
|
|
|
|
2023-01-12 16:56:35 +00:00
|
|
|
"flex-layout.row#product-name": {
|
|
|
|
"props": {
|
|
|
|
"marginBottom": 3
|
|
|
|
},
|
|
|
|
"children": ["vtex.store-components:product-name"]
|
|
|
|
},
|
|
|
|
|
2023-02-08 03:20:20 +00:00
|
|
|
"html#product-code":{
|
|
|
|
"props": {
|
|
|
|
"testId": "product-code"
|
|
|
|
},
|
|
|
|
"children": ["product-identifier.product"]
|
|
|
|
},
|
|
|
|
|
|
|
|
"html#product-price": {
|
|
|
|
"props": {
|
|
|
|
"testId": "product-price"
|
|
|
|
},
|
|
|
|
"children": ["flex-layout.row#selling-price"]
|
|
|
|
},
|
|
|
|
"flex-layout.row#product-price": {
|
|
|
|
"props": {
|
|
|
|
"blockClass": "selling-price"
|
|
|
|
},
|
|
|
|
"children": [
|
|
|
|
"product-selling-price"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
|
|
|
|
"html#parcelaProdutct":{
|
|
|
|
"props": {
|
|
|
|
"testId": "product-installments"
|
|
|
|
},
|
|
|
|
"children": ["product-installments#parcelaProduct"]
|
|
|
|
},
|
|
|
|
|
2023-01-27 05:57:50 +00:00
|
|
|
"product-installments#parcelaProduct": {
|
|
|
|
"props": {
|
2023-01-31 02:52:47 +00:00
|
|
|
"installmentsCriteria": "max-quantity-without-interest",
|
2023-01-27 05:57:50 +00:00
|
|
|
"markers": ["discount", "x"],
|
|
|
|
"blockClass": "divider",
|
|
|
|
"message": "{installmentsNumber} <x>x</> <discount>de</discount> {installmentValue} <discount>sem juros</discount>"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
|
2023-02-01 04:45:09 +00:00
|
|
|
"html#pix-discount":{
|
|
|
|
"props": {
|
|
|
|
"testId": "pix-price"
|
|
|
|
},
|
|
|
|
"children": ["pix-discount"]
|
|
|
|
},
|
|
|
|
|
|
|
|
"html#sku-selector":{
|
|
|
|
"props": {
|
|
|
|
"testId": "sku-selector"
|
|
|
|
},
|
|
|
|
"children": ["sku-selector"]
|
|
|
|
},
|
|
|
|
|
2023-01-12 16:56:35 +00:00
|
|
|
"sku-selector": {
|
|
|
|
"props": {
|
2023-01-23 03:08:32 +00:00
|
|
|
"blockClass": "sku-selector",
|
2023-02-08 03:20:20 +00:00
|
|
|
"imageHeight": 48,
|
|
|
|
"imageWidth": 48,
|
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",
|
2023-02-08 03:20:20 +00:00
|
|
|
"testId": "add-to-cart-button",
|
2023-01-27 05:57:50 +00:00
|
|
|
"blockClass": "buy-button"
|
2023-01-12 16:56:35 +00:00
|
|
|
},
|
2023-02-01 04:45:09 +00:00
|
|
|
"children": ["html#product-quantity","add-to-cart-button"]
|
|
|
|
},
|
|
|
|
|
|
|
|
"html#product-quantity":{
|
|
|
|
"props": {
|
|
|
|
"testId": "product-quantity",
|
|
|
|
"blockClass": "product-quantity"
|
|
|
|
},
|
|
|
|
"children": ["product-quantity"]
|
2023-01-12 16:56:35 +00:00
|
|
|
},
|
|
|
|
|
2023-02-08 03:20:20 +00:00
|
|
|
"html#shipping-simulator":{
|
|
|
|
"props": {
|
|
|
|
"testId": "shipping-simulator"
|
|
|
|
},
|
|
|
|
"children": ["flex-layout.col#shipping-simulator"]
|
|
|
|
},
|
|
|
|
|
|
|
|
"flex-layout.col#shipping-simulator":{
|
|
|
|
"props":{
|
|
|
|
"blockClass": "shipping-simulator"
|
|
|
|
},
|
|
|
|
"children": ["shipping-simulator"]
|
|
|
|
},
|
|
|
|
|
2023-01-31 02:52:47 +00:00
|
|
|
/*
|
|
|
|
ASSINANTES DE PRODUTOS INDISPONIVEIS
|
|
|
|
*/
|
2023-01-12 16:56:35 +00:00
|
|
|
"flex-layout.row#product-availability": {
|
|
|
|
"props": {
|
2023-01-31 02:52:47 +00:00
|
|
|
"blockClass": "product-availability"
|
2023-01-12 16:56:35 +00:00
|
|
|
},
|
|
|
|
"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-08 03:20:20 +00:00
|
|
|
"html#product-code",
|
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
|
|
|
}
|