iop/magento2_order-grid

Magento 2 back-end order grid view with coupon_code and discount_amount columns added

Installs: 693

Dependents: 0

Suggesters: 0

Security: 0

Stars: 8

Watchers: 2

Forks: 1

Open Issues: 0

Type:magento2-module

1.0.0 2020-04-25 08:52 UTC

This package is auto-updated.

Last update: 2024-09-29 05:36:13 UTC


README

Tested on Version

  • Magento 2.3.5-p1
  • Magento 2.3.4
  • Magento 2.3.1

Main Functionalities

  • Order Grid UI component customization [added coupon_code, discount_amount columns]
  • Copy [coupon_code, discount_amount] values from sales_order into sales_order_grid table during installation.
  • Autocopy [coupon_code, discount_amount] values from sales_order into sales_order_grid table after place new orders.

Features

  • Setup/Update via Setup/Path/Data and Setup/Path/Schema.

Installation

With Composer

Use the following commands to install this module into Magento 2:

composer require iop/magento2_order-grid
bin/magento module:enable Iop_OrderGrid
bin/magento setup:upgrade

Manual (without composer)

These are the steps:

  • Upload the files into folder app/code/Iop/OrderGrid of your site
  • Run php -f bin/magento module:enable Iop_OrderGrid
  • Run php -f bin/magento setup:upgrade
  • Flush the Magento cache php -f bin/magento cache:flush
  • Done

Instruction to uninstall

bin/magento module:uninstall --non-composer Iop_OrderGrid

Screenshot

Order Grid View

Author

Igor Ocheretnyi