(Coming Soon)

Compare thousands of DIY and building products
Oakey Liberty Green Alox Sanding Roll 115mm 60 Grit 5m Price Comparisons | Compare The Build

Oakey Liberty Green Alox Sanding Roll 115mm 60 Grit 5m

£11.26
Cheapest at Toolstation
View Product
Oakey Liberty Green Alox Sanding Roll 115mm 80 Grit 5m Price Comparisons | Compare The Build

Oakey Liberty Green Alox Sanding Roll 115mm 80 Grit 5m

£11.26
Cheapest at Toolstation
View Product
Sait 5m Aluminium Oxide Sandpaper Price Comparisons | Compare The Build

Sait 5m Aluminium Oxide Sandpaper

£6.48
Cheapest at The Paint Shed
View Product
Norton Oakey Between Coats Rolls Price Comparisons | Compare The Build

Norton Oakey Between Coats Rolls

£9.35
Cheapest at Tradepaint Direct
View Product
Rothenberg Extra fine Hand sanding sheets, Pack of 10 Price Comparisons | Compare The Build

Rothenberg Extra fine Hand sanding sheets, Pack of 10

£13.51
Cheapest at Trade Point
View Product
Norton 120 grit Brown Sanding roll (L)5m (W)115mm Price Comparisons | Compare The Build

Norton 120 grit Brown Sanding roll (L)5m (W)115mm

£19.04
Cheapest at Trade Point
View Product
180 grit White Sanding roll (L)5m (W)115mm Price Comparisons | Compare The Build

180 grit White Sanding roll (L)5m (W)115mm

£12.83
Cheapest at Trade Point
View Product
Norton 40 grit Green Sanding roll (L)5m (W)115mm Price Comparisons | Compare The Build

Norton 40 grit Green Sanding roll (L)5m (W)115mm

£16.00
Cheapest at Trade Point
View Product
Norton 80 grit Brown Sanding roll (L)5m (W)115mm Price Comparisons | Compare The Build

Norton 80 grit Brown Sanding roll (L)5m (W)115mm

£19.04
Cheapest at Trade Point
View Product
Mixed-Grain Wet & Dry Sandpaper Sheets - 10 Price Comparisons | Compare The Build

Mixed-Grain Wet & Dry Sandpaper Sheets - 10

£1.99
Cheapest at The Range
View Product
Oakey Assorted Sandpaper General Purpose 5 Pack Price Comparisons | Compare The Build

Oakey Assorted Sandpaper General Purpose 5 Pack

£3.68
Cheapest at Brewers Decorater Centre
View Product
Oakey Flexible Cleaning Pads Pack of 5 Price Comparisons | Compare The Build

Oakey Flexible Cleaning Pads Pack of 5

£10.49
Cheapest at Brewers Decorater Centre
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(); } -->