Log in

You dont have an account yet? Register Now

5
    5
    Shporta e juaj!
    SANDISK USB 64GB
    SANDISK USB 64GB
    Qty: 1
    Price: 10.90
    10.90
    Hoffmans HM-753 Mini Furre
    Hoffmans HM-753 Mini Furre
    Qty: 1
    Price: Çmimi origjinal qe: €129.90.Çmimi i tanishëm është: €89.90.
    Save 40.00
    89.90
    MUHLER MLC-6050 Multicooker
    MUHLER MLC-6050 Multicooker
    Qty: 1
    Price: 139.00
    139.00
    FOBEM ML55EW8000F, TV 4k Full HD
    FOBEM ML55EW8000F, TV 4k Full HD
    Qty: 1
    Price: 349.00
    349.00
    Vendmbajtëse
    FAVORIT W7122 BLDC Lavatriqe
    Qty: 1
    Price: 359.00
    359.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); });