(Coming Soon)

Compare thousands of DIY and building products
Securit Br Fanlight Catch Br (65mm) Price Comparisons | Compare The Build

Securit Br Fanlight Catch Br (65mm)

£10.58
Cheapest at B&Q
View Product
Securit Necked Barrel Bolt Br (75mm) Price Comparisons | Compare The Build

Securit Necked Barrel Bolt Br (75mm)

£8.02
Cheapest at B&Q
View Product
Securit Br Door Bolt Br (100mm) Price Comparisons | Compare The Build

Securit Br Door Bolt Br (100mm)

£7.75
Cheapest at B&Q
View Product
Securit Tower Bolt Black/Silver (20cm) Price Comparisons | Compare The Build

Securit Tower Bolt Black/Silver (20cm)

£7.90
Cheapest at B&Q
View Product
Securit Door Bolt Black/Silver (250mm) Price Comparisons | Compare The Build

Securit Door Bolt Black/Silver (250mm)

£8.41
Cheapest at B&Q
View Product
Securit Chrome Door Bolt Silver (One Size) Price Comparisons | Compare The Build

Securit Chrome Door Bolt Silver (One Size)

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