(Coming Soon)

Compare thousands of DIY and building products
Cheshire Mouldings Primed Baserail - 2.4m Price Comparisons | Compare The Build

Cheshire Mouldings Primed Baserail - 2.4m

£50.00
Cheapest at Wickes
View Product
Classic Primed MDF Skirting - 22 x 119 x 4200mm Price Comparisons | Compare The Build

Classic Primed MDF Skirting - 22 x 119 x 4200mm

£30.00
Cheapest at Wickes
View Product
Wickes Ovolo White Skirting - 18 x 119 x 4200mm Price Comparisons | Compare The Build

Wickes Ovolo White Skirting - 18 x 119 x 4200mm

£24.00
Cheapest at Wickes
View Product
Ogee Fully Finished Skirting - 18 x 119 x 4200mm Price Comparisons | Compare The Build

Ogee Fully Finished Skirting - 18 x 119 x 4200mm

£30.00
Cheapest at Wickes
View Product
Wickes Primed MDF Dado Rail - 18 x 58 x 2400mm Price Comparisons | Compare The Build

Wickes Primed MDF Dado Rail - 18 x 58 x 2400mm

£11.00
Cheapest at Wickes
View Product
Wickes Ogee Pine Architrave - 19 x 69 x 2100mm Price Comparisons | Compare The Build

Wickes Ogee Pine Architrave - 19 x 69 x 2100mm

£10.50
Cheapest at Wickes
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(); } -->