-
Notifications
You must be signed in to change notification settings - Fork 197
After migration Order increment Id is Duplicate #731
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 @rakeshdonga Thank you for reporting this issue. Internal ticket MC-21888 to process it |
@victor-v-rad |
it will be fixed for all |
@rakeshdonga Fixed in 2.3-develop branch. Please test |
Prefix issue was fixed in Magento 2 magento/magento2#14063 Now prefix of increment id, like in Magento 1, depends on store view id where order was placed Previously in Magento 2 for new orders you would have prefix from default store BUT in Magento 2 increment id has store id + 9 digits, in according to \Magento\SalesSequence\Model\Sequence::DEFAULT_PATTERN related #163 |
@victor-v-rad |
Yes fixed for invoice,shipment and creditmemo also. If you do not want to migrate again, you can fix it by changing values for sales_sequence_profile.prefix field and sales_sequence_meta.store_id field in migrated Magento 2 DB. You also can migrate only "SalesIncrement Step" step if you do not changed Magento 2 data after migration. Otherwise it is better to migrate data from scratch. |
@victor-v-rad i have migration tool install using composer and i have checked my code it is not updated code |
Please check that your code has these changes 09fba37 |
@victor-v-rad |
yes it is because it will be included into next 2.3.4v |
i have migration done magento 1.9.3.7 to magento 2.3.3 with successfully
in admin i have 5 website and each website i have 3 storeview
like
when i am place order in Dutch store my order id is #1000006164
and i am place order in French store my order id is #1000006164
also i am place order in Italian store my order id is #1000006164
why my order id is duplicate in after migration
in magento 1 order id is like
1000006164
2000006164
3000006164
and magento 2.3.2 all three store in order id is same
http://prntscr.com/pk2jrk
The text was updated successfully, but these errors were encountered: