(Coming Soon)

Compare thousands of DIY and building products
Diall Black Strap (L)5m (T)1.1mm Price Comparisons | Compare The Build

Diall Black Strap (L)5m (T)1.1mm

£5.92
Cheapest at B&Q
View Product
Diall Black Bungee cord (Dia)4mm (L)10m Price Comparisons | Compare The Build

Diall Black Bungee cord (Dia)4mm (L)10m

£4.13
Cheapest at B&Q
View Product
Diall Jute Rope, (L)35m (Dia)24mm Price Comparisons | Compare The Build

Diall Jute Rope, (L)35m (Dia)24mm

£2.94
Cheapest at B&Q
View Product
Black Tarpaulin tie (L)200mm, Pack of 8 Price Comparisons | Compare The Build

Black Tarpaulin tie (L)200mm, Pack of 8

£5.00
Cheapest at B&Q
View Product
TIMCO Hex Steel Security Chain - 8mm x 1.5m Price Comparisons | Compare The Build

TIMCO Hex Steel Security Chain - 8mm x 1.5m

£27.83
Cheapest at B&Q
View Product
TIMCO Quick Repair Links Silver - 8mm Price Comparisons | Compare The Build

TIMCO Quick Repair Links Silver - 8mm

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