Remove the optional checkbox for GDPR that appears on the checkout page
-
Greetings gentlemen.
For the second time I am writing to you through support to ask you to please tell me how I can remove the optional checkbox for GDPR that appears on the checkout page.
My e-commerce is in Colombia and this is not necessary in my country.
Please would you be so kind as to give me a clear explanation of how I can remove this checkbox, thanks.
Attachments:
You must be
logged in to view attached files.
Hello,
Try to use the code below for help:
.woocommerce-checkout .woocommerce-additional-fields #suscripcion_newsletter_field {
display: none;
}
Clear the cache and recheck the issue.
Kind Regards
Hello,
Glad I could help! If you need further assistance, I’m here for you.
Take care!
Kind Regards
The topic ‘Remove the optional checkbox for GDPR that appears on the checkout page’ is closed to new replies.