(Coming Soon)

Compare thousands of DIY and building products
Honeywell ST9100C1006 3 Timeswitch Price Comparisons | Compare The Build

Honeywell ST9100C1006 3 Timeswitch

£37.00
Cheapest at B&Q
View Product
Honeywell 2 channel Programmer Price Comparisons | Compare The Build

Honeywell 2 channel Programmer

£48.00
Cheapest at B&Q
View Product
GoodHome Thermostatic radiator valve head Price Comparisons | Compare The Build

GoodHome Thermostatic radiator valve head

£10.70
Cheapest at B&Q
View Product
Drayton 25478BQ Timeswitch Price Comparisons | Compare The Build

Drayton 25478BQ Timeswitch

£58.00
Cheapest at B&Q
View Product
Drayton 25474BQ Timeswitch Programmer Price Comparisons | Compare The Build

Drayton 25474BQ Timeswitch Programmer

£78.00
Cheapest at B&Q
View Product
Trident Heavy Duty Circulation pump Price Comparisons | Compare The Build

Trident Heavy Duty Circulation pump

£79.99
Cheapest at B&Q
View Product
Heatmiser - NeoStat V2 - WHITE Price Comparisons | Compare The Build

Heatmiser - NeoStat V2 - WHITE

£59.99
Cheapest at B&Q
View Product
Google Nest 3rd Generation Thermostat Price Comparisons | Compare The Build

Google Nest 3rd Generation Thermostat

£155.00
Cheapest at B&Q
View Product
PawHut Wooden Bird Feeder Bird Table - Brown Price Comparisons | Compare The Build

PawHut Wooden Bird Feeder Bird Table - Brown

£42.99
Cheapest at The Range
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(); } -->