Download the PHP package iop/magento2_order-grid without Composer
On this page you can find all versions of the php package iop/magento2_order-grid. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download iop/magento2_order-grid
More information about iop/magento2_order-grid
Files in iop/magento2_order-grid
Download iop/magento2_order-grid
More information about iop/magento2_order-grid
Files in iop/magento2_order-grid
Vendor iop
Package magento2_order-grid
Short Description Magento 2 back-end order grid view with coupon_code and discount_amount columns added
License OSL-3.0
Homepage https://github.com/iop/magento2-order-grid
Package magento2_order-grid
Short Description Magento 2 back-end order grid view with coupon_code and discount_amount columns added
License OSL-3.0
Homepage https://github.com/iop/magento2-order-grid
Keywords magentocomposer-installer
Please rate this library. Is it a good library?
Informations about the package magento2_order-grid
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
Author
Igor Ocheretnyi
All versions of magento2_order-grid with dependencies
PHP Build Version
Package Version
The package iop/magento2_order-grid contains the following files
Loading the files please wait ....