(Coming Soon)

Compare thousands of DIY and building products
Yale 76mm Polished Brass 5 lever Deadlock Price Comparisons | Compare The Build

Yale 76mm Polished Brass 5 lever Deadlock

£30.38
Cheapest at B&Q
View Product
Blackspur Chain & Padlock - 90cm - Blue Price Comparisons | Compare The Build

Blackspur Chain & Padlock - 90cm - Blue

£6.25
Cheapest at B&Q
View Product
Blackspur Brass Padlock - 2.5cm Price Comparisons | Compare The Build

Blackspur Brass Padlock - 2.5cm

£5.00
Cheapest at B&Q
View Product
Securit Br Padlock Gold/Silver (40mm) Price Comparisons | Compare The Build

Securit Br Padlock Gold/Silver (40mm)

£8.93
Cheapest at B&Q
View Product
Sterling Br Keyed Padlock Br/Silver (50mm) Price Comparisons | Compare The Build

Sterling Br Keyed Padlock Br/Silver (50mm)

£11.77
Cheapest at B&Q
View Product
Securit Br Padlock Gold/Silver (30mm) Price Comparisons | Compare The Build

Securit Br Padlock Gold/Silver (30mm)

£7.59
Cheapest at B&Q
View Product
Silverline Laminated Padlock - 40mm Price Comparisons | Compare The Build

Silverline Laminated Padlock - 40mm

£9.35
Cheapest at B&Q
View Product
Securit Hasp And Staple Silver (150mm) Price Comparisons | Compare The Build

Securit Hasp And Staple Silver (150mm)

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