(Coming Soon)

Compare thousands of DIY and building products
Polished Brass Bathroom Mortice latch Price Comparisons | Compare The Build

Polished Brass Bathroom Mortice latch

£6.00
Cheapest at B&Q
View Product
Yale 76mm Polished Brass 5 lever Deadlock Price Comparisons | Compare The Build

Yale 76mm Polished Brass 5 lever Deadlock

£30.00
Cheapest at B&Q
View Product
75mm 3" x 3" No.614 Presslock - PREPACKED Price Comparisons | Compare The Build

75mm 3" x 3" No.614 Presslock - PREPACKED

£6.80
Cheapest at B&Q
View Product
ERA - Rim Cylinder Only - Polished Brass Price Comparisons | Compare The Build

ERA - Rim Cylinder Only - Polished Brass

£14.18
Cheapest at B&Q
View Product
From The Anvil Black Rim Cylinder KA Price Comparisons | Compare The Build

From The Anvil Black Rim Cylinder KA

£43.62
Cheapest at B&Q
View Product
From The Anvil Black Rim Cylinder Pull Price Comparisons | Compare The Build

From The Anvil Black Rim Cylinder Pull

£9.90
Cheapest at B&Q
View Product
Blackspur 3-Lever Sashlock - 64mm - Brass Price Comparisons | Compare The Build

Blackspur 3-Lever Sashlock - 64mm - Brass

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