jsutariya/orderview

Order Quickview module

Installs: 61

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 3

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: 2025-07-14 04:34:17 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.

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.