Log in

You dont have an account yet? Register Now

8
    8
    Shporta e juaj!
    FILXHANA PER KAFE -D07G-Y387 S
    FILXHANA PER KAFE -D07G-Y387 S
    Qty: 2
    Price: 18.99
    37.98
    VIVAX VC-1610B Thithese Elektrike - RED
    99.80
    ORE MURI -M-9045 A
    ORE MURI -M-9045 A
    Qty: 1
    Price: 14.99
    14.99
    Njesia e brendshme multi Slip Type CBI-24HRFN8-I
    450.00
    Klime multi outdoor unit Midea M3OE-21HFN8
    990.00
    Xiaomi Redmi Buds 6 Active
    Xiaomi Redmi Buds 6 Active
    Qty: 1
    Price: Çmimi origjinal qe: €24.90.Çmimi i tanishëm është: €19.90.
    Save 5.00
    19.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); });