top of page
Forno Elétrico Suggar 127V 42 L
  • Forno Elétrico Suggar 127V 42 L

    O forno elétrico da Suggar é um eletrodoméstico que garante praticidade para a sua vida.

    Função Grill: sim

    Resistência superior e inferior: sim

    Grade deslizante: sim

    Lâmpada piloto: sim

    Capacidade do forno: 42 L

    Voltagem: 127 V

    Potência: 1600 W

    Dimensões

    Altura: 32,6 cm

    Largura: 51,3 cm

    Profundidade: 39,25 cm

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

      R$ 519,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);