Products
Downloads
Catalog
= 0 && suggestions[selectedIndex]) { searchQuery = suggestions[selectedIndex]; window.location.href='/search?q='+encodeURIComponent(suggestions[selectedIndex]); searchOpen=false; searchQuery=''; suggestions=[]; } else if(searchQuery.trim()) { window.location.href='/search?q='+encodeURIComponent(searchQuery); searchOpen=false; searchQuery=''; suggestions=[]; }" @input=" clearTimeout(debounceTimer); debounceTimer = setTimeout(() => { if(searchQuery.length >= 2) { loading = true; fetch('/ajax-search-sku.php?q=' + encodeURIComponent(searchQuery)) .then(response => response.json()) .then(data => { suggestions = data; selectedIndex = -1; loading = false; }) .catch(() => { suggestions = []; loading = false; }); } else { suggestions = []; selectedIndex = -1; } }, 300); ">
No SKUs found
Products
Downloads
Catalog