(Coming Soon)

Compare thousands of DIY and building products
Showerdrape Shower Wall Bracket Adjustable Price Comparisons | Compare The Build

Showerdrape Shower Wall Bracket Adjustable

£6.30
Cheapest at B&Q
View Product
1.5m Shower Hose Flex - Chrome Price Comparisons | Compare The Build

1.5m Shower Hose Flex - Chrome

£15.00
Cheapest at B&Q
View Product
Round Manual Douche Spray Kit - Chrome Price Comparisons | Compare The Build

Round Manual Douche Spray Kit - Chrome

£25.00
Cheapest at B&Q
View Product
Herz-Unitas FRESH/PURE Wall Holder Price Comparisons | Compare The Build

Herz-Unitas FRESH/PURE Wall Holder

£29.99
Cheapest at B&Q
View Product
Traditional Small Shower Handset - Chrome Price Comparisons | Compare The Build

Traditional Small Shower Handset - Chrome

£20.00
Cheapest at B&Q
View Product
1.5m Shower Hose Flex - Matt Black Price Comparisons | Compare The Build

1.5m Shower Hose Flex - Matt Black

£20.00
Cheapest at B&Q
View Product
1.5m Shower Hose Flex - Brushed Pewter Price Comparisons | Compare The Build

1.5m Shower Hose Flex - Brushed Pewter

£20.00
Cheapest at B&Q
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(); } -->