Shop

Browse every product with an easy filter-first layout

Built for fast product discovery across packaging, stationery, and security supplies.

Filters

STRIP SEALS – NFC (ENOS SP-22)
New 4.8
RFID Seals

STRIP SEALS – NFC (ENOS SP-22)

RFID CABLE SEALS (ENOS-RT22)
New 4.8
RFID Seals

RFID CABLE SEALS (ENOS-RT22)

ROTO SEALS (ENOS-RT22)
New 4.7
RFID Seals

ROTO SEALS (ENOS-RT22)

Cling Film
New 4.8
Silver Foil Papers

Cling Film

Enquire Now `; }); } else { html = '

No products found

'; } $('#product-list').html(html); }, error: function(xhr) { console.error(xhr); $('#product-list').html('

Error loading products

'); } }); } // ✅ IMPORTANT: LOAD ON PAGE REFRESH $(document).ready(function () { let urlParams = new URLSearchParams(window.location.search); let id = urlParams.get('id') || 'all'; // set active chip $('.chip').removeClass('active'); $('.chip[data-id="'+id+'"]').addClass('active'); // load products loadProducts(id); }); --> Enquire Now `; }); } else { html = '

No products found

'; } $('#product-list').html(html); }, error: function(xhr) { console.error(xhr); $('#product-list').html('

Error loading products

'); } }); } $(document).on('click', '.chip', function(e) { e.preventDefault(); $('.chip').removeClass('active'); $(this).addClass('active'); let id = $(this).data('id'); // update URL window.history.pushState({}, '', '?id=' + id); loadProducts(id); }); // ✅ LOAD ON PAGE REFRESH (IMPORTANT FIX) $(document).ready(function () { let urlParams = new URLSearchParams(window.location.search); let id = urlParams.get('id') || 'all'; $('.chip').removeClass('active'); $('.chip[data-id="' + id + '"]').addClass('active'); loadProducts(id); }); // load subcategories if (id !== 'all') { $.ajax({ url: "https://pollmarketsolution.com/index.php/api_handler/get_subcategories_by_category", type: "POST", data: { category_id: id }, success: function(res) { let response = typeof res === "string" ? JSON.parse(res) : res; let options = ''; if (response.status && response.data.length > 0) { response.data.forEach(function(sub) { options += ``; }); } $('#subcategory-dropdown').html(options); } }); } else { // reset dropdown $('#subcategory-dropdown').html(''); } -->