(Coming Soon)

Compare thousands of DIY and building products
Flomasta Plastic Flush pipe, (Dia)40mm Price Comparisons | Compare The Build

Flomasta Plastic Flush pipe, (Dia)40mm

£6.29
Cheapest at B&Q
View Product
Flomasta Plastic Flush pipe, (Dia)50mm Price Comparisons | Compare The Build

Flomasta Plastic Flush pipe, (Dia)50mm

£7.45
Cheapest at B&Q
View Product
Oracstar Y-Piece White (One Size) Price Comparisons | Compare The Build

Oracstar Y-Piece White (One Size)

£6.91
Cheapest at B&Q
View Product
Oase DN75 1000mm Discharge Pipe Price Comparisons | Compare The Build

Oase DN75 1000mm Discharge Pipe

£28.95
Cheapest at B&Q
View Product
Oase Waste Pipe Schwarzn DN75/480 mm Price Comparisons | Compare The Build

Oase Waste Pipe Schwarzn DN75/480 mm

£25.95
Cheapest at B&Q
View Product
Talon White Pipe cover (Dia)22mm, Pack of 1 Price Comparisons | Compare The Build

Talon White Pipe cover (Dia)22mm, Pack of 1

£18.36
Cheapest at B&Q
View Product
Plasson Pipe Liner 32mm 7950 (PL079500032) Price Comparisons | Compare The Build

Plasson Pipe Liner 32mm 7950 (PL079500032)

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