327 lines
6.7 KiB
Plaintext
327 lines
6.7 KiB
Plaintext
{
|
|
"store.product": {
|
|
"children": [
|
|
"html#breadcontainer",
|
|
"condition-layout.product#availability",
|
|
"html#tab-layout",
|
|
"list-context.product-list#prateleira",
|
|
"newsletter"
|
|
]
|
|
},
|
|
|
|
"newsletter": {
|
|
"props": {
|
|
"label": "Assine nossa newsletter",
|
|
"placeholder": "Digite seu e-mail",
|
|
"blockClass": "newsletter"
|
|
}
|
|
},
|
|
|
|
"list-context.product-list#prateleira": {
|
|
"blocks": ["product-summary.shelf"],
|
|
"children": ["rich-text#prateleira", "html#slidercontainer"]
|
|
},
|
|
"rich-text#prateleira": {
|
|
"props": {
|
|
"textAlignment": "CENTER",
|
|
"textPosition": "CENTER",
|
|
"text": "Você também pode gostar:",
|
|
"blockClass": "title-prateleira"
|
|
}
|
|
},
|
|
"slider-layout#prateleira": {
|
|
"props": {
|
|
"itemsPerPage": {
|
|
"desktop": 4,
|
|
"tablet": 3,
|
|
"phone": 2
|
|
},
|
|
"infinite": true,
|
|
"blockClass": "prateleira"
|
|
}
|
|
},
|
|
"html#slidercontainer": {
|
|
"props": {
|
|
"testId": "product-summary-list",
|
|
"tag": "div"
|
|
},
|
|
"children": ["slider-layout#prateleira"]
|
|
},
|
|
|
|
"breadcrumb#pdp": {
|
|
"props": {
|
|
"blockClass": "breadcrumb",
|
|
"showOnMobile": true
|
|
}
|
|
},
|
|
"html#breadcontainer": {
|
|
"props": {
|
|
"testId": "breadcrumbs"
|
|
},
|
|
"children": ["breadcrumb#pdp"]
|
|
},
|
|
|
|
"flex-layout.row#specifications-title": {
|
|
"children": ["rich-text#specifications"]
|
|
},
|
|
"rich-text#specifications": {
|
|
"props": {
|
|
"text": "##### Product Specifications"
|
|
}
|
|
},
|
|
|
|
"product-description": {
|
|
"props": {
|
|
"marginBottom": 7,
|
|
"blockClass": "descricao",
|
|
"collapseContent": false
|
|
}
|
|
},
|
|
"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": {
|
|
"blockClass": "container-produto"
|
|
},
|
|
"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": {
|
|
"width": "50%",
|
|
"rowGap": 0,
|
|
"blockClass": "stack-container"
|
|
}
|
|
},
|
|
"flex-layout.row#product-image": {
|
|
"children": ["html#imagens"]
|
|
},
|
|
|
|
"product-images": {
|
|
"props": {
|
|
"showNavigationArrows": false,
|
|
"showPaginationDots": false,
|
|
"thumbnailAspectRatio": "1:1",
|
|
"thumbnailMaxHeight": 90,
|
|
"thumbnailsOrientation": "horizontal",
|
|
"displayThumbnailsArrows": false,
|
|
"aspectRatio": {
|
|
"desktop": "auto"
|
|
},
|
|
"blockClass": "images-container"
|
|
}
|
|
},
|
|
"html#imagens": {
|
|
"props": { "testId": "product-images" },
|
|
"children": ["product-images"]
|
|
},
|
|
|
|
"flex-layout.col#right-col": {
|
|
"props": {
|
|
"preventVerticalStretch": true,
|
|
"rowGap": 0
|
|
},
|
|
"children": [
|
|
"html#product-name",
|
|
"html#codigo",
|
|
"product-rating-summary",
|
|
"html#selling-price",
|
|
"html#installments",
|
|
"html#pix",
|
|
"html#skus",
|
|
"html#qtd-btn",
|
|
"availability-subscriber",
|
|
"html#shipping-simulator",
|
|
"SetPlaceholder"
|
|
]
|
|
},
|
|
|
|
"html#installments": {
|
|
"props": {
|
|
"testId": "product-installments"
|
|
},
|
|
"children": ["product-installments"]
|
|
},
|
|
|
|
"html#selling-price": {
|
|
"props": {
|
|
"testId": "product-price"
|
|
},
|
|
"children": ["flex-layout.row#selling-price"]
|
|
},
|
|
|
|
"product-installments": {
|
|
"props": {
|
|
"installmentsCriteria": "max-quantity-without-interest",
|
|
"blockClass": "parcelamentos",
|
|
"message": "{installmentsNumber} de {installmentValue} sem juros"
|
|
}
|
|
},
|
|
|
|
"html#product-name": {
|
|
"props": {
|
|
"testId": "product-name"
|
|
},
|
|
"children": ["flex-layout.row#product-name"]
|
|
},
|
|
|
|
"flex-layout.row#product-name": {
|
|
"props": {
|
|
"marginBottom": 3,
|
|
"blockClass": "name"
|
|
},
|
|
"children": ["vtex.store-components:product-name"]
|
|
},
|
|
|
|
"html#codigo": {
|
|
"props": {
|
|
"testId": "product-code",
|
|
"blockClass": "codigo"
|
|
},
|
|
"children": ["product-identifier.product"]
|
|
},
|
|
|
|
"html#pix": {
|
|
"props": {
|
|
"testId": "pix-price",
|
|
"blockClass": "pix"
|
|
},
|
|
"children": ["Pix"]
|
|
},
|
|
|
|
"sku-selector": {
|
|
"props": {
|
|
"variationsSpacing": 3,
|
|
"showValueNameForImageVariation": true,
|
|
"blockClass": "skus"
|
|
}
|
|
},
|
|
"html#skus": {
|
|
"props": { "testId": "sku-selector" },
|
|
"children": ["sku-selector"]
|
|
},
|
|
|
|
"flex-layout.row#buy-button": {
|
|
"props": {
|
|
"marginTop": 4,
|
|
"marginBottom": 7,
|
|
"blockClass": "container-btn"
|
|
},
|
|
"children": ["add-to-cart-button"]
|
|
},
|
|
|
|
"html#qtd-btn": {
|
|
"props": {
|
|
"tag": "div",
|
|
"testId": "qtd-btn",
|
|
"blockClass": "qtd-btn"
|
|
},
|
|
"children": ["html#quantidade", "html#botao"]
|
|
},
|
|
"html#botao": {
|
|
"props": {
|
|
"tag": "div",
|
|
"testId": "add-to-cart-button",
|
|
"blockClass": "containerbotao"
|
|
},
|
|
"children": ["add-to-cart-button"]
|
|
},
|
|
|
|
"product-quantity": {
|
|
"props": {
|
|
"blockClass": "quantidade"
|
|
}
|
|
},
|
|
"html#quantidade": {
|
|
"props": {
|
|
"tag": "div",
|
|
"testId": "product-quantity",
|
|
"blockClass": "containerquantidade"
|
|
},
|
|
"children": ["product-quantity"]
|
|
},
|
|
|
|
"flex-layout.row#product-availability": {
|
|
"props": {
|
|
"blockClass": "container-produto"
|
|
},
|
|
"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",
|
|
"html#codigo",
|
|
"flex-layout.row#availability",
|
|
"sku-selector"
|
|
]
|
|
},
|
|
"flex-layout.row#availability": {
|
|
"props": {
|
|
"blockClass": "message-availability"
|
|
},
|
|
"children": ["availability-subscriber"]
|
|
},
|
|
|
|
"share#default": {
|
|
"props": {
|
|
"social": {
|
|
"Facebook": true,
|
|
"WhatsApp": true,
|
|
"Twitter": false,
|
|
"Pinterest": true
|
|
}
|
|
}
|
|
},
|
|
|
|
"shipping-simulator": {
|
|
"props": {
|
|
"blockClass": "frete"
|
|
}
|
|
},
|
|
"html#shipping-simulator": {
|
|
"props": {
|
|
"testId": "shipping-simulator"
|
|
},
|
|
"children": ["shipping-simulator"]
|
|
}
|
|
}
|