Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use a checkbox on Checkout to determine Opt-in status. #36

Closed
lduh opened this issue May 12, 2017 · 2 comments
Closed

Use a checkbox on Checkout to determine Opt-in status. #36

lduh opened this issue May 12, 2017 · 2 comments
Assignees
Milestone

Comments

@lduh
Copy link

lduh commented May 12, 2017

Add a Subscribe checkbox to the Checkout process, use that to determine opt-in status.

If the user opts in via checkbox, they should be passed to MailChimp as subscribed.
If the user does not opt in via checkbox, they should be passed to MailChimp as nonsubscribed.
If the user had previously subscribed and does not check the box on a later purchase, the user should remain subscribed.
If the user creates a cart without a checkout, they should be passed to MailChimp as nonsubscribed.

Inital sync: without checkbox data for previous orders, Customers should be passed to MailChimp as subscribed. Email addresses associated with orders who are not Customers should be passed to MailChimp as nonsubscribed.

@thaddeusmt
Copy link

This is a must-have feature. When I installed the extension today I couldn't believe this isn't part of the core functionality.

It should integrate with the core Magento Newsletter extension if possible, so the user can manage their Subscription on the user Account page "Newsletter Subscriptions", too.

@thaddeusmt
Copy link

I appears that the latest version of this extension is using the default Magento Newsletter subscription status to sync with Mailchimp - so if you have the standard Newsletter Subscribe checkbox in the checkout, it is now synced to Mailchimp as expected. Yay!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants