inventory
inventory copied to clipboard
Error "Sorry, no quotes are available for this order." when an order with "in store pickup" method is edited from the admin
Preconditions (*)
- Magento 2.4.3-p3
Steps to reproduce (*)
- Enable In Store pickup and add all required details to make this work
- Create an order from the admin area using the In Store shipping method, and, for example the check money order payment method
- In the admin area, go to Sales > Order. Open the order view and click 'edit' button. Click 'ok' button on the popup message
- Update any of the quantities of any item and click on "Update Items and Quantities"
- Below, click on the link "Get shipping methods and rates"
Expected result (*)
- The rates of the available shipping methods are shown, at least it allows you to select the pickup in store method
Actual result (*)
- the message "Sorry, no quotes are available for this order." is displayed.
More information
The problem is that the plugin
https://github.com/magento/inventory/blob/develop/InventoryInStorePickupSalesAdminUi/Plugin/Sales/Block/Adminhtml/Order/Create/Shipping/Address/AdaptFormPlugin.php#L47
Remove important fields for shipping estimation from the shipping address form (country_id, zipcode, etc). These fields are used in the link action "Get shipping methods and rates"
Maybe you should leave the fields as hidden and not remove them
Hi @joaquin-becerra. Thank you for your report. To speed up processing of this issue, make sure that you provided sufficient information.
Add a comment to assign the issue: @magento I am working on this
- Join Magento Community Engineering Slack and ask your questions in #github channel.