The Home for
Magento Excellence

Explore. Discover. Elevate. #magento

162
Modules Tested
99
Ready for Magento 2.4
63
Need Your Help
Stable v2.0.0

MarkShust_OrderGrid

markshust/magento2-module-ordergrid

Adds Order Items details to the order grid in the admin.

75,948
Downloads
Below average
87
GitHub Stars
Above average
10mo ago
Last Release
0
Open Issues
Build Passing
Ready to install

Build Tests

Composer Install
DI Compile
Templates

Code Quality

CS Coding Standard
L1 PHPStan

Tested on Magento 2.4.8-p3

Recent Test History

Each release is tested against the latest Magento version at that time.

v2.0.0 on Magento 2.4.8-p3
Dec 16, 2025
v2.0.0 on Magento 2.4.8-p2
Aug 14, 2025
v2.0.0 on Magento 2.4.8
May 21, 2025
v2.0.0 on Magento 2.4.7-p4
Mar 20, 2025
v1.1.1 on Magento 2.4.7-p4
Feb 15, 2025
v1.1.1 on Magento 2.4.7-p3
Oct 20, 2024

+5 older tests

GitHub Repository
Source code & docs
Packagist
Version history
Issues & Support
Get help or report bugs

Share This Module's Status

MarkShust_OrderGrid Magento compatibility status badge

README

Loaded from GitHub

Table of contents

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

License

MIT

This content is fetched directly from the module's GitHub repository. We are not the authors of this content and take no responsibility for its accuracy, completeness, or any consequences arising from its use.

Back to All Modules