jsutariya/orderview 1.1.0

Order Quickview module

Type

magento2-module

License

MIT

Requires
Requires (dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

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.