(Coming Soon)

Compare thousands of DIY and building products
Site Kilani Womens Shorts Black/Grey Size 16 Price Comparisons | Compare The Build

Site Kilani Womens Shorts Black/Grey Size 16

£22.99
Cheapest at Screwfix
View Product
Site Kilani Womens Shorts Black/Grey Size 10 Price Comparisons | Compare The Build

Site Kilani Womens Shorts Black/Grey Size 10

£22.99
Cheapest at Screwfix
View Product
Apache Whistler Stretch Work Shorts Black 36" W Price Comparisons | Compare The Build

Apache Whistler Stretch Work Shorts Black 36" W

£45.99
Cheapest at Screwfix
View Product
Helly Hansen Oxford Service Shorts Black 31.5" W Price Comparisons | Compare The Build

Helly Hansen Oxford Service Shorts Black 31.5" W

£71.99
Cheapest at Screwfix
View Product
CAT Nexus Stretch Short Shorts Black 32" W Price Comparisons | Compare The Build

CAT Nexus Stretch Short Shorts Black 32" W

£46.99
Cheapest at Screwfix
View Product
Scruffs Tradeflex Black Shorts, Size 16 Price Comparisons | Compare The Build

Scruffs Tradeflex Black Shorts, Size 16

£25.50
Cheapest at Trade Point
View Product
Product Image
${product._source.title}
£ ${product._source.price ? product._source.price.toFixed(2) : 0}
`).join(''); searchBox.html(productCards); } else { searchBox.html('

No products found.

'); } } function renderSuggestions(suggestions) { let suggestionBox = $('.suggestion-links'); suggestionBox.empty(); if (suggestions?.length) { let suggestionLinks = suggestions.slice(0, 5).map(suggestion => ` ${suggestion} `).join(''); suggestionBox.html(suggestionLinks); } else { suggestionBox.html('

No suggestions found.

'); // suggestionBox.html(''); } } function productURL(product) { let slug = product._source.title.replace(/\//g, '-').toLowerCase().split(' ').join('-'); // Get base URL fr om a hidden Blade variable or directly hardcode if known let baseUrl = "https://test.comparethebuild.com/product"; return `${baseUrl}/${slug}/${product._id}`; } // Use event delegation to handle dynamically created links $(document).on('click', '.suggestion-link', function() { let productName = $(this).data('title'); $('#search-bar').val(productName); $('#search-child-form').submit(); $('.search-dropdown').hide(); // Hides the search box }); }); function searchFormSubmit() { $('#search-child-form').submit(); } -->