An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

MarkShust_OrderGrid


Adds more details to the order grid in the admin.


Supported Magento Versions
Latest Stable Version
Composer Downloads
Maintained - Yes

## 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.

![Screenshot](https://raw.githubusercontent.com/markshust/magento2-module-ordergrid/master/docs/demo.png)

## License

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