VIVAX ACP-12CH35AEQI/Is–Os 12000BTU

489.00
Blej Tani

Kondicioneri i dizajnit VIVAX Q ACP-12CH35AEQIs R32 ka një kapacitet nominal ngrohjeje prej 3,81 kW dhe një kapacitet nominal ftohës prej 3,52 kW. Ky model është dëshmi se kondicionerët VIVAX, edhe në çmimin më të ulët, ofrojnë shumë më tepër se konkurrenca.

Përshkrim

Specifikat:

  • Klasi ne ftohje: A++
  • Klasi ne ngrohje: A+
  • Kapaciteti Ftohes: 3.6kW
  • Kapaciteti Ngrohes: 3.7kW
  • Gaz R32
  • INVERTER
  • Zhurma: 44dB
  • Temperatura e Funksionimit:   -15℃ / +50 ℃

Reviews

There are no reviews yet.

Be the first to review “VIVAX ACP-12CH35AEQI/Is–Os 12000BTU”

Adresa juaj email s’do të bëhet publike. Fushat e domosdoshme janë shënuar me një *

Log in

You dont have an account yet? Register Now

0
    0
    Shporta e juaj!
    Shporta juaj eshte e zbrazet!Rikthehu te blerjet

    Select at least 2 products
    to compare

    document.addEventListener("DOMContentLoaded", function () { let page = 1; let loading = false; let finished = false; const btn = document.getElementById("bt-load-more"); const container = document.getElementById("bt-products"); if (!btn || !container) return; // kjo e shpëton nga error function loadProducts() { if (loading || finished) return; loading = true; btn.innerText = "Duke u ngarkuar..."; fetch(`/wp-admin/admin-ajax.php?action=bt_load_products&page=${page}`) .then(res => res.text()) .then(data => { if (!data.trim()) { finished = true; btn.innerText = "Nuk ka më produkte"; return; } container.insertAdjacentHTML("beforeend", data); page++; loading = false; btn.innerText = "Shiko më shumë produkte"; }); } loadProducts(); // kjo e mbush fillimin btn.addEventListener("click", loadProducts); });