Outdoor Leisure & Cleaning

Showing all 6 results

We supply a wide range of Outdoor Leisure & Cleaning products for many outdoor purposes. For heating we provide Barrettine Premium Grade Paraffin. BBQ lighting oil, fire lighting oil and lamp oil. Moss and weed killer products provide garden maintenance, along with decking cleaner and Jeyes fluid.

We pride ourselves with the relationship we have formed with our supply chain. This enables us to offer a comprehensive range of products for almost any outdoor project or task. We are approved stockist of Barrettine Outdoor Leisure & Cleaning products. Browse our extensive range of conveniently pack sized items which are in stock and available for fast & efficient delivery.

£11.78 Excl. VAT
From £38.25 Excl. VAT
From £18.75 Excl. VAT
£10.15 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 }); });