(Coming Soon)

Compare thousands of DIY and building products
Sealey CP1200 12v Cordless 6 Piece Power Tool Kit Price Comparisons | Compare The Build

Sealey CP1200 12v Cordless 6 Piece Power Tool Kit

£284.95
Cheapest at Tooled Up
View Product
Sealey SV20 20v Cordless 3 Piece Power Tool Kit Price Comparisons | Compare The Build

Sealey SV20 20v Cordless 3 Piece Power Tool Kit

£286.95
Cheapest at Tooled Up
View Product
Light and Sound Monster Truck Price Comparisons | Compare The Build

Light and Sound Monster Truck

£5.99
Cheapest at The Range
View Product
Nikko Extreme Action Mega Monsters Beast Buggy Price Comparisons | Compare The Build

Nikko Extreme Action Mega Monsters Beast Buggy

£24.99
Cheapest at The Range
View Product
Axus AXP10 Portable Keyboard Pack Price Comparisons | Compare The Build

Axus AXP10 Portable Keyboard Pack

£129.99
Cheapest at The Range
View Product
JBL Stage1 9631 6x9inch 3 way Car Speaker Price Comparisons | Compare The Build

JBL Stage1 9631 6x9inch 3 way Car Speaker

£49.99
Cheapest at The Range
View Product
Alivio Off Road Remote Control Monster Truck Price Comparisons | Compare The Build

Alivio Off Road Remote Control Monster Truck

£14.99
Cheapest at The Range
View Product
M18FPP7A3-503B 18V FUEL™ 7 Piece Pack with PACKOUT ™ Radio Charger Price Comparisons | Compare The Build

M18FPP7A3-503B 18V FUEL™ 7 Piece Pack with PACKOUT ™ Radio Charger

£1,179.95
Cheapest at City Electrical Factors
View Product
M18FPP7A3-503B 18V FUEL™ 7 Piece Pack with PACKOUT ™ Wet / Dry Vaccuum Price Comparisons | Compare The Build

M18FPP7A3-503B 18V FUEL™ 7 Piece Pack with PACKOUT ™ Wet / Dry Vaccuum

£1,044.95
Cheapest at City Electrical Factors
View Product
M18FPP7A3-504B 18V FUEL™ 7 Piece Power Pack with 4 x 5.0Ah Batteries Price Comparisons | Compare The Build

M18FPP7A3-504B 18V FUEL™ 7 Piece Power Pack with 4 x 5.0Ah Batteries

£913.95
Cheapest at City Electrical Factors
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(); } -->