Log in

You dont have an account yet? Register Now

9
    9
    Shporta e juaj!
    ADF HVTN 1260 4100 Pllake montuese 5 zona
    199.00
    Vendmbajtëse
    MS ENERGY eScooter URBAN 500
    Qty: 1
    Price: 649.00
    649.00
    MS C105 MSI NEMESIS  Gaming mouse
    MS C105 MSI NEMESIS Gaming mouse
    Qty: 1
    Price: 9.90
    9.90
    CASE
    MSI V315 Case per PC Gaming
    Qty: 1
    Price: 79.00
    79.00
    VIVAX BS-210 Bluetooth Speaker
    VIVAX BS-210 Bluetooth Speaker
    Qty: 2
    Price: 39.90
    79.80
    Xiaomi Oscillation Electric ToothBrush White  EU
    39.90
    SAMSUNG UE32T4302AKXXH  HD LED TV
    SAMSUNG UE32T4302AKXXH HD LED TV
    Qty: 1
    Price: Çmimi origjinal qe: €299.00.Çmimi i tanishëm është: €199.00.
    Save 100.00
    199.00
    MS C105 Vazhdues USB
    MS C105 Vazhdues USB
    Qty: 1
    Price: 9.90
    9.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); });