forked from M3-Academy/m3-academy-template-checkout
feature/body #3
@ -16,6 +16,8 @@ export default class Footer {
|
||||
await this.renderIconsDeveloped();
|
||||
|
||||
this.trocaTitle();
|
||||
this.trocaFrete();
|
||||
this.trocaUnidade();
|
||||
}
|
||||
|
||||
async selectors() {
|
||||
@ -29,6 +31,8 @@ export default class Footer {
|
||||
this.subTitleCart = await waitElement(".empty-cart-message");
|
||||
this.buttonCart = await waitElement("#cart-choose-products");
|
||||
this.prateleiraInfoCards = await waitElement(".footerCheckout__prateleira");
|
||||
this.freteCarrinho = await waitElement(".shipping-date");
|
||||
this.unidadeCarrinho = await waitElement(".product-price");
|
||||
}
|
||||
|
||||
onUpdate() {
|
||||
@ -126,4 +130,10 @@ export default class Footer {
|
||||
this.subTitleCart.innerHTML = `<p></p>`;
|
||||
this.buttonCart.innerHTML = `Continuar comprando`;
|
||||
}
|
||||
trocaFrete() {
|
||||
this.freteCarrinho.innerHTML = `Frete`;
|
||||
}
|
||||
trocaUnidade() {
|
||||
this.unidadeCarrinho.innerHTML = `Unidade`;
|
||||
}
|
||||
}
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -198,7 +198,27 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/*Cart*/
|
||||
.cart-items th {
|
||||
font-family: $font-family-secundary !important;
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
font-size: 14px;
|
||||
line-height: 16px;
|
||||
color: $color-black;
|
||||
}
|
||||
.cart-template .cart-items td.quantity .icon-plus-sign:before {
|
||||
color: $color-blue-300;
|
||||
}
|
||||
/*
|
||||
.product {
|
||||
font-family: $font-family-secundary;
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
font-size: 14px;
|
||||
line-height: 16px;
|
||||
color: $color-black;
|
||||
}*/
|
||||
/*CSS Body*/
|
||||
.container-cart {
|
||||
#cart-title {
|
||||
|
Loading…
Reference in New Issue
Block a user