-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Shipment methods for backend order don't show on multistore setup #21867
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
Comments
Hi @haelbichalex. Thank you for your report.
Please make sure that the issue is reproducible on the vanilla Magento instance following Steps to reproduce. To deploy vanilla Magento instance on our environment, please, add a comment to the issue:
For more details, please, review the Magento Contributor Assistant documentation. @haelbichalex do you confirm that you was able to reproduce the issue on vanilla Magento instance following steps to reproduce?
|
@magento-engcom-team give me 2.3-develop instance |
Hi @haelbichalex. Thank you for your request. I'm working on Magento 2.3-develop instance for you |
Hi @haelbichalex, here is your Magento instance. |
Hi @engcom-backlog-nazar. Thank you for working on this issue.
|
I was not able to reproduce this on the 2.3-develop system. Was this already fixed? |
HI @haelbichalex thank you for you report, seems like this was fixed here -> #16604 |
@magento-engcom-team give me 2.3.0 instance |
Hi @haelbichalex. Thank you for your request. I'm working on Magento 2.3.0 instance for you |
Hi @haelbichalex, here is your Magento instance. |
I fixed this on my 2.3.0 setup by following the guide to apply composer patches here: I added two patches to my composer.json: "extra": {
"magento-force": "override",
"composer-exit-on-patch-failure": true,
"patches": {
"magento/module-quote": {
"Fix issue getting rates while placing order from Admin panel - part 1": "patches/composer/patch1.diff",
"Fix issue getting rates while placing order from Admin panel - part 2": "patches/composer/patch2.diff"
}
}
} Those patches are: |
Preconditions (*)
Steps to reproduce (*)
Expected result (*)
Actual result (*)
The behavior itself was quite weird. I described one example here to make clear what I'm talking about, but there are some more examples for configurations which show the incorrect shipping methods.
Any help would be appreciated :-)
Regards
The text was updated successfully, but these errors were encountered: