jsutariya/orderview

Order Quickview module

Installs: 35

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 4

Forks: 2

Open Issues: 0

Language:HTML

Type:magento2-module

1.1.0 2019-05-13 13:32 UTC

This package is auto-updated.

Last update: 2024-05-14 01:52:37 UTC


README

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.

68747470733a2f2f6a73757461726979612e66696c65732e776f726470726573732e636f6d2f323031392f30342f677269642e706e67

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

68747470733a2f2f6a73757461726979612e66696c65732e776f726470726573732e636f6d2f323031392f30342f706f7075702e706e67

68747470733a2f2f6a73757461726979612e66696c65732e776f726470726573732e636f6d2f323031392f30342f706f707570322e706e67

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