Log in

You dont have an account yet? Register Now

4
    4
    Shporta e juaj!
    HOFFMANS HM-752, Minifurre 55L 2000W
    HOFFMANS HM-752, Minifurre 55L 2000W
    Qty: 1
    Price: Çmimi origjinal qe: €119.00.Çmimi i tanishëm është: €39.99.
    Save 79.01
    39.99
    MS C510 Maus Gaming
    MS C510 Maus Gaming
    Qty: 1
    Price: 29.90
    29.90
    DALING DL-3016 1800W Fen per Floke
    DALING DL-3016 1800W Fen per Floke
    Qty: 1
    Price: 24.90
    24.90
    XIAOMI Wireless Mouse Lite 2 Black GL
    XIAOMI Wireless Mouse Lite 2 Black GL
    Qty: 1
    Price: Çmimi origjinal qe: €14.90.Çmimi i tanishëm është: €12.90.
    Save 2.00
    12.90
    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); });