forked from M3-Academy/challenge-vtex-io
feat: calcular frete feito
This commit is contained in:
parent
aea8e6e88a
commit
fa6a770735
@ -8,5 +8,19 @@
|
|||||||
[class*="html--pdp-breadcrumb"] {
|
[class*="html--pdp-breadcrumb"] {
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
}
|
}
|
||||||
|
[class*="html--quantidadeEBuy"] {
|
||||||
|
display: flex;
|
||||||
|
gap: 10px;
|
||||||
|
}
|
||||||
|
@media (max-width: 1024px) {
|
||||||
|
[class*="html--quantidadeEBuy"] {
|
||||||
|
display: flex;
|
||||||
|
flex-direction:column;
|
||||||
|
gap: 10px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[class*=""] {
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
@ -133,22 +133,41 @@
|
|||||||
// "product-gifts",
|
// "product-gifts",
|
||||||
// "flex-layout.row#buy-button",
|
// "flex-layout.row#buy-button",
|
||||||
// "availability-subscriber"
|
// "availability-subscriber"
|
||||||
|
"rich-text#titleCep",
|
||||||
"shipping-simulator"
|
"shipping-simulator"
|
||||||
// "share#default"
|
// "share#default"
|
||||||
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"shipping-simulator":{
|
||||||
|
"props":{
|
||||||
|
"blockClass":"divCep"
|
||||||
|
// "placeholder": "Digite seu CEP"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"rich-text#titleCep": {
|
||||||
|
"props": {
|
||||||
|
"blockClass": "titleCep",
|
||||||
|
"text": "CALCULAR FRETE:"
|
||||||
|
}
|
||||||
|
},
|
||||||
"html#quantidadeEButtonCustom":{
|
"html#quantidadeEButtonCustom":{
|
||||||
"props": {
|
"props": {
|
||||||
"blockClass": "quantidadeEBuy"
|
"blockClass": "quantidadeEBuy"
|
||||||
},
|
},
|
||||||
"children": ["product-quantity","flex-layout.row#buy-button"]
|
"children": ["product-quantity","flex-layout.row#buy-button"]
|
||||||
},
|
},
|
||||||
|
"product-quantity":{
|
||||||
|
"props":{
|
||||||
|
"blockClass":"divQuantidade",
|
||||||
|
"size":"regular"
|
||||||
|
}
|
||||||
|
},
|
||||||
"product-installments#custom":{
|
"product-installments#custom":{
|
||||||
"props":{
|
"props":{
|
||||||
"blockClass":"divParcelamente",
|
"blockClass":"divParcelamente",
|
||||||
"markers": ["discount"],
|
"markers": ["discount"],
|
||||||
"message": " {installmentsNumber}x de {installmentValue} <discount> sem juros </discount> ",
|
"message": " {installmentsNumber}<discount>x</discount> de {installmentValue} <discount> sem juros </discount> ",
|
||||||
"installmentsCriteria":"max-quantity-without-interest"
|
"installmentsCriteria":"max-quantity-without-interest"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -177,6 +196,7 @@
|
|||||||
|
|
||||||
"flex-layout.row#buy-button": {
|
"flex-layout.row#buy-button": {
|
||||||
"props": {
|
"props": {
|
||||||
|
"blockClass":"divButtonBuy",
|
||||||
"marginTop": 4,
|
"marginTop": 4,
|
||||||
"marginBottom": 7
|
"marginBottom": 7
|
||||||
},
|
},
|
||||||
|
21
styles/css/vtex.add-to-cart-button.css
Normal file
21
styles/css/vtex.add-to-cart-button.css
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
@charset "UTF-8";
|
||||||
|
/*
|
||||||
|
0 - 600PX: Phone
|
||||||
|
600 - 900px: Table portrait
|
||||||
|
900 - 1200px: Tablet landscape
|
||||||
|
[1200 - 1800] is where our nortal styles apply
|
||||||
|
1800px + : Big desktop
|
||||||
|
*/
|
||||||
|
/* Media Query M3 */
|
||||||
|
/* Grid breakpoints */
|
||||||
|
.buttonDataContainer {
|
||||||
|
font-size: 0;
|
||||||
|
}
|
||||||
|
.buttonDataContainer .buttonText::after {
|
||||||
|
content: "ADICIONAR À SACOLA";
|
||||||
|
font-family: "Open Sans";
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 400;
|
||||||
|
font-size: 18px;
|
||||||
|
line-height: 25px;
|
||||||
|
}
|
@ -70,3 +70,11 @@
|
|||||||
margin-right: 0px;
|
margin-right: 0px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.flexRow--divButtonBuy {
|
||||||
|
text-align: center;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
.flexRow--divButtonBuy :global(.vtex-button) {
|
||||||
|
background-color: black;
|
||||||
|
}
|
@ -27,6 +27,9 @@
|
|||||||
.installments--divParcelamente .installmentsNumber--divParcelamente {
|
.installments--divParcelamente .installmentsNumber--divParcelamente {
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
}
|
}
|
||||||
|
.installments--divParcelamente .installments-discount--divParcelamente {
|
||||||
|
font-weight: 700;
|
||||||
|
}
|
||||||
.installments--divParcelamente .currencyContainer--divParcelamente {
|
.installments--divParcelamente .currencyContainer--divParcelamente {
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
}
|
}
|
12
styles/css/vtex.product-quantity.css
Normal file
12
styles/css/vtex.product-quantity.css
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
/*
|
||||||
|
0 - 600PX: Phone
|
||||||
|
600 - 900px: Table portrait
|
||||||
|
900 - 1200px: Tablet landscape
|
||||||
|
[1200 - 1800] is where our nortal styles apply
|
||||||
|
1800px + : Big desktop
|
||||||
|
*/
|
||||||
|
/* Media Query M3 */
|
||||||
|
/* Grid breakpoints */
|
||||||
|
.quantitySelectorContainer .quantitySelectorTitle {
|
||||||
|
display: none;
|
||||||
|
}
|
@ -36,3 +36,12 @@
|
|||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.wrapper--titleCep {
|
||||||
|
font-family: "Open Sans";
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 400;
|
||||||
|
font-size: 14px;
|
||||||
|
line-height: 19px;
|
||||||
|
color: #929292;
|
||||||
|
}
|
@ -222,3 +222,62 @@
|
|||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
transform: rotate(-90deg);
|
transform: rotate(-90deg);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.shippingContainer {
|
||||||
|
display: flex;
|
||||||
|
position: relative;
|
||||||
|
width: 409px;
|
||||||
|
height: 49px;
|
||||||
|
}
|
||||||
|
.shippingContainer :global(.vtex-address-form__postalCode) {
|
||||||
|
display: flex;
|
||||||
|
padding: 0%;
|
||||||
|
margin: 0%;
|
||||||
|
}
|
||||||
|
.shippingContainer :global(.vtex-address-form__postalCode) :global(.vtex-input) {
|
||||||
|
width: 280px;
|
||||||
|
height: 49px;
|
||||||
|
}
|
||||||
|
.shippingContainer :global(.vtex-address-form__postalCode) :global(.vtex-input) :global(.vtex-input__label) {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
.shippingContainer :global(.vtex-address-form__postalCode) :global(.vtex-input) :global(.vtex-input-prefix__group) {
|
||||||
|
border: 1px solid #cccccc;
|
||||||
|
border-radius: 0px;
|
||||||
|
height: 49px;
|
||||||
|
border-right: 0;
|
||||||
|
}
|
||||||
|
.shippingContainer :global(.vtex-address-form__postalCode) :global(.vtex-address-form__postalCode-forgottenURL) {
|
||||||
|
font-family: "Open Sans";
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 400;
|
||||||
|
font-size: 12px;
|
||||||
|
line-height: 16px;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
text-decoration-line: underline;
|
||||||
|
color: #000000;
|
||||||
|
position: absolute;
|
||||||
|
right: -57px;
|
||||||
|
}
|
||||||
|
.shippingContainer :global(.vtex-address-form__postalCode) :global(.vtex-address-form__postalCode-forgottenURL) :global(.vtex__icon-external-link) {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
.shippingContainer :global(.vtex-button) {
|
||||||
|
font-size: 0;
|
||||||
|
background: black;
|
||||||
|
width: 49px;
|
||||||
|
height: 49px;
|
||||||
|
border: 0;
|
||||||
|
border-radius: 0;
|
||||||
|
}
|
||||||
|
.shippingContainer :global(.vtex-button) :global(.vtex-button__label)::after {
|
||||||
|
content: "Ok";
|
||||||
|
font-family: "Open Sans";
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 600;
|
||||||
|
font-size: 14px;
|
||||||
|
line-height: 19px;
|
||||||
|
color: #ffffff;
|
||||||
|
padding: 0;
|
||||||
|
}
|
12
styles/sass/pages/product/vtex.add-to-cart-button.scss
Normal file
12
styles/sass/pages/product/vtex.add-to-cart-button.scss
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
.buttonDataContainer {
|
||||||
|
font-size: 0;
|
||||||
|
.buttonText::after {
|
||||||
|
content: "ADICIONAR À SACOLA";
|
||||||
|
font-family: "Open Sans";
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 400;
|
||||||
|
font-size: 18px;
|
||||||
|
line-height: 25px;
|
||||||
|
// color: #ffffff;
|
||||||
|
}
|
||||||
|
}
|
@ -56,3 +56,10 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.flexRow--divButtonBuy{
|
||||||
|
text-align: center;
|
||||||
|
width: 100%;
|
||||||
|
:global(.vtex-button){
|
||||||
|
background-color: black;
|
||||||
|
}
|
||||||
|
}
|
@ -17,6 +17,9 @@
|
|||||||
.installmentsNumber--divParcelamente{
|
.installmentsNumber--divParcelamente{
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
}
|
}
|
||||||
|
.installments-discount--divParcelamente{
|
||||||
|
font-weight: 700;
|
||||||
|
}
|
||||||
.currencyContainer--divParcelamente{
|
.currencyContainer--divParcelamente{
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
}
|
}
|
||||||
|
13
styles/sass/pages/product/vtex.product-quantity.scss
Normal file
13
styles/sass/pages/product/vtex.product-quantity.scss
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
.quantitySelectorContainer{
|
||||||
|
// width: 128px;
|
||||||
|
// height: 49px;
|
||||||
|
.quantitySelectorTitle{
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
// .quantitySelectorStepper{
|
||||||
|
// width: 100%;
|
||||||
|
// .vtex-numeric-stepper-container{
|
||||||
|
// width: 100%;
|
||||||
|
// }
|
||||||
|
// }
|
||||||
|
}
|
@ -21,3 +21,11 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.wrapper--titleCep {
|
||||||
|
font-family: "Open Sans";
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 400;
|
||||||
|
font-size: 14px;
|
||||||
|
line-height: 19px;
|
||||||
|
color: #929292;
|
||||||
|
}
|
||||||
|
@ -203,3 +203,62 @@
|
|||||||
transform: rotate(-90deg);
|
transform: rotate(-90deg);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.shippingContainer {
|
||||||
|
display: flex;
|
||||||
|
position: relative;
|
||||||
|
width: 409px;
|
||||||
|
height: 49px;
|
||||||
|
:global(.vtex-address-form__postalCode) {
|
||||||
|
display: flex;
|
||||||
|
padding: 0%;
|
||||||
|
margin: 0%;
|
||||||
|
:global(.vtex-input) {
|
||||||
|
width: 280px;
|
||||||
|
height: 49px;
|
||||||
|
:global(.vtex-input__label) {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
:global(.vtex-input-prefix__group) {
|
||||||
|
border: 1px solid #cccccc;
|
||||||
|
border-radius: 0px;
|
||||||
|
height: 49px;
|
||||||
|
border-right: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
:global(.vtex-address-form__postalCode-forgottenURL) {
|
||||||
|
font-family: "Open Sans";
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 400;
|
||||||
|
font-size: 12px;
|
||||||
|
line-height: 16px;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
text-decoration-line: underline;
|
||||||
|
color: #000000;
|
||||||
|
position: absolute;
|
||||||
|
right: -57px;
|
||||||
|
:global(.vtex__icon-external-link) {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
:global(.vtex-button) {
|
||||||
|
font-size: 0;
|
||||||
|
background: black;
|
||||||
|
width: 49px;
|
||||||
|
height: 49px;
|
||||||
|
border: 0;
|
||||||
|
border-radius: 0;
|
||||||
|
:global(.vtex-button__label)::after {
|
||||||
|
content: "Ok";
|
||||||
|
font-family: "Open Sans";
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 600;
|
||||||
|
font-size: 14px;
|
||||||
|
line-height: 19px;
|
||||||
|
color: #ffffff;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user