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 set-up a multistore magento 2.1.3 installation. Al works fine. Emailsettings setup in store/website scope. (website+scope A / B / C / D)
Now if a customer orders some items on (website B), the email sent after checkout is ok.
Store name in email, the From address are the data of that store-scope. (website B)
When i go into the backend and select the order to put it on shipping, the next emails "shipping and invoice" are not sent with the data of the store-scope from the order but with the data of the default store.(website A)
but in the view of the order all displayed is (website B)
What is wrong in the code somewere?
(also already had to do the hack on getWebsite function $code = $website['code'];)