287 lines
6.3 KiB
Plaintext
287 lines
6.3 KiB
Plaintext
{
|
|
"store.product": {
|
|
"children": [
|
|
"html#breadcrumb",
|
|
"condition-layout.product#availability",
|
|
"html#product-description",
|
|
"html#shelf-container",
|
|
"flex-layout.row#newsletter-wrapper"
|
|
]
|
|
},
|
|
|
|
"html#breadcrumb": {
|
|
"props": {
|
|
"tag": "section",
|
|
"testId": "breadcrumbs",
|
|
"blockClass": "pdp-breadcrumb"
|
|
},
|
|
"children": ["breadcrumb"]
|
|
},
|
|
|
|
"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": {
|
|
"marginBottom": 5,
|
|
"blockClass": "productMain",
|
|
"fullWidth": true
|
|
},
|
|
"children": ["html#product-images", "flex-layout.col#right-col"]
|
|
},
|
|
"html#product-images": {
|
|
"props": {
|
|
"tag": "section",
|
|
"testId": "product-images",
|
|
"blockClass": "product-images"
|
|
},
|
|
"children": ["product-images"]
|
|
},
|
|
"product-images": {
|
|
"props": {
|
|
"aspectRatio": {
|
|
"desktop": "auto",
|
|
"phone": "16:9"
|
|
},
|
|
"thumbnailsOrientation": "horizontal",
|
|
"showNavigationArrows": false,
|
|
"showPaginationDots": false,
|
|
"maxHeight": 2560
|
|
}
|
|
},
|
|
"flex-layout.col#right-col": {
|
|
"props": {
|
|
"width": "50%",
|
|
"preventVerticalStretch": true,
|
|
"blockClass": "right-col"
|
|
},
|
|
"children": [
|
|
"flex-layout.row#product-name",
|
|
"html#codigo",
|
|
"html#selling-price",
|
|
"html#product-installments",
|
|
"html#pix-price",
|
|
"html#sku-selector",
|
|
"flex-layout.row#quantity-buy",
|
|
"html#shipping-simulator"
|
|
]
|
|
},
|
|
|
|
"flex-layout.row#product-name": {
|
|
"props": {
|
|
"marginBottom": 3,
|
|
"blockClass": "product-name"
|
|
},
|
|
"children": ["html#product-name"]
|
|
},
|
|
"html#product-name": {
|
|
"props": {
|
|
"testId": "product-name",
|
|
"blockClass": "product-name"
|
|
},
|
|
"children": ["vtex.store-components:product-name"]
|
|
},
|
|
|
|
"html#codigo": {
|
|
"props": {
|
|
"testId": "product-code"
|
|
},
|
|
"children": ["product-identifier.product"]
|
|
},
|
|
|
|
"html#product-installments": {
|
|
"props": {
|
|
"testId": "product-installments"
|
|
},
|
|
"children": ["product-installments"]
|
|
},
|
|
|
|
"html#pix-price": {
|
|
"props": {
|
|
"testId": "pix-price",
|
|
"blockClass": "pix-price"
|
|
},
|
|
"children": ["image#pix-logo", "flex-layout.col#pix-discount"]
|
|
},
|
|
"image#pix-logo": {
|
|
"props": {
|
|
"src": "https://agenciamagma.vteximg.com.br/arquivos/pix-andreamm.svg",
|
|
"blockClass": "pix-logo"
|
|
}
|
|
},
|
|
"flex-layout.col#pix-discount": {
|
|
"children": ["pix-discount", "product-price-savings"],
|
|
"props": {
|
|
"blockClass": "pix-discount"
|
|
}
|
|
},
|
|
"html#sku-selector": {
|
|
"props": {
|
|
"testId": "sku-selector"
|
|
},
|
|
"children": ["sku-selector"]
|
|
},
|
|
|
|
"flex-layout.row#quantity-buy": {
|
|
"props": {
|
|
"blockClass": "quantity-buy",
|
|
"preventHorizontalStretch": true,
|
|
"preventVerticalStretch": true
|
|
},
|
|
"children": ["html#product-quantity", "flex-layout.col#buy-button"]
|
|
},
|
|
"html#product-quantity": {
|
|
"props": {
|
|
"testId": "product-quantity"
|
|
},
|
|
"children": ["product-quantity#quantity"]
|
|
},
|
|
"product-quantity#quantity": {
|
|
"props": {
|
|
// "blockClass": "quantity"
|
|
"showLabel": false
|
|
}
|
|
},
|
|
"flex-layout.col#buy-button": {
|
|
"props": {
|
|
"blockClass": "buy-button",
|
|
"width": "grow"
|
|
},
|
|
"children": ["html#add-to-cart-button"]
|
|
},
|
|
"html#add-to-cart-button": {
|
|
"props": {
|
|
"testId": "add-to-cart-button"
|
|
},
|
|
"children": ["add-to-cart-button#product"]
|
|
},
|
|
"add-to-cart-button#product": {
|
|
"props": {
|
|
"text": "ADICIONAR À SACOLA"
|
|
}
|
|
},
|
|
|
|
"flex-layout.row#buy-button": {
|
|
"props": {
|
|
"marginTop": 4,
|
|
"marginBottom": 7
|
|
},
|
|
"children": ["add-to-cart-button#product"]
|
|
},
|
|
|
|
"html#shipping-simulator": {
|
|
"props": {
|
|
"testId": "shipping-simulator",
|
|
"blockClass": "shipping-simulator"
|
|
},
|
|
"children": ["shipping-simulator", "freight"]
|
|
},
|
|
|
|
"flex-layout.row#product-availability": {
|
|
"props": {
|
|
"marginBottom": 5,
|
|
"blockClass": "productMain",
|
|
"fullWidth": true
|
|
},
|
|
"children": [
|
|
"html#product-images",
|
|
"flex-layout.col#right-col-availability"
|
|
]
|
|
},
|
|
|
|
"flex-layout.col#right-col-availability": {
|
|
"props": {
|
|
"width": "50%",
|
|
"preventVerticalStretch": true,
|
|
"blockClass": "info-availability"
|
|
},
|
|
"children": [
|
|
"flex-layout.row#product-name",
|
|
"product-identifier.product",
|
|
"flex-layout.row#availability",
|
|
"html#sku-selector"
|
|
]
|
|
},
|
|
"flex-layout.row#availability": {
|
|
"props": {
|
|
"blockClass": "message-availability"
|
|
},
|
|
"children": ["availability-subscriber"]
|
|
},
|
|
|
|
"html#shelf-container": {
|
|
"props": {
|
|
"blockClass": "shelf-container"
|
|
},
|
|
"children": ["rich-text#see-also", "list-context.product-list"]
|
|
},
|
|
"rich-text#see-also": {
|
|
"props": {
|
|
"text": "#### Você também pode gostar:",
|
|
"blockClass": "see-also"
|
|
}
|
|
},
|
|
"list-context.product-list": {
|
|
"blocks": ["product-summary.shelf"],
|
|
"children": ["html#slider"]
|
|
},
|
|
"html#slider": {
|
|
"props": {
|
|
"testId": "product-summary-list"
|
|
},
|
|
"children": ["slider-layout#related-products"]
|
|
},
|
|
"slider-layout#related-products": {
|
|
"props": {
|
|
"itemsPerPage": {
|
|
"desktop": 4,
|
|
"tablet": 3,
|
|
"phone": 2
|
|
},
|
|
"infinite": true,
|
|
"showNavigationArrows": "always",
|
|
"blockClass": "carousel"
|
|
}
|
|
},
|
|
|
|
"flex-layout.row#newsletter-wrapper": {
|
|
"props": {
|
|
"blockClass": "newsletter-wrapper"
|
|
},
|
|
"children": [
|
|
"rich-text#newsletter-title",
|
|
"rich-text#newsletter-subtitle",
|
|
"newsletter-form"
|
|
]
|
|
},
|
|
"rich-text#newsletter-title": {
|
|
"props": {
|
|
"text": "Assine nossa newsletter",
|
|
"blockClass": "newsletter-title"
|
|
}
|
|
},
|
|
"rich-text#newsletter-subtitle": {
|
|
"props": {
|
|
"text": "Receba ofertas e novidades por e-mail",
|
|
"blockClass": "newsletter-subtitle"
|
|
}
|
|
},
|
|
"newsletter-form": {
|
|
"children": ["newsletter-input-email", "newsletter-submit"]
|
|
},
|
|
"newsletter-input-email": {
|
|
"props": {
|
|
"placeholderText": "Digite seu e-mail"
|
|
}
|
|
}
|
|
}
|