(Coming Soon)

Compare thousands of DIY and building products
Spacepro Aura Small 2 drawer kit White - 550mm Price Comparisons | Compare The Build

Spacepro Aura Small 2 drawer kit White - 550mm

£110.00
Cheapest at Wickes
View Product
GoodHome Atomia White Small Wall storage kit (H)750mm Price Comparisons | Compare The Build

GoodHome Atomia White Small Wall storage kit (H)750mm

£93.00
Cheapest at Trade Point
View Product
GoodHome Atomia White Large Tall storage unit (H)1875mm Price Comparisons | Compare The Build

GoodHome Atomia White Large Tall storage unit (H)1875mm

£160.00
Cheapest at Trade Point
View Product
Crayola Colour and Build Doll House Price Comparisons | Compare The Build

Crayola Colour and Build Doll House

£19.99
Cheapest at The Range
View Product
Insect Builder Price Comparisons | Compare The Build

Insect Builder

£15.99
Cheapest at The Range
View Product
Julian Bowen Astrid Blue Linen Blanket Box Price Comparisons | Compare The Build

Julian Bowen Astrid Blue Linen Blanket Box

£185.00
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://ww.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(); } -->