(Coming Soon)

Compare thousands of DIY and building products
White Smooth Soffit Utility Board Price Comparisons | Compare The Build

White Smooth Soffit Utility Board

£33.90
Cheapest at Eurocell
View Product
100mm x 5m Slate Grey Woodgrain Soffit Price Comparisons | Compare The Build

100mm x 5m Slate Grey Woodgrain Soffit

£42.84
Cheapest at Eurocell
View Product
200mm x 5m Rosewood Woodgrain Utility Soffit Board Price Comparisons | Compare The Build

200mm x 5m Rosewood Woodgrain Utility Soffit Board

£64.19
Cheapest at Eurocell
View Product
100mm x 5m White Smooth Utility Soffit Board Price Comparisons | Compare The Build

100mm x 5m White Smooth Utility Soffit Board

£21.13
Cheapest at Eurocell
View Product
150mm x 5m Rosewood Woodgrain Utility Soffit Board Price Comparisons | Compare The Build

150mm x 5m Rosewood Woodgrain Utility Soffit Board

£49.93
Cheapest at Eurocell
View Product
White Smooth Soffit Utility Board Price Comparisons | Compare The Build

White Smooth Soffit Utility Board

£28.10
Cheapest at Eurocell
View Product
100mm x 5m Irish Oak Woodgrain Soffit Utility Board Price Comparisons | Compare The Build

100mm x 5m Irish Oak Woodgrain Soffit Utility Board

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