Pomozite nam poboljšati Vaše iskustvo korištenja HGSPOT webshopa!
Vrijeme ispunjavanja: 3 min
ZATVORI
Nismo našli proizvode koji odgovaraju odabranim filterima.
'; $(".product-layout").append(empty); return; } const query_string = Filters.buildQueryString(true); $(".brand-link").each(function() { if ($(this).is(':visible')) { let link = $(this).attr("href"); let parts = link.split('?'); link = parts[0] + '?' + query_string; $(this).attr("href", link); } }); if( page+1 != 1 ) { var index = (page * page_size) + 1; } else { var index = 1; } // * Potrebno za array var count_products = filtered_product_list.slice(page * page_size, (page + 1) * page_size).length; google_array = []; // We only render a slice of the search results $.each( filtered_product_list.slice(page * page_size, (page + 1) * page_size) , function( key, product ) { // escape double quotes in product name //console.log(product) var productName = product.name.replace(/"/g, '"'); let thumb; if (product.thumb.includes(".webp")) { thumb = product.thumb.replaceAll("cache/", "cachewebp/"); } else { thumb = product.thumb; } if( google_array.length < count_products ) { google_array.push({ 'name': productName, // Name or ID is required. 'id': product.model, 'price': product.google_price, 'brand': product.robna_marka_naziv, 'category': 'Luceed Grupa: '+product.grupa_artikla_naziv, 'variant': '', 'list': 'Pregled kategorija ' + categoryName + ' (133)', 'position': index }); } // Jer template nije dobro složen pa nemogu dodati double qoutes var google_product_sku = "'"+product.model+"'"; var template = ''; template += 'Šifra: ' + product.model + '
'; template += ''; if(product.status) { template += 'Raspoloživo'; } else { template += 'Raspoloživost se može dobiti na upit'; } template += '
'; template += 'Šifra: ' + product.model + '
'; template += `'+ product.warning_notice_text +':
' } template += ''+ product.warning_codes +'
' template += '';
template += 'Dostupnost :';
template += '
';
if(product.status) {
template += 'Raspoloživo';
} else {
template += 'Raspoloživost se može dobiti na upit';
}
template += '