Log in

You dont have an account yet? Register Now

5
    5
    Shporta e juaj!
    VIVAX ACP-12CH35AEHI/I+ Klime Montoese Silver
    VIVAX ACP-12CH35AEHI/I+ Klime Montoese Silver
    Qty: 1
    Price: Çmimi origjinal qe: €659.00.Çmimi i tanishëm është: €579.00.
    Save 80.00
    579.00
    SAMSUNG Galaxy A55 5G 8/128, Black
    SAMSUNG Galaxy A55 5G 8/128, Black
    Qty: 1
    Price: 499.00
    499.00
    Vendmbajtëse
    MS R350 Mauspad Gaming RGB
    Qty: 1
    Price: 9.90
    9.90
    VIVAX ACP-24CH70AEMI/Is-Os Klime Montuese
    VIVAX ACP-24CH70AEMI/Is-Os Klime Montuese
    Qty: 1
    Price: Çmimi origjinal qe: €1,019.00.Çmimi i tanishëm është: €769.00.
    Save 250.00
    769.00
    ADF CTB 1352 I aspirator full montues Inox
    ADF CTB 1352 I aspirator full montues Inox
    Qty: 1
    Price: Çmimi origjinal qe: €99.00.Çmimi i tanishëm është: €59.00.
    Save 40.00
    59.00
    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); });