MSG GAMER i5 i101 12400F/18GB/3050

SKU: `8606013689250
599.00
Blej Tani

PC MSG Gamer i5 i10,1 FreeDOS, Intel Core i5 12400F 2.50GHz, Intel H610 1x16GB DDR4 3200MHz, NVIDIA GeForce RTX 3050 8GB GDDR6, M.2 SSD 1TB, 1Gb LAN, Midi Tower 600W

Recently Viewed Products

Log in

You dont have an account yet? Register Now

3
    3
    Shporta e juaj!
    Vendmbajtëse
    119.00
    MS C105 MSI NEMESIS  Gaming mouse
    MS C105 MSI NEMESIS Gaming mouse
    Qty: 1
    Price: 9.90
    9.90
    Akel nxemse AS-1200 me 3 Tela 2100W
    Akel nxemse AS-1200 me 3 Tela 2100W
    Qty: 1
    Price: 49.90
    49.90

    Select at least 2 products
    to compare

    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); });