forked from M3-Academy/m3-academy-template-checkout
feat: barra do final da pagina
This commit is contained in:
parent
7b1d68e3ec
commit
3d9e69b2a4
@ -39,8 +39,9 @@ export default class Footer {
|
|||||||
slidesToScroll: 1,
|
slidesToScroll: 1,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
footerFlex(){
|
footerFlex() {
|
||||||
this.divFooter.innerHTML = `
|
this.divFooter.innerHTML = `
|
||||||
|
<hr></hr>
|
||||||
<div class="conteiner_footer">
|
<div class="conteiner_footer">
|
||||||
<div class="footerCheckout__address">
|
<div class="footerCheckout__address">
|
||||||
<span>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</span>
|
<span>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</span>
|
||||||
@ -48,31 +49,41 @@ export default class Footer {
|
|||||||
|
|
||||||
<ul class="footerCheckout__stamps">
|
<ul class="footerCheckout__stamps">
|
||||||
<li>
|
<li>
|
||||||
<span class="footerCheckout__payments">Aqui: creditcard icons</span>
|
<span class="footerCheckout__payments">
|
||||||
|
<img class="imgFooter" src="https://agenciamagma.vteximg.com.br/arquivos/masterCardM3Academy.png" alt="mastercard" style="width: 35px; margin-right: 13px; margin-left: 137px; ">
|
||||||
|
<img class="imgFooter" src="https://agenciamagma.vteximg.com.br/arquivos/visaM3Academy.png" alt="visa" style="width: 35px; margin-right: 13px">
|
||||||
|
<img class="imgFooter" src="https://agenciamagma.vteximg.com.br/arquivos/amexM3Academy.png" alt="american" style="width: 35px; margin-right: 13px;">
|
||||||
|
<img class="imgFooter" src="https://agenciamagma.vteximg.com.br/arquivos/eloM3Academy.png" alt="elo" style="width: 35px; margin-right: 13px;">
|
||||||
|
<img class="imgFooter" src="https://agenciamagma.vteximg.com.br/arquivos/hiperCardM3Academy.png" alt="hipercard" style="width: 35px; margin-right: 13px;">
|
||||||
|
<img class="imgFooter" src="https://agenciamagma.vteximg.com.br/arquivos/payPalM3Academy.png" alt="paypal" style="width: 35px; margin-right: 13px;">
|
||||||
|
<img class="imgFooter" src="https://agenciamagma.vteximg.com.br/arquivos/boletoM3Academy.png" alt="boleto" style="width: 35px; margin-right: 13px;">
|
||||||
|
</span>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<span class="footerCheckout__stamps__divider"></span>
|
<span class="footerCheckout__stamps__divider"></span>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<span class="footerCheckout__payments">Aqui: vtex pci icon</span>
|
<span class="footerCheckout__payments">
|
||||||
|
<img class="imgFooter" src="https://agenciamagma.vteximg.com.br/arquivos/vtexPCIM3Academy.png" alt="logoCertificado" style="width: 53px; margin-right: 90px;">
|
||||||
|
</span>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
<ul class="footerCheckout__developedBy">
|
<ul class="footerCheckout__developedBy">
|
||||||
<li>
|
<li>
|
||||||
<a href="https://vtex.com/br-pt/">
|
<a href="https://vtex.com/br-pt/">
|
||||||
<span>Powered By</span>
|
<span>Powered By</span>
|
||||||
@TODO: vtex icon
|
<img class="imgFooter" src="https://agenciamagma.vteximg.com.br/arquivos/logoVTEXM3Academy.png" alt="logoVTEX" style="width: 45px;">
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li>
|
<li style="width: 217px; >
|
||||||
<a href="https://agenciam3.com/">
|
<a href="https://agenciam3.com/">
|
||||||
<span>Developed By</span>
|
<span>Developed By</span>
|
||||||
@TODO: m3 icon
|
<img class="imgFooter" src="https://agenciamagma.vteximg.com.br/arquivos/logoM3M3Academy.png" alt="logoM3" style="width: 29px; margin-left: 10px;">
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
`
|
`;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -11,258 +11,16 @@ export default class Header {
|
|||||||
this.meioDaTela();
|
this.meioDaTela();
|
||||||
this.meioDaTela2();
|
this.meioDaTela2();
|
||||||
this.meioDaTela3();
|
this.meioDaTela3();
|
||||||
// this.barraDeProgresso();
|
|
||||||
// await this.evolucaoBarra();
|
|
||||||
}
|
}
|
||||||
// ----------------------> A PARTE DO CODIGO COMENTADA É A PARTE DA BARRA DE PROGRESSSO, INFELIZMENTE ACONTECEU UNS PROBLEMAS COMIGO, E ME FALTOU UM POUCO DE MOTIVAÇÃO PARA CONTINUAR, E TAMBÉM NÃO ACHO CERTO PEGAR O CODIGO DA PROFESSORA E SIMPLESMENTE COPIAR, QUERIA PODER SABER MAIS PARA CONSEGUIR FAZER ESSA BARRA DE PROGRESSO, ENFIM, PEÇO DESCULPAS <-----------------------------
|
|
||||||
|
|
||||||
|
|
||||||
async selectors() {
|
async selectors() {
|
||||||
// this.header = await waitElement(".headerCheckout");
|
|
||||||
// this.progressBar = await waitElement("#progressBar");
|
|
||||||
this.divAnteriorLinha = await waitElement(".container");
|
this.divAnteriorLinha = await waitElement(".container");
|
||||||
this.textoMeioTela = await waitElement(".empty-cart-title");
|
this.textoMeioTela = await waitElement(".empty-cart-title");
|
||||||
this.textoMeioTela2 = await waitElement(".empty-cart-message");
|
this.textoMeioTela2 = await waitElement(".empty-cart-message");
|
||||||
this.textoMeioTela3 = await waitElement("#cart-choose-products");
|
this.textoMeioTela3 = await waitElement("#cart-choose-products");
|
||||||
this.textoMeioTela4 = await waitElement("#cart-title");
|
this.textoMeioTela4 = await waitElement("#cart-title");
|
||||||
}
|
}
|
||||||
|
linhaHeader() {
|
||||||
// barraDeProgresso() {
|
|
||||||
// if (this.progressBar && window.innerWidth > 1024) {
|
|
||||||
// this.progressBar.innerHTML = `
|
|
||||||
// <ul>
|
|
||||||
// <li>
|
|
||||||
// <div class="etapasBarra">
|
|
||||||
// <div>
|
|
||||||
// <p class="textBarra">Meu Carinho</p>
|
|
||||||
// <p class="bolinha1"></p>
|
|
||||||
// <hr class="linha1"></hr>
|
|
||||||
// </div>
|
|
||||||
// </div>
|
|
||||||
// </li>
|
|
||||||
// <li class="liCentral">
|
|
||||||
// <div class="etapasBarra">
|
|
||||||
// <div>
|
|
||||||
// <p class="textBarra">Dados Pessoais</p>
|
|
||||||
// <p class="bolinha2"></p>
|
|
||||||
// <hr class="linha2"></hr>
|
|
||||||
// </div>
|
|
||||||
// </div>
|
|
||||||
// </li>
|
|
||||||
// <li>
|
|
||||||
// <div class="etapasBarra">
|
|
||||||
// <div>
|
|
||||||
// <p class="textBarra">Pagamento</p>
|
|
||||||
// <p class="bolinha3"></p>
|
|
||||||
// <hr class="linha3"></hr>
|
|
||||||
// </div>
|
|
||||||
// </div>
|
|
||||||
// </li>
|
|
||||||
|
|
||||||
// </ul>
|
|
||||||
// `;
|
|
||||||
// }
|
|
||||||
// if (this.progressBar && window.innerWidth <= 1024) {
|
|
||||||
// this.progressBar.innerHTML = "";
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
|
|
||||||
// async evolucaoBarra() {
|
|
||||||
// if (this.progressBar && window.innerHTML > 1024) {
|
|
||||||
// const listUrl = document.querySelectorAll("#progressBar ul li");
|
|
||||||
// listUrl.forEach((li) => {
|
|
||||||
// if (window.location.href === "https://m3academy.myvtex.com/checkout/#/cart") {
|
|
||||||
// if (li.children[0].children[0].children["bolinha1"]) {
|
|
||||||
// li.children[0].children[0].children["bolinha1"].classList.add(
|
|
||||||
// "preencherBolinha"
|
|
||||||
// );
|
|
||||||
// }
|
|
||||||
// if (li.children[0].children[0].children["bolinha2"]) {
|
|
||||||
// if (
|
|
||||||
// li.children[0].children[0].children["bolinha2"].classList.contains(
|
|
||||||
// "preencherBolinha"
|
|
||||||
// )
|
|
||||||
// ) {
|
|
||||||
// li.children[0].children[0].children["bolinha2"].classList.remove(
|
|
||||||
// "preencherBolinha"
|
|
||||||
// );
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
// if (li.children[0].children[0].children["bolinha3"]) {
|
|
||||||
// if (
|
|
||||||
// li.children[0].children[0].children["bolinha3"].classList.contains(
|
|
||||||
// "preencherBolinha"
|
|
||||||
// )
|
|
||||||
// ) {
|
|
||||||
// li.children[0].children[0].children["bolinha3"].classList.remove(
|
|
||||||
// "preencherBolinha"
|
|
||||||
// );
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
// } else if (
|
|
||||||
// window.location.href === "https://m3academy.myvtex.com/checkout/#/email" ||
|
|
||||||
// window.location.href == "https://m3academy.myvtex.com/checkout/#/profile" ||
|
|
||||||
// window.location.href == "https://m3academy.myvtex.com/checkout/#/shipping"
|
|
||||||
// ) {
|
|
||||||
// if (li.children[0].children[0].children["bolinha1"]) {
|
|
||||||
// if (
|
|
||||||
// li.children[0].children[0].children[
|
|
||||||
// "preencherBolinha"
|
|
||||||
// ].classList.contains("preencherBolinha")
|
|
||||||
// ) {
|
|
||||||
// li.children[0].children[0].children[
|
|
||||||
// "preencherBolinha"
|
|
||||||
// ].classList.remove("preencherBolinha");
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
// if (li.children[0].children[0].children["bolinha2"]) {
|
|
||||||
// li.children[0].children[0].children["bolinha2"].classList.add(
|
|
||||||
// "preencherBolinha"
|
|
||||||
// );
|
|
||||||
// }
|
|
||||||
// if (li.children[0].children[0].children["bolinha3"]) {
|
|
||||||
// if (
|
|
||||||
// li.children[0].children[0].children[
|
|
||||||
// "preencherBolinha"
|
|
||||||
// ].classList.contains("preencherBolinha")
|
|
||||||
// ) {
|
|
||||||
// li.children[0].children[0].children[
|
|
||||||
// "preencherBolinha"
|
|
||||||
// ].classList.remove("preencherBolinha");
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
// } else if (
|
|
||||||
// window.location.href == "https://m3academy.myvtex.com/checkout/#/payment"
|
|
||||||
// ) {
|
|
||||||
// if (li.children[0].children[0].children["bolinha1"]) {
|
|
||||||
// if (
|
|
||||||
// li.children[0].children[0].children["bolinha1"].classList.contains(
|
|
||||||
// "preencherBolinha"
|
|
||||||
// )
|
|
||||||
// ) {
|
|
||||||
// li.children[0].children[0].children["bolinha1"].classList.remove(
|
|
||||||
// "preencherBolinha"
|
|
||||||
// );
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
// if (li.children[0].children[0].children["bolinha2"]) {
|
|
||||||
// li.children[0].children[0].children["bolinha2"].classList.add(
|
|
||||||
// "preencherBolinha"
|
|
||||||
// );
|
|
||||||
// }
|
|
||||||
// if (li.children[0].children[0].children["bolinha3"]) {
|
|
||||||
// if (
|
|
||||||
// li.children[0].children[0].children["bolinha3"].classList.contains(
|
|
||||||
// "preencherBolinha"
|
|
||||||
// )
|
|
||||||
// ) {
|
|
||||||
// li.children[0].children[0].children["bolinha3"].classList.remove(
|
|
||||||
// "preencherBolinha"
|
|
||||||
// );
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
// window.addEventListener("hashChange", () => {
|
|
||||||
// if (window.locarion.hast == "#/cart") {
|
|
||||||
// if (li.children[0].children[0].children["bolinha1"]) {
|
|
||||||
// if (
|
|
||||||
// li.children[0].children[0].children["bolinha1"].classList.contains(
|
|
||||||
// "preencherBolinha"
|
|
||||||
// )
|
|
||||||
// ) {
|
|
||||||
// li.children[0].children[0].children["bolinha1"].classList.add(
|
|
||||||
// "preencherBolinha"
|
|
||||||
// );
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
// if (li.children[0].children[0].children["bolinha2"]) {
|
|
||||||
// if (
|
|
||||||
// li.children[0].children[0].children["bolinha2"].classList.contains(
|
|
||||||
// "preencherBolinha"
|
|
||||||
// )
|
|
||||||
// ) {
|
|
||||||
// li.children[0].children[0].children["bolinha2"].classList.remove(
|
|
||||||
// "preencherBolinha"
|
|
||||||
// );
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
// if (li.children[0].children[0].children["bolinha3"]) {
|
|
||||||
// if (
|
|
||||||
// li.children[0].children[0].children["bolinha3"].classList.contains(
|
|
||||||
// "preencherBolinha"
|
|
||||||
// )
|
|
||||||
// ) {
|
|
||||||
// li.children[0].children[0].children["bolinha3"].classList.remove(
|
|
||||||
// "preencherBolinha"
|
|
||||||
// );
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
// } else if (
|
|
||||||
// window.location.hash === "#/email" ||
|
|
||||||
// window.location.hash == "#/profile" ||
|
|
||||||
// window.location.hash == "#/shipping"
|
|
||||||
// ) {
|
|
||||||
// if (li.children[0].children[0].children["bolinha1"]) {
|
|
||||||
// if (
|
|
||||||
// li.children[0].children[0].children["bolinha1"].classList.contains(
|
|
||||||
// "preencherBolinha"
|
|
||||||
// )
|
|
||||||
// ) {
|
|
||||||
// li.children[0].children[0].children["bolinha1"].classList.remove(
|
|
||||||
// "preencherBolinha"
|
|
||||||
// );
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
// if (li.children[0].children[0].children["bolinha2"]) {
|
|
||||||
// li.children[0].children[0].children["bolinha2"].classList.add(
|
|
||||||
// "preencherBolinha"
|
|
||||||
// );
|
|
||||||
// }
|
|
||||||
// if (li.children[0].children[0].children["bolinha3"]) {
|
|
||||||
// if (
|
|
||||||
// li.children[0].children[0].children["bolinha3"].classList.contains(
|
|
||||||
// "preencherBolinha"
|
|
||||||
// )
|
|
||||||
// ) {
|
|
||||||
// li.children[0].children[0].children["bolinha3"].classList.remove(
|
|
||||||
// "preencherBolinha"
|
|
||||||
// );
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
// } else if (window.location.hash == "#/payment") {
|
|
||||||
// if (li.children[0].children[0].children["bolinha1"]) {
|
|
||||||
// if (
|
|
||||||
// li.children[0].children[0].children["bolinha1"].classList.contains(
|
|
||||||
// "preencherBolinha"
|
|
||||||
// )
|
|
||||||
// ) {
|
|
||||||
// li.children[0].children[0].children["bolinha1"].classList.remove(
|
|
||||||
// "preencherBolinha"
|
|
||||||
// );
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
// if (li.children[0].children[0].children["bolinha2"]) {
|
|
||||||
// if (
|
|
||||||
// li.children[0].children[0].children["bolinha2"].classList.contains(
|
|
||||||
// "preencherBolinha"
|
|
||||||
// )
|
|
||||||
// ) {
|
|
||||||
// li.children[0].children[0].children["bolinha2"].classList.remove(
|
|
||||||
// "preencherBolinha"
|
|
||||||
// );
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
// if (li.children[0].children[0].children["bolinha3"]) {
|
|
||||||
// li.children[0].children[0].children["bolinha3"].classList.add(
|
|
||||||
// "preencherBolinha"
|
|
||||||
// );
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
// });
|
|
||||||
// });
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
linhaHeader(){
|
|
||||||
this.divAnteriorLinha.innerHTML = `
|
this.divAnteriorLinha.innerHTML = `
|
||||||
<div class="headerCheckout__wrapper">
|
<div class="headerCheckout__wrapper">
|
||||||
<div class="headerCheckout__logo">
|
<div class="headerCheckout__logo">
|
||||||
@ -278,18 +36,16 @@ export default class Header {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<hr></hr>
|
<hr></hr>
|
||||||
`
|
`;
|
||||||
}
|
}
|
||||||
meioDaTela(){
|
meioDaTela() {
|
||||||
this.textoMeioTela.innerHTML = `SEU CARRINHO ESTÁ VAZIO`
|
this.textoMeioTela.innerHTML = `SEU CARRINHO ESTÁ VAZIO`;
|
||||||
this.textoMeioTela4.innerHTML = ``
|
this.textoMeioTela4.innerHTML = ``;
|
||||||
}
|
}
|
||||||
meioDaTela2(){
|
meioDaTela2() {
|
||||||
this.textoMeioTela2.innerHTML = ``
|
this.textoMeioTela2.innerHTML = ``;
|
||||||
}
|
}
|
||||||
meioDaTela3(){
|
meioDaTela3() {
|
||||||
this.textoMeioTela3.innerHTML = `CONTINUAR COMPRANDO`
|
this.textoMeioTela3.innerHTML = `CONTINUAR COMPRANDO`;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -9,7 +9,8 @@ html {
|
|||||||
}
|
}
|
||||||
|
|
||||||
footer .footerCheckout__wrapper {
|
footer .footerCheckout__wrapper {
|
||||||
width: 94.9734%;
|
// width: 94.9734%;
|
||||||
|
width: 100%;
|
||||||
margin: auto auto 0 auto;
|
margin: auto auto 0 auto;
|
||||||
}
|
}
|
||||||
footer .footerCheckout__prateleira,
|
footer .footerCheckout__prateleira,
|
||||||
|
@ -1,9 +1,14 @@
|
|||||||
/* _footer.scss */
|
/* _footer.scss */
|
||||||
|
hr{
|
||||||
|
background-color: black;
|
||||||
|
color: black;
|
||||||
|
margin: 0 !important;
|
||||||
|
}
|
||||||
.conteiner_footer {
|
.conteiner_footer {
|
||||||
width: 100%!important;
|
width: 100%!important;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
padding: 22px 22px 22px 32px;
|
||||||
.footerCheckout {
|
.footerCheckout {
|
||||||
border-top: none;
|
border-top: none;
|
||||||
color: $color-gray2;
|
color: $color-gray2;
|
||||||
@ -29,6 +34,15 @@
|
|||||||
margin-bottom: 24px;
|
margin-bottom: 24px;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
|
span{
|
||||||
|
font-family: 'Open Sans';
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 400;
|
||||||
|
font-size: 10px;
|
||||||
|
line-height: 14px;
|
||||||
|
text-transform: capitalize;
|
||||||
|
color: #292929;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&__stamps {
|
&__stamps {
|
||||||
|
@ -30,6 +30,7 @@
|
|||||||
<li>
|
<li>
|
||||||
<a href="https://agenciam3.com/">
|
<a href="https://agenciam3.com/">
|
||||||
<span>Developed By</span>
|
<span>Developed By</span>
|
||||||
|
<img src="https://agenciamagma.vteximg.com.br/arquivos/logoM3M3Academy.png" alt="logoM3">
|
||||||
@TODO: m3 icon
|
@TODO: m3 icon
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
Loading…
Reference in New Issue
Block a user