414 lines
8.8 KiB
Plaintext
414 lines
8.8 KiB
Plaintext
{
|
|
"store.product": {
|
|
"children": [
|
|
"html#breadcrumb",
|
|
"condition-layout.product#availability",
|
|
"tab-layout#descriptionLayout",
|
|
// "flex-layout.row#specifications-title",
|
|
// "product-specification-group#table",
|
|
// "shelf.relatedProducts",
|
|
"list-context.product-list#demo1",
|
|
"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"
|
|
}
|
|
},
|
|
|
|
"product-summary.shelf#demo1": {
|
|
"children": [
|
|
"product-summary-name",
|
|
"product-summary-description",
|
|
"product-summary-image",
|
|
"product-summary-price",
|
|
"product-summary-sku-selector",
|
|
"product-summary-buy-button"
|
|
]
|
|
},
|
|
|
|
"slider-layout#demo-products": {
|
|
"props": {
|
|
"itemsPerPage": {
|
|
"desktop": 3,
|
|
"tablet": 1,
|
|
"phone": 1
|
|
},
|
|
"infinite": true,
|
|
"showNavigationArrows": "desktopOnly",
|
|
"blockClass": "carousel"
|
|
}
|
|
// "children": ["rich-text#1AA", "rich-text#2AA", "rich-text#3AA"]
|
|
},
|
|
|
|
// "rich-text#1AA": {
|
|
// "props": {
|
|
// "text": "ADADADAD"
|
|
// }
|
|
// },
|
|
// "rich-text#2AA": {
|
|
// "props": {
|
|
// "text": "FGFGFGFG"
|
|
// }
|
|
// },
|
|
// "rich-text#3AA": {
|
|
// "props": {
|
|
// "text": "GHGHGHGHHGH"
|
|
// }
|
|
// },
|
|
|
|
"list-context.product-list#demo1": {
|
|
"blocks": ["product-summary.shelf#demo1"],
|
|
"children": ["slider-layout#demo-products"]
|
|
},
|
|
|
|
"flex-layout.col#description": {
|
|
"props": {
|
|
"preventVerticalStretch": true
|
|
},
|
|
"children": ["product-description#1", "product-description#2"]
|
|
},
|
|
|
|
"product-description#1": {
|
|
"props": {
|
|
"blockClass": "descriptioncontent1"
|
|
}
|
|
},
|
|
"product-description#2": {
|
|
"props": {
|
|
"blockClass": "descriptioncontent2",
|
|
"showTitle": 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": {
|
|
"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": {
|
|
"blockClass": "descriptionRow",
|
|
"colGap": 7
|
|
},
|
|
"children": ["product-images#descriptionImg", "flex-layout.col#description"]
|
|
},
|
|
|
|
"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#descriptionLayout": {
|
|
"props": {
|
|
"blockClass": "descriptionLayout"
|
|
},
|
|
"children": [
|
|
"tab-list#descriptionButtonWrapper",
|
|
"tab-content#descriptionContentWrapper"
|
|
]
|
|
},
|
|
|
|
"tab-list#descriptionButtonWrapper": {
|
|
"props": {
|
|
"blockClass": "descriptionButtonWrapper"
|
|
},
|
|
"children": [
|
|
"tab-list.item#1",
|
|
"tab-list.item#2",
|
|
"tab-list.item#3",
|
|
"tab-list.item#4",
|
|
"tab-list.item#5"
|
|
]
|
|
},
|
|
|
|
"tab-content#descriptionContentWrapper": {
|
|
"props": {
|
|
"blockClass": "descriptionContentWrapper"
|
|
},
|
|
"children": [
|
|
"tab-content.item#1",
|
|
"tab-content.item#2",
|
|
"tab-content.item#3",
|
|
"tab-content.item#4",
|
|
"tab-content.item#5"
|
|
]
|
|
},
|
|
|
|
"tab-list.item#1": {
|
|
"props": {
|
|
"tabId": "description1",
|
|
"label": "Descrição",
|
|
"blockClass": "descriptionButton",
|
|
"defaultActiveTab": true
|
|
}
|
|
},
|
|
"tab-list.item#2": {
|
|
"props": {
|
|
"tabId": "description2",
|
|
"blockClass": "descriptionButton",
|
|
"label": "Descrição"
|
|
}
|
|
},
|
|
"tab-list.item#3": {
|
|
"props": {
|
|
"tabId": "description3",
|
|
"blockClass": "descriptionButton",
|
|
"label": "Descrição"
|
|
}
|
|
},
|
|
"tab-list.item#4": {
|
|
"props": {
|
|
"tabId": "description4",
|
|
"blockClass": "descriptionButton",
|
|
"label": "Descrição"
|
|
}
|
|
},
|
|
"tab-list.item#5": {
|
|
"props": {
|
|
"tabId": "description5",
|
|
"blockClass": "descriptionButton",
|
|
"label": "Descrição"
|
|
}
|
|
},
|
|
|
|
"tab-content.item#1": {
|
|
"children": [
|
|
"flex-layout.row#descriptionRow"
|
|
],
|
|
"props": {
|
|
"tabId": "description1",
|
|
"blockClass": "descriptionContent"
|
|
}
|
|
},
|
|
"tab-content.item#2": {
|
|
"children": [
|
|
"flex-layout.row#descriptionRow"
|
|
],
|
|
"props": {
|
|
"tabId": "description2",
|
|
"blockClass": "descriptionContent"
|
|
}
|
|
},
|
|
"tab-content.item#3": {
|
|
"children": [
|
|
"flex-layout.row#descriptionRow"
|
|
],
|
|
"props": {
|
|
"tabId": "description3",
|
|
"blockClass": "descriptionContent"
|
|
}
|
|
},
|
|
"tab-content.item#4": {
|
|
"children": [
|
|
"flex-layout.row#descriptionRow"
|
|
],
|
|
"props": {
|
|
"tabId": "description4",
|
|
"blockClass": "descriptionContent"
|
|
}
|
|
},
|
|
"tab-content.item#5": {
|
|
"children": [
|
|
"flex-layout.row#descriptionRow"
|
|
],
|
|
"props": {
|
|
"tabId": "description5",
|
|
"blockClass": "descriptionContent"
|
|
}
|
|
},
|
|
"product-images#descriptionImg": {
|
|
"props": {
|
|
"displayMode": "first-image",
|
|
"maxHeight": 632,
|
|
"blockClass": "descriptionImg",
|
|
"width": "49%"
|
|
}
|
|
},
|
|
|
|
"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#imgsMain"]
|
|
},
|
|
"product-images#imgsMain": {
|
|
"props": {
|
|
"aspectRatio": {
|
|
"desktop": "auto",
|
|
"phone": "16:9"
|
|
},
|
|
"showNavigationArrows": false,
|
|
"showPaginationDots": false,
|
|
"thumbnailsOrientation": "horizontal",
|
|
"thumbnailMaxHeight": 90,
|
|
"blockClass": "ImgsMain",
|
|
"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
|
|
}
|
|
}
|
|
}
|
|
}
|