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

Separate newsletter subscribers per website #5

Open
melnickforever opened this issue Jan 18, 2018 · 2 comments
Open

Separate newsletter subscribers per website #5

melnickforever opened this issue Jan 18, 2018 · 2 comments

Comments

@melnickforever
Copy link

We have magento Enterprise 2.1.10
We will create a customization that will allow creating subscription per website.
Example : Store_id = 1 email=[email protected] ; store_id = 2 email=[email protected]. System will create subscription per website.
Will your module support this customization correctly?

@PaulBoss
Copy link

If both websites are actually store/storeviews in Magento 2, then no. MailPlus will normally not allow the same mail address twice in one account. Because subscribers and customers are completely separated entities in Magento, we cannot change this behaviour at this time. If we change this, a subscriber who makes an order will suddenly have two records in MailPlus; one for the subscriber and one for the customer.

If both websites are actual sites in Magento 2 then maybe. We advice to sync both websites to two separate MailPlus accounts, so [email protected] will be synced with storeid 1 to MailPlus account 1 and storeid2 to MailPlus account 2. When synced to one MailPlus account the same problems will arise as above.

@melnickforever
Copy link
Author

We will inform our clients
Thank you.

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

No branches or pull requests

2 participants