45 lines
1.0 KiB
Plaintext
45 lines
1.0 KiB
Plaintext
{
|
|
"flex-layout.row#selling-price": {
|
|
"props": {
|
|
"preserveLayoutOnMobile": true,
|
|
"preventHorizontalStretch": true,
|
|
"blockClass": "selling-price"
|
|
},
|
|
"children": ["product-selling-price"]
|
|
},
|
|
|
|
"html#selling-price": {
|
|
"props": {
|
|
"testId": "product-price",
|
|
"blockClass": "selling-price"
|
|
},
|
|
"children": ["product-selling-price"]
|
|
},
|
|
|
|
"flex-layout.row#list-price-savings": {
|
|
"props": {
|
|
"colGap": 2,
|
|
"preserveLayoutOnMobile": true,
|
|
"preventHorizontalStretch": true,
|
|
"marginBottom": 2,
|
|
"marginTop": 5
|
|
},
|
|
"children": ["product-list-price", "product-price-savings"]
|
|
},
|
|
|
|
"product-installments": {
|
|
"props": {
|
|
"markers": ["myMarker"],
|
|
"message": "{installmentsNumber} x de {installmentValue} sem juros",
|
|
"installmentsCriteria": "max-quantity-without-interest"
|
|
}
|
|
},
|
|
|
|
"product-price-savings": {
|
|
"props": {
|
|
"mininumPercentage": 10,
|
|
"message": "10% de desconto" //{savingsPercentage}
|
|
}
|
|
}
|
|
}
|