VIVAX WFL-100616CS Lavatriqe 6kg

SKU: `385600519642
199.00
Blej Tani

Lavatrice VIVAX WFL-100616CS me kapacitet 6 kg ofron larje efikase me funksione të ndryshme, ideale për pastrimin e rrobave në hapësira të vogla.

Përshkrim

Specifikat:

  • Kapaciteti: 6kg
  • Numri i Rrotullimeve: 1000rpm
  • 16 Programe
  • Niveli I Zhurmes: 74 dBA
  • Ngjyra: e Bardhe
  • H85 x W59.5 x D40 cm
  • Klasa e Energjise: E

Informacion shtesë

Brand

Kategorite

Log in

You dont have an account yet? Register Now

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); });