40 likes | 50 Views
Data is the new currency that fuels the current digital world. Maintaining customersu2019 data including order data is highly important for eCommerce businesses and no business owner can afford to lose it.<br><br>Therefore, it becomes vital for eCommerce businesses to ensure that no customersu2019 data is lost during migration from other eCommerce platforms or older versions. It can be tedious for the store owners to manage the orders data while migrating or upgrading the Magento stores.<br><br>
E N D
Order Import Export for Magento 2 User Guide Table of Content 1.Extension Installation 2.Configuration 3.Export Orders 4.Import Orders 5.Orders Import Export Log Order Import Export for Magento2 © Meetanshi
1.Extension Installation •For Magento Marketplace Customers oFind the Composer name and version of the extension in the extension’s composer.json file. oLogin to your SSH and run: ▪composer require meetanshi/magento-2-order-import-export oEnter your authentication keys.Your public key is your username; your private key is your password. oWait for Composer to finish updating your project dependencies and make sure there aren’t any errors. oTo verify that the extension installed properly, run the command: ▪php bin/magento module:status Meetanshi_OrderIE oBy default, the extension is probably disabled. oEnable the extension and clear static view files: ▪php bin/magento module:enable Meetanshi_OrderIE --clear-static-content ▪php bin/magento setup:upgrade ▪For Magento version 2.0.x to 2.1.x - php bin/magento setup:static-content:deploy ▪For Magento version 2.2.x & above - php bin/magento setup:static-content:deploy –f ▪php bin/magento cache:flush •For Meetanshi Customers oExtract the zip folder and upload our extension to the root of your Magento 2 directory via FTP. oLogin to your SSH and run below commands step by step: ▪php bin/magento setup:upgrade ▪For Magento version 2.0.x to 2.1.x - php bin/magento setup:static-content:deploy ▪For Magento version 2.2.x & above - php bin/magento setup:static-content:deploy –f ▪php bin/magento cache:flush Order Import Export for Magento2 © Meetanshi
2.Configuration For configuring the extension, log in to Magento 2, move to Stores → Meetanshi → →Order Import Export where you can find settings to enable the extension. •Order Import Export: Enable the Order Import Export extension. → Configuration → → 3.Export Orders To find the export order function, move to Sales→ Export where you can find settings to export orders. •Export Orders from Date: Select the from date to export the orders from a specific date. •Export Orders to Date: Select to date up to which you want to export orders. → Meetanshi Order Import Export→ →Orders Click “Export Orders” button to export the orders in a CSV. 4.Import Orders To find the import order function, move to Sales → Import where you can find settings to import orders. •Create Invoices: Select YES to automatically generate invoices on order import. •Create Credit Memos: Select YES to automatically generate credit memos on order import. •Create Shipment: Select YES to automatically generate shipment on order import. •Upload Import File: Download the sample CSV file and prepare orders CSV file with the same format and upload it to import orders. Click “Import Orders” button to successfully import orders. → Meetanshi Order Import Export→ →Orders Order Import Export for Magento2 © Meetanshi
5.Orders Import Export Log To find the orders import export log, move to Sales → Orders Import Export Log where you can find all the orders import export log with the details like date and time of import/export action, admin user name by which the order import/export performed, specific action and ID. You can select multiple log entries and click “Delete” mass action to delete log entries. → Meetanshi Order Import Export → → Order Import Export for Magento2 © Meetanshi