(Coming Soon)

Compare thousands of DIY and building products
Jenolite UPVC Primer 500ml Price Comparisons | Compare The Build

Jenolite UPVC Primer 500ml

£21.00
Cheapest at Homebase
View Product
Johnstone's Trade White Joncryl Undercoat Primer 1L Price Comparisons | Compare The Build

Johnstone's Trade White Joncryl Undercoat Primer 1L

£17.00
Cheapest at Homebase
View Product
Dulux Multi Surface White Primer & Undercoat 750ml Price Comparisons | Compare The Build

Dulux Multi Surface White Primer & Undercoat 750ml

£19.99
Cheapest at Homebase
View Product
Zinsser Bin White Aqua Primer 2.5L Price Comparisons | Compare The Build

Zinsser Bin White Aqua Primer 2.5L

£62.00
Cheapest at Homebase
View Product
Zinsser Bulls Eye 123 Grey Primer 500ml Price Comparisons | Compare The Build

Zinsser Bulls Eye 123 Grey Primer 500ml

£18.00
Cheapest at Homebase
View Product
Superfresco Easy Primer 1L Price Comparisons | Compare The Build

Superfresco Easy Primer 1L

£20.15
Cheapest at Homebase
View Product
Dulux Trade All Purpose Primer 2.5ltr Price Comparisons | Compare The Build

Dulux Trade All Purpose Primer 2.5ltr

£57.86
Cheapest at Mp Moran
View Product
Dulux Trade All Purpose Primer 2.5ltr Price Comparisons | Compare The Build

Dulux Trade All Purpose Primer 2.5ltr

£78.54
Cheapest at Lordsbm
View Product
Leyland Trade Acrylic Primer Undercoat White 750ml Price Comparisons | Compare The Build

Leyland Trade Acrylic Primer Undercoat White 750ml

£14.48
Cheapest at Mp Moran
View Product
Leyland Trade All Purpose Primer White 750ml Price Comparisons | Compare The Build

Leyland Trade All Purpose Primer White 750ml

£17.54
Cheapest at Mp Moran
View Product
Dulux Trade Grey Multi-surface Primer, 2.5L Price Comparisons | Compare The Build

Dulux Trade Grey Multi-surface Primer, 2.5L

£45.00
Cheapest at B&Q
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(); } -->