-
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
Bug when trying to recover order info from quote that doesn't exist #38
Comments
Hey @cykirsch , thanks for raising this with us! So it looks like the migration tool hasn't copied over the quote that corresponds with that order. Are you able to check the quote table please and let us know if that's the case? |
Our Magento 1 database does not have quotes for all history. In fact I think it is quite common to remove quotes several days after they have been converted to orders. https://magento.stackexchange.com/questions/92121/quote-item-is-missing-but-the-order-exists So yes, it is true the migration tool did not copy over the quote, but it is because it does not exist. And this is true for hundreds of thousands of orders. |
Thanks for confirming. It's definitely common practice to remove them after several days, I wanted to ensure that we were on the right track before digging into the issue. I'm going to have the team here look into this and will provide a update next week on the status of the issue. Thanks for raising and providing the extra information! |
@cykirsch Thanks for raising this. We've implemented a fix. It will be available by the end of today. |
@cykirsch Just to let you know, we've postponed the update until tomorrow. It will be released as part of a larger update. Thanks for your patience! |
Cool, thanks! |
I've migrated my data from Magento 1.7 using data migration tool. The Magento 1 site only had ShipperHQ for maybe the last 10% of orders. When I load a Pre-ShipperHQ order in the admin I get an exception
If I comment out the lines
in the method
ShipperHQ\Shipper\Helper\CarrierGroup::recoverOrderInfoFromQuote
, then the page loads and adds the "No detailed shipping information recorded" comment.The text was updated successfully, but these errors were encountered: