top of page

O Ventilador da Mondial NVPPRO50 é um eletrodoméstico de excelente performance.

Pás: 05

Inclinação ajustável: sim

Coluna ajustável: não

Número de velocidades: 03

Voltagem: 127 V

Potência: 150 W

Dimensões

Altura: 50 cm

Largura: 50 cm

Profundidade: 40 cm

GARANTIA: 03 MESES DIRETO NA ASSISTÊNCIA TÉCNICA AUTORIZADA DA FÁBRICA

Ventilador Parede 127V Mondial

R$ 299,00Preço

    Salvador Móveis

    bottom of page
    const ButtonId = '#button15'//ID DO BOTÃO NO PROJETO HTML const WhatsappNumber = '557191770157'//NÚMERO DE TELEFONE const PreMsg = 'Olá, tenho interesse neste item: '//MENSSAGEM PERSONALIZADA function whatsappSend() { const url = window.location.href; const ref = `https://api.whatsapp.com/send?phone=${WhatsappNumber}&text=${PreMsg}${url}` window.open(ref, '_blank'); } const button = document.getElementById(ButtonId); button.addEventListener('click', whatsappSend);