1 / 6

Magento 2 Order History

Magento 2 Order History by Meetanshi allows the admin to track orders related to a product or customer in the Magento 2 store. When you run an eCommerce business, managing orders in a proper way is very essential. As it is not affordable to lose any single order and is difficult to manage the orders manually, keeping a track record of quantities of each order. <br>Thatu2019s where Meetanshiu2019s Magento 2 Order History comes into the picture. The extension facilitates the admin to track the order data with related products and customers. <br>

Meetanshi
Download Presentation

Magento 2 Order History

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Order History for Magento 2 User Guide Table of Content 1.Extension Installation Guide 2.Configuration 3.Orders Tab in Customer Edit with Order Status and Item Details 4.Ordered Product History Tab in Customer Edit 5.Product Related Orders History in Product Edit Order History for Magento2 © Meetanshi

  2. 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/magento2-order-history 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_OrderHistory oBy default, the extension is probably disabled. oEnable the extension and clear static view files: ▪php bin/magento module:enable Meetanshi_OrderHistory --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 History for Magento2 © Meetanshi

  3. 2.Configuration To configure the extension, login to Magento 2 backend, move to Stores → Meetanshi→ →Order History where you can find various settings to configure the extension. •Order History: Enable order history extension from here. •Show Ordered Products History in Customer Edit: Select YES to display ordered products history in customer edit. This will show ordered products by a particular customer. •Show Item Details in the Order Tab: Select YES to display item details purchased by the customers in the orders tab under customer edit. •Show Related Orders History on Product Edit Page: Select YES to show related orders history on product edit page. This will show orders placed for the particular product. → Configuration → → Order History for Magento2 © Meetanshi

  4. 3.Orders Tab in Customer Edit with Order Status and Item Details From the Admin Panel, go to Customers > All Customers, edit a customer and move to “Orders” tab. Apart from the order details, the admin can see product item details like name, SKU, ordered quantity and item status. The admin can also export data either in CSV or Excel XML file. Order History for Magento2 © Meetanshi

  5. 4.Ordered Product History Tab in Customer Edit From the Admin Panel, go to Customers > All Customers, edit the customer and move to the “Ordered Product History” tab. The tab displays details of all the products ordered by the selected customer. The admin can export ordered products history data to CSV and XML file. Order History for Magento2 © Meetanshi

  6. 5.Product Related Orders History in Product Edit From the Admin Panel, go to Catalog > Products, edit a product and move to “Related Orders History” tab. All the orders for this product listed here with the details. The admin can even sort, filter and export the order data in CSV or Excel XML file. Order History for Magento2 © Meetanshi

More Related