(Coming Soon)

Compare thousands of DIY and building products
Black 3 Drawer Wide Storage Unit Price Comparisons | Compare The Build

Black 3 Drawer Wide Storage Unit

£25.99
Cheapest at Homebase
View Product
Nasara White 5 Drawer Storage Tower Price Comparisons | Compare The Build

Nasara White 5 Drawer Storage Tower

£59.99
Cheapest at Homebase
View Product
3 Drawer Black Tower Storage Unit Price Comparisons | Compare The Build

3 Drawer Black Tower Storage Unit

£17.99
Cheapest at Homebase
View Product
Foldable Drawer Organiser 6 Pack Price Comparisons | Compare The Build

Foldable Drawer Organiser 6 Pack

£9.99
Cheapest at Homebase
View Product
Black 4 Drawer Tower Storage Unit Price Comparisons | Compare The Build

Black 4 Drawer Tower Storage Unit

£21.99
Cheapest at Homebase
View Product
Natural 3 Drawer Storage Tower Price Comparisons | Compare The Build

Natural 3 Drawer Storage Tower

£14.99
Cheapest at Homebase
View Product
3 Drawer Grey Tower Storage Unit Price Comparisons | Compare The Build

3 Drawer Grey Tower Storage Unit

£17.99
Cheapest at Homebase
View Product
Tontarelli Flat Pack 3 Drawer Tower - Black Price Comparisons | Compare The Build

Tontarelli Flat Pack 3 Drawer Tower - Black

£17.99
Cheapest at Homebase
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(); } -->