develop #2

Merged
RamonDiasFerreira merged 17 commits from develop into master 2023-02-11 02:40:49 +00:00
2 changed files with 17 additions and 9 deletions
Showing only changes of commit 63ed097282 - Show all commits

View File

@ -3,7 +3,7 @@
"props": { "props": {
"position": "bottom" "position": "bottom"
}, },
"children": ["flex-layout.row#buy-button"] "children": ["html#add-to-cart-button"]
}, },
"product-assembly-options": { "product-assembly-options": {
"children": [ "children": [

View File

@ -124,7 +124,7 @@
"sku-selector", "sku-selector",
"product-assembly-options", "product-assembly-options",
"product-gifts", "product-gifts",
"flex-layout.row#buy-button", "html#add-to-cart-button",
"availability-subscriber", "availability-subscriber",
"shipping-simulator", "shipping-simulator",
"share#default" "share#default"
@ -152,6 +152,14 @@
"children": ["flex-layout.row#selling-price"] "children": ["flex-layout.row#selling-price"]
}, },
"html#add-to-cart-button": {
"props": {
"testId": "add-to-cart-button",
"blockClass": "cart-button"
},
"children": ["product-quantity", "add-to-cart-button"]
},
"flex-layout.row#product-name": { "flex-layout.row#product-name": {
"props": { "props": {
"marginBottom": 3, "marginBottom": 3,
@ -167,13 +175,13 @@
} }
}, },
"flex-layout.row#buy-button": { // "flex-layout.row#buy-button": {
"props": { // "props": {
"marginTop": 4, // "marginTop": 4,
"marginBottom": 7 // "marginBottom": 7
}, // },
"children": ["product-quantity", "add-to-cart-button"] // "children": ["product-quantity", "add-to-cart-button"]
}, // },
"flex-layout.row#product-availability": { "flex-layout.row#product-availability": {
"props": { "props": {