Concrete Patch Repair

Showing all 3 results

We manufacture and supply a wide range of concrete patch repair products. Designed to make good any unsightly and dangerous cracks or areas of damage in the surface of the floor as well as both epoxy and polyurethane compounds for movement and expansion joints. Epoxy floor patch repair products offer the perfect solution.

Damaged concrete can lead to hazards in the work place for both staff and fork lift trucks and access ladders. By using our Epoxy Concrete Floor Repair Products you can ensure safety in and around work.

All of our systems have been formulated and manufactured in the UK to the highest of quality standard. Even the repair products are available in a range of colours.

From £37.64 Excl. VAT
From £32.39 Excl. VAT
£49.24 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 }); });