-
Notifications
You must be signed in to change notification settings - Fork 22
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
Multi-website: Exception: No such entity with cartId = ... #19
Comments
Thanks for raising - this is clearly a Magento core issue but we are reviewing to see if we can implement a work around |
Hi, we have exactly the same issue with Multi-website and admin orders for non-default store. As a workaround, I think passing store_id of the order should be more less safe... |
Thanks for your contribution. We appreciate the pull request, our internal process means that changes are not pushed directly to this repository. However we've implemented your pull request in full @vkalchenko and have credited you in the code. |
SHQ16-2024 refactored checkout shipping information plugin
Preconditions
Steps to reproduce
Expected result
Actual result
Possible fix
Find this method
\ShipperHQ\Shipper\Observer\RecordAdminOrder::execute()
and set the current store before recording the order (do not forget to inject the StoreManagerInterface to the constructor):Look at this magento/magento2#6522 core bug for more info.
The text was updated successfully, but these errors were encountered: