Title: Magento 2 Order History
1Order History for Magento 2 User Guide
- Table of Content
- Extension Installation Guide
- Configuration
- Orders Tab in Customer Edit with Order Status and
Item Details - Ordered Product History Tab in Customer Edit
- Product Related Orders History in Product Edit
2- Extension Installation
- For Magento Marketplace Customers
- Find the Composer name and version of the
extension in the extensions composer.json file. - Login to your SSH and run
- composer require meetanshi/magento2-order-history
- Enter your authentication keys. Your public key
is your username your private key is your
password. - Wait for Composer to finish updating your project
dependencies and make sure there - arent any errors.
- To verify that the extension installed properly,
run the command - php bin/magento modulestatus Meetanshi_OrderHisto
ry - By default, the extension is probably disabled.
- Enable the extension and clear static view files
- php bin/magento moduleenable Meetanshi_OrderHisto
ry --clear-static-content - php bin/magento setupupgrade
- For Magento version 2.0.x to 2.1.x - php
bin/magento setupstatic-contentdeploy - For Magento version 2.2.x above - php
bin/magento setupstatic-contentdeploy f - php bin/magento cacheflush
- For Meetanshi Customers
3- Configuration
- To configure the extension, login to Magento 2
backend, move to Stores ? Configuration ? - 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.
43. Orders Tab in Customer Edit with Order Status
and Item Details From the Admin Panel, go to
Customers gt 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.
54. Ordered Product History Tab in Customer
Edit From the Admin Panel, go to Customers gt 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.
65. Product Related Orders History in Product
Edit From the Admin Panel, go to Catalog gt
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.