Log in

You dont have an account yet? Register Now

3
    3
    Your Cart
    XIAOMI REDMI BUDS 6 Play White
    XIAOMI REDMI BUDS 6 Play White
    Qty: 1
    Price: Çmimi origjinal qe: €24.90.Çmimi i tanishëm është: €14.90.
    Save 10.00
    14.90
    XIAOMI REDMI BAND 2 GL IVORY
    XIAOMI REDMI BAND 2 GL IVORY
    Qty: 1
    Price: Çmimi origjinal qe: €49.99.Çmimi i tanishëm është: €29.90.
    Save 20.09
    29.90
    Ngrohës Muri VIVAX WMH-2001B
    Ngrohës Muri VIVAX WMH-2001B
    Qty: 1
    Price: 59.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); });