You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: