(Coming Soon)

Compare thousands of DIY and building products
Fortress  9Ltr Golden Oak Shed & Fence Stain Price Comparisons | Compare The Build

Fortress 9Ltr Golden Oak Shed & Fence Stain

£13.49
Cheapest at Screwfix
View Product
Bondex Extra Wood Protection - Nut Brown - 5L Price Comparisons | Compare The Build

Bondex Extra Wood Protection - Nut Brown - 5L

£43.00
Cheapest at Wickes
View Product
Ronseal Fence Life Plus+ Dark Oak - 5L Price Comparisons | Compare The Build

Ronseal Fence Life Plus+ Dark Oak - 5L

£15.59
Cheapest at Industrial Tool Supplies
View Product
UltimatePlus - Fence Paint 5L - King of Paints Price Comparisons | Compare The Build

UltimatePlus - Fence Paint 5L - King of Paints

£50.00
Cheapest at The Range
View Product
Garage Door Paint Price Comparisons | Compare The Build

Garage Door Paint

£24.99
Cheapest at The Range
View Product
Goose Grey Fence Paint Price Comparisons | Compare The Build

Goose Grey Fence Paint

£55.00
Cheapest at The Range
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(); } -->