https://github.com/markshust/magento2-module-ordergrid
The Order Grid module adds more details to the order grid in the admin.
https://github.com/markshust/magento2-module-ordergrid
magento magento2 magento2-module
Last synced: about 1 year ago
JSON representation
The Order Grid module adds more details to the order grid in the admin.
- Host: GitHub
- URL: https://github.com/markshust/magento2-module-ordergrid
- Owner: markshust
- License: mit
- Created: 2018-11-19T06:00:15.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-03-13T21:16:33.000Z (about 1 year ago)
- Last Synced: 2025-04-12T13:57:36.757Z (about 1 year ago)
- Topics: magento, magento2, magento2-module
- Language: PHP
- Homepage:
- Size: 96.7 KB
- Stars: 87
- Watchers: 15
- Forks: 31
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
MarkShust_OrderGrid
## Table of contents
- [Summary](#summary)
- [Installation](#installation)
- [Usage](#usage)
- [License](#license)
## Summary
Out of the box, the Magento admin displays high-level information within the sales order grid. It does not provide more detailed information would could be useful to specific businesses.
This module adds more detailed information to the admin order grid. Initially, a new column is added to the order grid which contains order line items, which includes specific quantity and product names of items ordered.
## Installation
```
composer require markshust/magento2-module-ordergrid
bin/magento module:enable MarkShust_OrderGrid
bin/magento setup:upgrade
```
## Usage
This module has no configuration. Just install, and you'll see a new column in the order grid called Order Items.

## License
[MIT](https://opensource.org/licenses/MIT)