(Coming Soon)

Compare thousands of DIY and building products
Lindab Magestic Galvanised Steel Stop End - 150mm Price Comparisons | Compare The Build

Lindab Magestic Galvanised Steel Stop End - 150mm

£5.15
Cheapest at Eurocell
View Product
UltraTrim Gutter Edge Price Comparisons | Compare The Build

UltraTrim Gutter Edge

£25.72
Cheapest at Eurocell
View Product
110mm Black Triple Socket 92.5° Access Branch Price Comparisons | Compare The Build

110mm Black Triple Socket 92.5° Access Branch

£54.96
Cheapest at Eurocell
View Product
110mm Black Underground Drainage Pipe Clip Price Comparisons | Compare The Build

110mm Black Underground Drainage Pipe Clip

£2.16
Cheapest at Eurocell
View Product
110mm x 3m Black Single Socket Soil Waste Pipe Price Comparisons | Compare The Build

110mm x 3m Black Single Socket Soil Waste Pipe

£32.33
Cheapest at Eurocell
View Product
Lindab Magestic Galvanised Steel 3m Downpipe - 75mm Price Comparisons | Compare The Build

Lindab Magestic Galvanised Steel 3m Downpipe - 75mm

£39.35
Cheapest at Eurocell
View Product
Lindab Magestic Galvanised Steel 3m Downpipe - 87mm Price Comparisons | Compare The Build

Lindab Magestic Galvanised Steel 3m Downpipe - 87mm

£45.88
Cheapest at Eurocell
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(); } -->