Additional Info
Some existing behaviour and logic from Magento 1 was implemented in a different way in Magento 2. The Data Migration Tool takes care of it.
-
All Group Prices were converted to Tier Prices.
-
The numbers of Orders, Invoices, Shipments, Credit Memos and RMA migrate as is. But after migration and switching to Magento 2 the numeration for newly created sales entities will be different.
-
The Data Migration Tool has special handler
\Migration\Handler\Timezone
for transforming time to a different time zone. Using it you can change time for some fields of database. These fields can be specified in yourmap.xml
file with offset parameter.
Find us on