Category Archives: Customer Stories

We know customer stories are both useful and interesting. We mention our customers’ paint and varnish projects in quite a few of our blogs. You’ll find them all here! Have you used our paint? Send us your feedback and photos; we’d love to feature them.

Chlorinated Rubber Paint Questions from Customers

Chlorinated rubber paint questions from our customers. On a caravan shower? Suitable paint for dog[...] Read more!

2 Comments

The Palatine Paints Story: Company History

Palatine Paints company history. Our paint making story....here's how it all began right back in[...] Read more!

7 Comments

How to Seal a Concrete Floor and Why

Concrete provides a hard wearing and inexpensive floor surface but if left bare, it can[...] Read more!

Our News February 2020

Our latest news...including the Corona Virus and the latest on facemask availability and protective clothing.[...] Read more!

2 Comments

Floor Varnish…A Spotlight on Customers’ Projects

Shining a spotlight on some of our customers' floor varnish projects. Why? We relish the[...] Read more!

Two Hour Gloss in Action at Leigh Spinners Mill

How Palatine's two hour gloss paint was used in the restoration of both cylinders of[...] Read more!

1 Comment

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 }); });