1 star after 5+ years: defaced our website without consent
-
The fact is your plugin defaced our website in such a violating way that I will never recommend it to anyone.
The worst offense is adding a giant LINK button to every single product page, larger than the add to cart button, without warning, and without consent.
Then to add insult to injury, the new “feature” is also presently impossible to disable, as confirmed by the latest support tickets. I’m sure that will be rectified before long, but in the meanwhile here’s the hack we had to employ just to get rid of the defacement to our website:setTimeout(function() {
var el = document.getElementById('wc-stripe-express-checkout-element');
if (el) el.parentNode.removeChild(el);
}, 500);
You must be logged in to reply to this review.