Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support KJ

    (@kjvextras)

    Hi @giannisdigitup Thanks for reaching out – I checked out your site, and could be semantics but i noticed the “subscribe to newsletter” checkbox on your registration.

    We added a filter to remove that checkbox that you can use in functions.php. This wiil be in the 6.1 release if you can wait. But check it out below. Hopefylly this helps!

    add_filter( 'mailchimp_woocommerce_account_register_newsletter_field', 'mc_my_account_newsletter_field' );
    function mc_my_account_newsletter_field() {
        return false;
    }
    Thread Starter giannisdigitup

    (@giannisdigitup)

    Hello,

    Thanks for the reply, but it is not working. I curently have version 5.6, should I update?

    Plugin Support KJ

    (@kjvextras)

    Yes – You should have the latest plugin version.

    Plugin Support KJ

    (@kjvextras)

    Hi! Good news! We implemented this change in Mailchimp for Woocommerce v6.1

    Thank you again for flagging this for us. This community really makes it all worth it.

    Please let us know if you still need any help and we’ll be glad to reopen and troubleshoot further. Please note, that the best way to reach us is over at the GitHub plugin page: https://github.com/mailchimp/mc-woocommerce/. From there, you can receive direct responses from the development team, log new issues, download the latest version, and track existing support tickets.

    If you’re happy with this integration, please consider leaving a 5-star review. Your feedback helps other WooCommerce customers find this integration and helps support future development.

Viewing 4 replies - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.