Skip to content

iop/magento2-order-grid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Magento 2 Module Iop_OrderGrid

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

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages