(Coming Soon)

Compare thousands of DIY and building products
From The Anvil Polished Brass Kahlo T-Bar Price Comparisons | Compare The Build

From The Anvil Polished Brass Kahlo T-Bar

£21.25
Cheapest at B&Q
View Product
From The Anvil Black Smooth Lever Latch Set Price Comparisons | Compare The Build

From The Anvil Black Smooth Lever Latch Set

£32.70
Cheapest at B&Q
View Product
Apex Matt Black Door Lever Handles - Pair of Handles Price Comparisons | Compare The Build

Apex Matt Black Door Lever Handles - Pair of Handles

£14.99
Cheapest at The Range
View Product
Smith & Locke Maugan Door Handle Pair Matt Black Price Comparisons | Compare The Build

Smith & Locke Maugan Door Handle Pair Matt Black

£12.99
Cheapest at Screwfix
View Product
Fab & Fix Windsor Door Handles Pair White Price Comparisons | Compare The Build

Fab & Fix Windsor Door Handles Pair White

£21.99
Cheapest at Screwfix
View Product
ERA  Door Handle Set Satin Stainless Steel 67mm Price Comparisons | Compare The Build

ERA Door Handle Set Satin Stainless Steel 67mm

£21.89
Cheapest at Screwfix
View Product
Hiatt Brushed Satin Steel T Bar Pull 64mm Price Comparisons | Compare The Build

Hiatt Brushed Satin Steel T Bar Pull 64mm

£8.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(); } -->