MarkShust_OrderGrid
markshust/magento2-module-ordergrid
Adds Order Items details to the order grid in the admin.
Build Tests
Code Quality
Tested on Magento 2.4.8-p3
Recent Test History
Each release is tested against the latest Magento version at that time.
+5 older tests
Share This Module's Status
README
Loaded from GitHubTable 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.

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