(Coming Soon)

Compare thousands of DIY and building products
WiZ Smart LED Squire Table Lamp Price Comparisons | Compare The Build

WiZ Smart LED Squire Table Lamp

£59.99
Cheapest at Toolstation
View Product
AVF SDC1140CMBB Classic TV Stand Black Price Comparisons | Compare The Build

AVF SDC1140CMBB Classic TV Stand Black

£79.99
Cheapest at Screwfix
View Product
Eglo Covaleda Table Lamp - Black & Gold Price Comparisons | Compare The Build

Eglo Covaleda Table Lamp - Black & Gold

£125.00
Cheapest at Wickes
View Product
Eglo Bellariva Ceramic Table Lamp Price Comparisons | Compare The Build

Eglo Bellariva Ceramic Table Lamp

£44.00
Cheapest at Wickes
View Product
Eglo Newtown 16cm Metal Table Lamp - Black Price Comparisons | Compare The Build

Eglo Newtown 16cm Metal Table Lamp - Black

£26.00
Cheapest at Wickes
View Product
Eglo Piccola Touch LED Table Light - Gold Price Comparisons | Compare The Build

Eglo Piccola Touch LED Table Light - Gold

£50.00
Cheapest at Wickes
View Product
Eglo Geo Matte Glass Table Lamp Price Comparisons | Compare The Build

Eglo Geo Matte Glass Table Lamp

£25.00
Cheapest at Wickes
View Product
Eglo Venezuela Black & Gold Table Lamp Price Comparisons | Compare The Build

Eglo Venezuela Black & Gold Table Lamp

£44.00
Cheapest at Wickes
View Product
Firstlight Praga Modern Style Pendant Light Chrome Price Comparisons | Compare The Build

Firstlight Praga Modern Style Pendant Light Chrome

£72.79
Cheapest at Simply LED
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(); } -->