CHELSEA ALMOFADADA CAFÉ CUERO NOBUCK
590.00Bs. (Envío gratuito)
Marca:COUROWEST
Disponibilidad: Pronta Entrega
const botonesTalla = document.querySelectorAll('.boton-talla');
botonesTalla.forEach(boton => {
boton.addEventListener('click', function() {
const tallaSeleccionada = this.getAttribute('data-talla');
const linkProducto = "https://boiadeiroboots.com/product/chelsea-almofada…e-cuero-nobuck-2/";
const mensaje = `Hola!, Quiero comprar esta bota.%0ALINK: ${linkProducto}%0ATALLA: ${tallaSeleccionada}`;
const mensajeCodificado = encodeURIComponent(mensaje);
const enlaceWhatsApp = `https://api.whatsapp.com/send?phone=59178574078&text=${mensajeCodificado}`;
document.getElementById('whatsappLink').href = enlaceWhatsApp;
// Resaltar el botón seleccionado botonesTalla.forEach(b => b.classList.remove('seleccionado'));
this.classList.add('seleccionado');
});
});



Valoraciones
No hay valoraciones aún.