Industrial Paint

Showing 13–24 of 42 results

Anti Rust Primer

Fast Dry Metal Primer

From £24.89 Excl. VAT

Industrial Paint

Fast Dry Semi-Gloss Paint

From £25.31 Excl. VAT

Best Garage Door Paint

Garage Door Paint

From £11.54 Excl. VAT
From £13.06 Excl. VAT
From £9.40 Excl. VAT
From £9.44 Excl. VAT
From £7.00 Excl. VAT
From £50.69 Excl. VAT
From £44.00 Excl. VAT
From £10.62 Excl. VAT
From £22.89 Excl. VAT
From £11.54 Excl. VAT
incl. tax excl. tax
jQuery(function ($) { function checkAndUpdatePrice() { var newPriceHtml = $('.woocommerce-variation-price .price').html(); // Get variation priceif (newPriceHtml) { console.log("Updating price: ", newPriceHtml); // Debugging output $('.product-price-container.is-larger .price-wrapper .price').html(newPriceHtml); } else { // If price is not found, keep checking every 100ms (max 2 seconds) setTimeout(checkAndUpdatePrice, 100); } }// Run when a variation is selected $(document).on('found_variation', 'form.variations_form', function () { setTimeout(checkAndUpdatePrice, 100); // Start checking for price update });// Reset price when no variation is selected $(document).on('reset_data', 'form.variations_form', function () { location.reload(); // Restore the original "From £XX.XX" price }); });