(Coming Soon)

Compare thousands of DIY and building products
Cuprinol  2.5Ltr Urban Slate Anti Slip Decking Stain Price Comparisons | Compare The Build

Cuprinol 2.5Ltr Urban Slate Anti Slip Decking Stain

£24.99
Cheapest at Screwfix
View Product
Deck-Tite Handrail Bracket Kit 60 Pcs Price Comparisons | Compare The Build

Deck-Tite Handrail Bracket Kit 60 Pcs

£12.79
Cheapest at Screwfix
View Product
Fortress  2.5Ltr Mahogany Anti Slip Decking Stain Price Comparisons | Compare The Build

Fortress 2.5Ltr Mahogany Anti Slip Decking Stain

£8.00
Cheapest at Screwfix
View Product
Shire Decking Boards 4.8m x 2.4m Price Comparisons | Compare The Build

Shire Decking Boards 4.8m x 2.4m

£699.99
Cheapest at Screwfix
View Product
Shire Decking Boards Kit 4.8m x 2.4m Price Comparisons | Compare The Build

Shire Decking Boards Kit 4.8m x 2.4m

£319.99
Cheapest at Screwfix
View Product
Shire Decking Boards Kit 4.8m x 3.6m Price Comparisons | Compare The Build

Shire Decking Boards Kit 4.8m x 3.6m

£499.99
Cheapest at Screwfix
View Product
Shire Decking Boards 3.6m x 2.4m Price Comparisons | Compare The Build

Shire Decking Boards 3.6m x 2.4m

£362.62
Cheapest at Screwfix
View Product
Fortress  5Ltr Clear  Decking Protector Price Comparisons | Compare The Build

Fortress 5Ltr Clear Decking Protector

£25.49
Cheapest at Screwfix
View Product
Wickes Pro Timber Deck Board - 27 x 144 x 3600mm Price Comparisons | Compare The Build

Wickes Pro Timber Deck Board - 27 x 144 x 3600mm

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