Magento: How to import orders from another DataBase -
I'm looking for the best way to import old orders from the database (old website) Magento database < p> It is known that:
- The Mageto site is functional.
- Many products are present in the old database but are not present in the new Magnu database.
Please, can you help me to know the best method for importing these commands?
Thank you.
Hello You can go with the following steps:
- All Export
- Export all these Customers and Sales_lists from your source database (These tables are required by your DB product.
- Import products for new DB (so that you Old and new DB similar)
-
Before importing the phase - 3 tables to your new DB before you check the foreign key obstacle axis To disable: STT FOREIGN_KEY_CHECKS = 0;
-
Import all your tables into new db
- Update the eav_entity_store table for columns / last_id (this step is required to specify
- to enable to enable: SET FOREIGN_KEY_CHECKS = 1;
You can for more information
Comments
Post a Comment