MarkShust_OrderGrid

markshust/magento2-module-ordergrid

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

No errors foundPHPStan level 1Build passingSemVer compliant

Supported Magento versions: 2.4.9

96,905 installsโ˜… 91 starsLatest: v3.0.0Released 2026-06-12License: MIT

composer require markshust/magento2-module-ordergrid

README

Reproduced from the package’s own README, under its own license, as of 2026-09-13. Links and images point back at the source repository.

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

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

Credits

M.academy

This course is sponsored by M.academy, the simplest way to learn Magento.

M.academy

Mark Shust

My name is Mark Shust and I am a 6X Adobe Commerce Certified Developer and the founder of M.academy. Since the early days of Magento, I've been involved with many intricately complex eCommerce and open-source projects.

My passion is teaching and helping others learn Magento, and has created many courses and tutorials to help thousands of students from all over the world to learn and improve their Magento skills.

License

MIT

โ† All packages from markshust