(Coming Soon)

Compare thousands of DIY and building products
Scan Stainless Steel Disk Type Padlock 80mm Price Comparisons | Compare The Build

Scan Stainless Steel Disk Type Padlock 80mm

£13.50
Cheapest at B&Q
View Product
Scan Brass Padlock 40mm SCAPLB40 Price Comparisons | Compare The Build

Scan Brass Padlock 40mm SCAPLB40

£9.13
Cheapest at B&Q
View Product
Scan Laminated Steel Padlock 40mm Price Comparisons | Compare The Build

Scan Laminated Steel Padlock 40mm

£7.24
Cheapest at B&Q
View Product
Scan Stainless Steel Shrouded Padlock 50mm Price Comparisons | Compare The Build

Scan Stainless Steel Shrouded Padlock 50mm

£32.61
Cheapest at B&Q
View Product
Scan Stainless Steel Shrouded Padlock 40mm Price Comparisons | Compare The Build

Scan Stainless Steel Shrouded Padlock 40mm

£26.69
Cheapest at B&Q
View Product
Scan Brass Padlock 25mm SCAPLB25 Price Comparisons | Compare The Build

Scan Brass Padlock 25mm SCAPLB25

£5.99
Cheapest at B&Q
View Product
UNION B-1K57A C-Series Hercules Padlock Price Comparisons | Compare The Build

UNION B-1K57A C-Series Hercules Padlock

£330.63
Cheapest at B&Q
View Product
3 Digit Combination Suitcase Padlocks Price Comparisons | Compare The Build

3 Digit Combination Suitcase Padlocks

£8.99
Cheapest at B&Q
View Product
BillyOh Deluxe Padlock and Hasp Price Comparisons | Compare The Build

BillyOh Deluxe Padlock and Hasp

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