guber
Forum Replies Created
-
Forum: Plugins
In reply to: [Delete Me] How does it handle WooCommerce customers / orders?Hi Clint,
I did intend to test this at some point but I got badly side-tracked so many thanks for undertaking testing on our behalf. If as you say – deleting the user returns the order to “Guest” – I think this is perfect.
@wpok… surely this can’t be correct that a customer’s billing / delivery details on a past invoice is against GDPR?? This is bizarre if true as I know in Ireland that business are are required by law to retain transaction information for 6 years and I would guess that other countries follow similar rules
I think myself that other than changing the assigned user back to “Guest”, the order should remain exactly as is in the database.
Any hope of a response?
I’ve paid money for this plugin and expect responses quicker than 3 weeks
Forum: Plugins
In reply to: [Call for Price for WooCommerce] Does it still work?Cool, thanks Tom
I’ll get round to purchasing Pro this evening and will let you know how I progress
Forum: Plugins
In reply to: [International Telephone Input for Contact Form 7] No padding below fieldThanks damiarita
I checked the CSS of my existing form fields and they all had a bottom margin (not padding) of 1em so I added the following to my stylesheet
.intl-tel-input {
margin-bottom: 1em;
}Done the trick!
Just to advise, I’ve suggested support for
text-align-lastover on the DOMPDF Github. They’ve added it to their next release milestone