De Icer

Showing all 3 results

Or De-Icer section provides our customer base with a one stop shop. Please browse the range as we are able to offer the following products.

  • Calcium Chloride Ice Melt
  • Urea Ice Melt
  • Brown & White Rock Salt
  • Pre & Concentrated Liquid De-Icer.

We can source most chemicals in a wide range of pack sizes that can be repacked or in bulk. If the product has yet to be listed below or you cannot see your requirement. Please call our sales department on 01942 884122 or email [email protected]. We will be more than happy to quote for your business. Our aim is to provide a solution for you.

From £15.98 Excl. VAT
£7.31 Excl. VAT
£9.65 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 }); });