(Coming Soon)

Compare thousands of DIY and building products
10 Gang Extension Lead Price Comparisons | Compare The Build

10 Gang Extension Lead

£17.39
Cheapest at Toolstation
View Product
Masterplug 2 socket Black Cable reel, 4m Price Comparisons | Compare The Build

Masterplug 2 socket Black Cable reel, 4m

£11.00
Cheapest at Trade Point
View Product
Masterplug 4 socket White Indoor Cable reel, 8m Price Comparisons | Compare The Build

Masterplug 4 socket White Indoor Cable reel, 8m

£14.00
Cheapest at Trade Point
View Product
Masterplug 4 socket Blue Cable reel, 25m Price Comparisons | Compare The Build

Masterplug 4 socket Blue Cable reel, 25m

£34.00
Cheapest at Trade Point
View Product
Labgear 2 way HDMI splitter Price Comparisons | Compare The Build

Labgear 2 way HDMI splitter

£49.50
Cheapest at Trade Point
View Product
1M 4 Gang Extension Lead Price Comparisons | Compare The Build

1M 4 Gang Extension Lead

£3.49
Cheapest at The Range
View Product
4 Gang Cable Reel 15M Price Comparisons | Compare The Build

4 Gang Cable Reel 15M

£26.52
Cheapest at The Range
View Product
Powercube 1.5m Extended Dual USB Price Comparisons | Compare The Build

Powercube 1.5m Extended Dual USB

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