(Coming Soon)

Compare thousands of DIY and building products
Weller WLACCSAK-02 Solder Aid Kit 6 Piece Set Price Comparisons | Compare The Build

Weller WLACCSAK-02 Solder Aid Kit 6 Piece Set

£15.99
Cheapest at Screwfix
View Product
Rothenberger MAPP Mapp Disposable Gas Cylinder 400g Price Comparisons | Compare The Build

Rothenberger MAPP Mapp Disposable Gas Cylinder 400g

£20.99
Cheapest at Screwfix
View Product
Rothenberger Safety Spark Lighter Price Comparisons | Compare The Build

Rothenberger Safety Spark Lighter

£9.99
Cheapest at Screwfix
View Product
Weller Woodburning Electric Soldering Kit 230V 25W Price Comparisons | Compare The Build

Weller Woodburning Electric Soldering Kit 230V 25W

£38.99
Cheapest at Screwfix
View Product
Weller Pyropen Soldering Iron Price Comparisons | Compare The Build

Weller Pyropen Soldering Iron

£114.99
Cheapest at Screwfix
View Product
Rothenberger Micro Soldering Iron & Torch Kit Price Comparisons | Compare The Build

Rothenberger Micro Soldering Iron & Torch Kit

£48.99
Cheapest at Screwfix
View Product
Rothenberger Rofire Butane Soldering Torch Price Comparisons | Compare The Build

Rothenberger Rofire Butane Soldering Torch

£70.99
Cheapest at Screwfix
View Product
Rothenberger Soldering Mat 195mm x 250mm Price Comparisons | Compare The Build

Rothenberger Soldering Mat 195mm x 250mm

£14.99
Cheapest at Screwfix
View Product
Rothenberger Rofire Butane Adjustable Blow Torch Price Comparisons | Compare The Build

Rothenberger Rofire Butane Adjustable Blow Torch

£27.99
Cheapest at Screwfix
View Product
Rothenberger Rofire MAP & Propane Soldering Torch Price Comparisons | Compare The Build

Rothenberger Rofire MAP & Propane Soldering Torch

£68.99
Cheapest at Screwfix
View Product
Rothenberger Rofire Propane & Butane Blow Torch Price Comparisons | Compare The Build

Rothenberger Rofire Propane & Butane Blow Torch

£30.99
Cheapest at Screwfix
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(); } -->