{ "store.product": { "children": [ "html#breadcrumb", "condition-layout.product#availability", // "flex-layout.row#description", "tab-layout#AA323", // "flex-layout.row#specifications-title", // "product-specification-group#table", "shelf.relatedProducts", "product-questions-and-answers" ] }, "html#breadcrumb": { "props": { "tag": "section", "testId": "breadcrumbs", "blockClass": "pdp-breadcrumb" }, "children": ["breadcrumb"] }, "flex-layout.row#specifications-title": { "children": ["rich-text#specifications"] }, "rich-text#specifications": { "props": { "text": "##### Product Specifications" } }, "flex-layout.row#description": { "props": { "marginBottom": 7 }, "children": ["product-description"] }, "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, "paddingBottom": 7, "blockClass": "productMainWrapper" }, "children": ["flex-layout.col#stack", "flex-layout.col#right-col"] }, "flex-layout.row#descriptionRow": { "props": { // "colGap": 7, // "rowGap": 7, // "marginTop": 4, // "marginBottom": 7, // "paddingTop": 7, // "paddingBottom": 7, "blockClass": "descriptionRow" }, "children": ["image#example111", "flex-layout.row#description"] }, "image#example111": { "props": { "src": "https://storecomponents.vteximg.com.br/arquivos/box.png", "maxHeight": 100 } }, "stack-layout": { "props": { "blockClass": "product" }, "children": [ "flex-layout.row#product-image", "product-bookmark", "product-specification-badges" ] }, "html#wrapperQuantity": { "props": { "blockClass": "wrapperQuantity" }, "children": ["product-quantity#quantityPdpItens", "flex-layout.row#buy-button"] }, "product-quantity#quantityPdpItens": { "props": { "blockClass": "quantityPdpItens", "showLabel": false, "size": "large" } }, "tab-layout#AA323": { "children": [ "tab-list#AA555", "tab-content#AA555" ] }, "tab-list#AA555": { "children": [ "tab-list.item#1", "tab-list.item#2" ] }, "tab-content#AA555": { "children": [ "tab-content.item#1", "tab-content.item#2" ] }, "tab-list.item#1": { "props": { "tabId": "majorAppliances", "label": "Major Appliances", "defaultActiveTab": true } }, "tab-list.item#2": { "props": { "tabId": "electronics", "label": "Electronics" } }, "tab-content.item#1": { "children": [ "rich-text#1" ], "props": { "tabId": "majorAppliances" } }, "tab-content.item#2": { "children": [ "flex-layout.row#descriptionRow" ], "props": { "tabId": "electronics" } }, "rich-text#1": { "props": { "text": "Texto para Major Appliances", "textPosition": "CENTER", "font": "t-heading-3" } }, "rich-text#2": { "props": { "text": "Texto para Electronics", "textPosition": "CENTER", "font": "t-heading-3" } }, "product-specification-badges": { "props": { "specificationGroupName": "Group", "specificationName": "On Sale", "visibleWhen": "True", "displayValue": "SPECIFICATION_NAME" } }, "flex-layout.col#stack": { "children": ["stack-layout"], "props": { "width": "51%", "rowGap": 0 } }, "flex-layout.row#product-image": { "children": ["product-images"] }, "product-images": { "props": { "aspectRatio": { "desktop": "auto", "phone": "16:9" }, "showNavigationArrows": false, "showPaginationDots": false, "thumbnailsOrientation": "horizontal", "thumbnailMaxHeight": 90, "maxHeight": 664 } }, "flex-layout.col#right-col": { "props": { "preventVerticalStretch": true, "rowGap": 0 }, "children": [ "flex-layout.row#product-name", "product-rating-summary", "product-identifier.product#identifierMain", "flex-layout.row#selling-price", "product-installments", "product-separator", "sku-selector#inverseOrder", "html#wrapperQuantity", "availability-subscriber", "shipping-simulator" ] }, "flex-layout.row#product-name": { "props": { "marginBottom": 3 }, "children": ["vtex.store-components:product-name"] }, "sku-selector": { "props": { "variationsSpacing": 3, "showValueNameForImageVariation": true } }, "sku-selector#inverseOrder": { "props": { "variationsSpacing": 3, "showValueNameForImageVariation": true, "blockClass": "inverseOrder" } }, "flex-layout.row#buy-button": { "props": { "marginTop": 4, "marginBottom": 7, "blockClass": "buyButton" }, "children": ["add-to-cart-button#addSacola"] }, "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"] }, "product-identifier.product#identifierMain": { "props": { "label": "hide", "idField": "productReference" } }, "share#default": { "props": { "social": { "Facebook": true, "WhatsApp": true, "Twitter": false, "Pinterest": true } } } }