{ "store.product": { "children": [ "html#breadcrumb", "condition-layout.product#availability", // "flex-layout.row#description", "tab-layout#description", // "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" // } // }, "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": "product-main-content", "colGap": 7, "rowGap": 7, "marginTop": 4, "marginBottom": 7, "paddingTop": 7, "paddingBottom": 7 }, "children": ["flex-layout.col#stack", "html#right-col"] }, "stack-layout": { "props": { "blockClass": "product" }, "children": [ "html#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-layout-content", "rowGap": 0 } }, "html#flex-layout.row#product-image": { "props": { "testId": "product-images" }, "children": ["product-images"] }, "product-images": { "props": { "aspectRatio": { "desktop": "auto", "phone": "16:9" }, "displayThumbnailsArrows": false, "showPaginationDots": false, "thumbnailsOrientation": "horizontal" } }, "product-images#description-content": { "props": { "displayMode": "first-image", "zoomMode": "disable", "blockClass": "image-description" } }, "tab-layout#description": { "children": ["tab-list#description", "tab-content#description"], "props": { "blockClass": "description-block", "defaultActiveTabId": "firstTab" } }, "tab-list#description": { "children": [ "tab-list.item#firstTab", "tab-list.item#secondTab", "tab-list.item#thirdTab", "tab-list.item#fourthTab", "tab-list.item#fifthTab" ] }, "tab-list.item#firstTab": { "props": { "tabId": "firstTab", "label": "Descrição", "defaultActiveTab": true } }, "tab-list.item#secondTab": { "props": { "tabId": "secondTab", "label": "Descrição" } }, "tab-list.item#thirdTab": { "props": { "tabId": "thirdTab", "label": "Descrição" } }, "tab-list.item#fourthTab": { "props": { "tabId": "fourthTab", "label": "Descrição" } }, "tab-list.item#fifthTab": { "props": { "tabId": "fifthTab", "label": "Descrição" } }, "tab-content#description": { "children": [ "tab-content.item#firstTab", "tab-content.item#secondTab", "tab-content.item#thirdTab", "tab-content.item#fourthTab", "tab-content.item#fifthTab" ] }, "tab-content.item#firstTab": { "children": ["product-images#description-content", "product-description"], "props": { "tabId": "firstTab" } }, "tab-content.item#secondTab": { "children": ["product-images#description-content", "product-description"], "props": { "tabId": "secondTab" } }, "tab-content.item#thirdTab": { "children": ["product-images#description-content", "product-description"], "props": { "tabId": "thirdTab" } }, "tab-content.item#fourthTab": { "children": ["product-images#description-content", "product-description"], "props": { "tabId": "fourthTab" } }, "tab-content.item#fifthTab": { "children": ["product-images#description-content", "product-description"], "props": { "tabId": "fifthTab" } }, // "html#right-col": { "props": { "preventVerticalStretch": true, "rowGap": 0 }, "children": [ "flex-layout.row#product-name", "product-identifier.product", // "product-rating-summary", "flex-layout.row#selling-price", "installment-product-component", "html#pix-component", // "product-separator", "html#sku-selector", // "product-quantity", "html#cart-content", "product-assembly-options", "product-gifts", // "flex-layout.row#buy-button", "availability-subscriber", "shipping-simulator", "placeholder-component" // "share#default" ] }, "html#cart-content": { "props": { "blockClass": "cart-content" }, "children": ["html#product-quantity", "html#flex-layout.row#buy-button"] }, "html#product-quantity": { "props": { "testId": "product-quantity" }, "children": ["product-quantity"] }, "html#flex-layout.row#buy-button": { "props": { "testId": "add-to-cart-button" }, "children": ["flex-layout.row#buy-button"] }, "html#pix-component": { "props": { "testId": "pix-price" }, "children": ["pix-component"] }, "flex-layout.row#product-name": { "props": { "marginBottom": 3 }, "children": ["vtex.store-components:product-name"] }, "html#sku-selector": { "props": { "testId": "sku-selector" }, "children": ["sku-selector"] }, "sku-selector": { "props": { "variationsSpacing": 3, "showValueNameForImageVariation": true, "blockClass": "sku-selector" } }, "flex-layout.row#buy-button": { "props": { "marginTop": 4, "marginBottom": 7 }, "children": ["add-to-cart-button"] }, "flex-layout.row#product-availability": { "props": { "colGap": 7, "marginTop": 4, "marginBottom": 7, "paddingTop": 7 }, "children": ["flex-layout.col#stack", "html#right-col-availability"] }, "html#right-col-availability": { "props": { "preventVerticalStretch": true, "rowGap": 0, "blockClass": "info-availability" }, "children": [ "flex-layout.row#product-name", "product-identifier.product", "html#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 } } } }