Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 871 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 871 Bytes

Magento 2 Order Quick View module

This is a simple module for Magento 2 administrator to view orders in a nice popup from admin panel sales order grid. The module is basically inspired by woocommerce order quick view functionality in WordPress framework.

Installation:

Install using composer:

composer require jsutariya/orderview

php bin/magento module:enable JS_OrderView

php bin/magento setup:upgrade

php bin/magento cache:flush

The module will add a new column to Magento sales order grid like below.

Click on the button will open order details in a popup modal.

Please let me know if you have any query or issue regarding the module.