Unsubscribed customer even if its email is subscribed
paolobattistella opened this issue · 3 comments
paolobattistella commented
Preconditions
- Magento EE 2.3.5 without sample data is installed.
Steps to reproduce
- The user subscribes to the newsletter.
- Then the same user registers to Magento as "logged customer" with the above email address.
- The customer receives the email "Newsletter unsubscription success" from MailChimp
- The customer, registered into Magento, appears as not subscribed to newsletter. The customer into MailChimp is settled as eligle for transactional emails only.
Actual and Expected result
The module should be check the email addresses already subscribed and set just logged customer as already subscribed.
gonzaloebiz commented
paolobattistella commented
Hi @gonzaloebiz ,
the module version is 101.2.37.
It's not needed to confirm the newsletter subscription.
There is not "newsletter checkbox" into registration form. The customer can subscribe to newsletter into its account.
Thank you
Paolo
gonzaloebiz commented
you have a mailchimp version with more than 3 years. Update the extension and try (by the way, if you have magento 2.3.5 you must use the right version which is 101.2.49 take a look at https://github.com/mailchimp/mc-magento2/releases)
We try with Release 101.2.49 and work OK
Best