markshust / magento2-module-ordergrid

markshust/magento2-module-ordergrid

The Order Grid module adds more details to the order grid in the admin.

magento2-module Compatibility: 2.4.7-2.4.9 Code Quality: Fail Tests: N/A Security: Pass MIT

Are you the maintainer of markshust?

Packagento pulls markshust's Composer packages from the public registry so buyers can find them here.

Claim the namespace to take ownership, publish new releases directly, and start charging for premium versions.

Claim this namespace →

MarkShust_OrderGrid

Adds more details to the order grid in the admin.

Supported Magento Versions Latest Stable Version Composer Downloads Maintained - Yes license-MIT-blue.svg

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

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog
and this project adheres to Semantic Versioning.

[3.0.0] - 2026-06-12

Changed

  • Corrected the declared PHP constraint from ^7|^8 to ^8, since the code uses PHP 8.0+ syntax (union types) and was never actually compatible with PHP 7.x. #19

[2.0.0] - 2025-05-13

Fixed

  • Order grid page errors when pipe symbol (and possibly other special characters) appear in SKU #15

[1.1.1] - 2022-02-10

Fixed

  • Bug when filtering by order date #13

[1.1.0] - 2022-08-01

Updated

  • Update order_items field into export-friendly format. #12

[1.0.9] - 2021-11-02

Fixed

  • Order grid filter does not work anymore. #8

[1.0.8] - 2021-04-16

Fixed

  • Added strict types and few other minor updates to pass static analysis checks. ecd1da99

[1.0.7] - 2021-02-26

Fixed

  • Count always displays “”1 records found”. #5
  • Cannot select all items. #5

[1.0.6] - 2021-02-04

Fixed

  • Version bump for Composer package resolution.

[1.0.5] - 2021-02-04

Fixed

  • Fixed filters and order grid styles #4.

[1.0.4] - 2020-04-22

Fixed

  • Updated php and magento framework version constraints to >=7.1 and >=101 respectively, for more seamless compatibility with new Magento releases.

[1.0.3] - 2020-04-22

Fixed

  • Updated php version constraint to ~7.1 (any version 7.1 or higher).

[1.0.2] - 2019-10-18

Fixed

  • Updated composer version constraints to support newer versions of Magento.

[1.0.1] - 2019-05-10

Fixed

  • Fixes suggested by Magento Coding Standard.

[1.0.0] - 2019-01-11

Added

  • Initial release.
Versions
Version Stability QA Status Compatibility Released
3.0.0 stable Fail Magento 2.4.7-2.4.9 Details 2026-06-12 15:03:25
2.0.0 stable Not tested Not yet tested Details 2025-03-13 21:16:20
1.1.1 stable Not tested Not yet tested Details 2023-02-10 11:24:31
1.1.0 stable Not tested Not yet tested Details 2022-08-01 20:54:53
1.0.9 stable Not tested Not yet tested Details 2021-11-02 22:48:40
1.0.8 stable Not tested Not yet tested Details 2021-04-16 16:26:27
1.0.7 stable Not tested Not yet tested Details 2021-03-26 10:22:47
1.0.6 stable Not tested Not yet tested Details 2021-02-04 14:24:22
1.0.5 stable Not tested Not yet tested Details 2021-02-04 14:20:58
1.0.4 stable Not tested Not yet tested Details 2020-04-22 15:36:31
1.0.3 stable Not tested Not yet tested Details 2020-04-22 15:21:41
1.0.1 stable Not tested Not yet tested Details 2019-05-11 00:44:42
1.0.0 stable Not tested Not yet tested Details 2018-11-19 05:57:45

Requires 2

Package Constraint
magento/framework ^101|^102|^103
php ^8

Compatibility

Each Magento release line is installed on its supported PHP versions, then the module is built (DI compilation + static-content deploy) and its unit and integration suites are run. The matrix shows the lines and PHP versions the module is confirmed to install and run on. Code-quality results further down (phpstan, phpcs, …) are reported separately and never affect compatibility.

Compatibility matrix (Magento × PHP)
Magento PHP 8.2 PHP 8.3 PHP 8.4 PHP 8.5
2.4.7 Pass Pass
2.4.8 Pass Pass
2.4.9 Pass Pass

Code Quality

Advisory checks against the module's source. Static analysis runs once across the whole module; PHPStan re-runs per Magento + PHP version because resolvable symbols differ between releases. These NEVER affect the Compatibility badge. A phpcs finding can't make a module incompatible.

Static analysis

Coding standards (phpcs), mess detection (phpmd), copy-pasted code (cpd), PHP cross-version compatibility, composer.json validity. Each runs once for the whole module.

Static analysis results
Tool Status Findings Summary
PHPCS Warning 2 2 warnings (ruleset: Magento2) — 1 auto-fixable with phpcbf
PHPMD Warning 2 2 rule violations (IfStatementAssignment:1, UnusedFormalParameter:1)
Cpd Pass 0
Composer validate Info 1 valid; 1 advisory note (composer validate --strict)

PHPStan

Type-checks the module's PHP against a real Magento install at the configured gate level. Re-runs per Magento and PHP version because resolvable symbols differ between releases.

PHPStan results by Magento and PHP version
Magento PHP 8.2 PHP 8.3 PHP 8.4 PHP 8.5
2.4.7 3 3
2.4.8 2 2
2.4.9 2 2

Tests

Unit and integration suites, run for each applicable Magento and PHP version. A test failure speaks to the module's behaviour, not its compatibility with a Magento line, so it is reported here separately and never reddens the compatibility matrix.

Unit tests

Unit tests results by Magento and PHP version
Magento PHP 8.2 PHP 8.3 PHP 8.4 PHP 8.5
2.4.7 N/A N/A
2.4.8 N/A N/A
2.4.9 N/A N/A

Integration tests

Integration tests results by Magento and PHP version
Magento PHP 8.2 PHP 8.3 PHP 8.4 PHP 8.5
2.4.7 N/A N/A
2.4.8 N/A N/A
2.4.9 N/A N/A

Security

Security checks run directly against the module: an audit of its declared dependencies for known vulnerabilities (composer audit) and a scan of its source for malware and web-shell signatures. Each runs once. A malware detection fails the version outright.

Security results
Tool Status Findings Summary
Composer audit Pass 0
Malware scan Pass 0
License
MIT

More from markshust

View vendor
Make it pay

Turn an existing module into recurring revenue.

If you already maintain a Magento 2 module on GitHub or GitLab, listing it on Packagento takes about five minutes. We mirror your tags, handle distribution signing, and route paid licenses through Stripe Connect, so you can keep shipping the way you already do.