Chat on WhatsApp

Ordered Items Column for Magento 2 Admin Sales Grid

See what was ordered without opening the order. This extension adds a rich "Order Items" column to the Magento 2 admin Sales Order Grid — showing product thumbnails, names, SKUs, quantities, prices, configurable options (size, color), an…

Magento 2.4.6–2.4.8 PHP 8.1–8.4 Hyva + Luma Ready Free

Key Features:

  • Product Thumbnails
  • Product Names
  • SKU Display
  • Quantity & Pricing

Additional Services

$0.00
In stock
SKU
panth-ordered-items
Links
Pay with Wise
Lifetime Updates Every Magento release
1-Year Free Support Email + WhatsApp
Adobe-Certified Magento 2 Developer
Free Forever No subscription, no upsell
What you get

Everything in the box

Built-in from day one. No add-ons, no upsell, no licence keys to renew.

Product Thumbnails

see what was ordered at a glance without opening the order

Product Names

clickable, opens product editor in a new tab

SKU Display

instantly identify products by their SKU codes

Quantity & Pricing

ordered qty, unit price, and row total with dynamic currency

Configurable Options

shows Size, Color, and other product options inline

Fulfillment Status Badges

color-coded per-item status: Pending, Invoiced, Shipped, Refunded, Canceled

Overview

Panth Ordered Items is an admin sales grid column for Magento 2 and Adobe Commerce that shows the products inside every order without opening the order view.

The Panth Ordered Items extension renders product thumbnails, names, SKUs, quantities, prices, configurable options like size and color, and per-item fulfillment badges (pending, invoiced, shipped, refunded, canceled) directly inside the Sales Order Grid, so store owners and CS agents can scan order contents at a glance.

It is built for Magento 2 store owners, customer service teams, and warehouse operators who lose hours clicking into individual orders just to confirm what was purchased. Every column detail is toggleable from Stores > Configuration > Panth Extensions > Ordered Items Grid, so each role sees only the data it needs.

Orders with 10 or more items collapse into a "View all" link that opens a paginated popup with a page-size selector (10, 20, 50, All), navigation, thumbnails, SKUs, prices, and fulfillment badges, keeping the grid compact no matter how large the order. The module respects admin ACL, so granular permissions stay intact.

Best for:

  • Magento 2 store owners triaging order volume from a single grid view.
  • Customer service teams answering "what did they order" tickets without context-switching.
  • Warehouse and fulfillment staff verifying pick lists against thumbnails and SKUs.

What you get

Panth Ordered Items adds a rich, admin-configurable Order Items column to the Magento 2 sales grid with paginated popup support for large carts.

  • Inline product thumbnails, names, SKUs, quantities, and unit prices in the order grid.
  • Configurable option display for size, color, and custom product options.
  • Per-item fulfillment badges: pending, invoiced, shipped, refunded, canceled.
  • Paginated popup for orders with 10 or more items, with 10/20/50/All page sizes.
  • Admin toggles for every column element from Stores > Configuration.
  • Compatible with Magento 2.4.4–2.4.9 and Adobe Commerce on PHP 8.1–8.4.

Panth Ordered Items — Order Items Column for Magento 2 Admin Sales Grid

See what was ordered without opening the order. This extension adds a rich "Order Items" column to the Magento 2 admin Sales Order Grid — showing product thumbnails, names, SKUs, quantities, prices, configurable options (size, color), and per-item fulfillment status (pending, invoiced, shipped, refunded, canceled) — all at a glance.

Stop clicking into every order just to see what was purchased. Panth Ordered Items gives store owners instant visibility into order contents directly from the grid. Every detail is admin-configurable — toggle thumbnails, prices, SKUs, fulfillment badges, and more from Stores > Configuration > Panth Extensions > Ordered Items Grid.

Preview

Panth Ordered Items — Order Grid Preview

Order Items column showing product thumbnails, names, SKUs, quantities, prices, configurable options, and fulfillment status badges — all inline in the admin order grid.

Paginated Popup for Large Orders (50+ Items)

https://github.com/mage2sk/module-ordered-items/raw/main/docs/order-items-popup-demo.mp4

Orders with 10+ items show a "View all" link that opens a paginated popup with page size selector (10/20/50/All), navigation, thumbnails, SKUs, prices, and fulfillment badges — grid stays compact no matter how many items.


Key Features

  • Product Thumbnails — see what was ordered at a glance without opening the order
  • Product Names — clickable, opens product editor in a new tab
  • SKU Display — instantly identify products by their SKU codes
  • Quantity & Pricing — ordered qty, unit price, and row total with dynamic currency
  • Configurable Options — shows Size, Color, and other product options inline
  • Fulfillment Status Badges — color-coded per-item status: Pending, Invoiced, Shipped, Refunded, Canceled
  • Items Summary — total items count and total units badge at the top of each cell
  • Collapsible "Show More" — orders with many items show first 3 and a "show more" link
  • Click Prevention — clicking the Order Items column does NOT open the order view
  • Fully Admin-Configurable — toggle every element on/off from system config
  • Dynamic Currency — prices formatted using the order's actual currency (USD, EUR, GBP, etc.)
  • Zero Configuration Required — install and it works out of the box with sensible defaults
  • MEQP Compliant — passes Adobe Marketplace code quality standards
  • Lightweight — no database tables, no cron jobs, no frontend impact

What You See in the Grid

Each order row shows an "Order Items" column with:

┌─────────────────────────────────────────────┐
│ 3 items • 5 units │
│ │
│ [IMG] Savvy Shoulder Tote │
│ SKU: 24-WB05 │
│ Size: M • Color: White │
│ Qty: 2 • $24.00 • $48.00 │
│ INVOICED: 2 SHIPPED: 2 │
│ │
│ [IMG] Endeavor Daytrip Backpack │
│ SKU: 24-WB06 │
│ Qty: 1 • $33.00 • $33.00 │
│ INVOICED: 1 SHIPPED: 1 REFUNDED: 1 │
│ │
│ [IMG] Compete Track Tote │
│ SKU: 24-MB02 │
│ Qty: 2 • $32.00 • $64.00 │
│ PENDING │
│ │
└─────────────────────────────────────────────┘

How It Works

The extension adds a virtual column to the sales_order_grid UI component via XML. The OrderItems column class:

  1. Receives each order row's entity_id during prepareDataSource()
  2. Loads the order's visible items via OrderRepositoryInterface
  3. For each item, renders HTML with thumbnail, name, SKU, options, price, and status
  4. Uses event.stopPropagation() to prevent row clicks from navigating away
  5. Respects all admin configuration toggles
  6. Formats prices using Magento's PriceCurrencyInterface with the order's actual currency

Performance: The column loads order items on-demand when the grid renders. For stores with very high order volumes, consider limiting the grid page size to 20-50 rows.


Fulfillment Status Badges

Each item shows color-coded fulfillment badges:

Badge Color Meaning
Pending Gray Not yet invoiced or shipped
Invoiced: N Blue N items invoiced
Shipped: N Green N items shipped
Refunded: N Amber N items refunded
Canceled: N Red N items canceled

Multiple badges can appear simultaneously (e.g., "Invoiced: 2, Shipped: 1, Refunded: 1").


Troubleshooting

Issue Solution
Column not visible Check Stores > Config > Panth Extensions > Ordered Items Grid > Enable = Yes
Column visible but empty Run bin/magento setup:di:compile && bin/magento cache:flush
Thumbnails show placeholder Products may not have images uploaded, or images need reindexing
Prices show wrong currency The column uses the order's currency — verify the order was placed with the correct currency
"show more" link not working Clear browser cache and static content: bin/magento setup:static-content:deploy -f
Column too wide Adjust max_visible to show fewer items, or disable some display options

Compatibility

Requirement Versions Supported
Magento Open Source 2.4.4, 2.4.5, 2.4.6, 2.4.7, 2.4.8
Adobe Commerce 2.4.4, 2.4.5, 2.4.6, 2.4.7, 2.4.8
Adobe Commerce Cloud 2.4.4 — 2.4.8
PHP 8.1, 8.2, 8.3, 8.4
Panth Core ^1.0 (installed automatically)

Installation

Composer (recommended)

composer require mage2kishan/module-ordered-items
bin/magento module:enable Panth_OrderedItems
bin/magento setup:upgrade
bin/magento setup:di:compile
bin/magento cache:flush

Manual Installation

  1. Download and extract to app/code/Panth/OrderedItems/
  2. Run the enable commands above

Verify

bin/magento module:status Panth_OrderedItems
# Module is enabled

Navigate to Sales > Orders — the "Order Items" column appears automatically.


Configuration

Navigate to Stores > Configuration > Panth Extensions > Ordered Items Grid.

Admin Configuration — Ordered Items Grid

Every element in the Order Items column is independently toggleable from admin config.

General Settings

Setting Default Description
Enable Order Items Column Yes Show/hide the column in the order grid
Max Visible Items 3 Items shown before the "show more" link

Display Options

Setting Default Description
Show Product Thumbnail Yes Product image in each item row
Show SKU Yes Product SKU code
Show Price Yes Unit price and row total with dynamic currency
Show Quantity Yes Ordered quantity badge
Show Product Options Yes Size, Color, and other configurable attributes
Show Fulfillment Status Yes Invoiced/Shipped/Refunded/Canceled badges
Show Items Summary Yes Total items and units count badge
Link Product Name Yes Click product name to open editor in new tab

License

Proprietary — see LICENSE.txt. One license per Magento production installation.


More Information
Module Category Admin Tools
Best For All Sizes
FAQ

Frequently Asked Questions

Does this slow down the order grid?

Minimally. The column loads order items for each visible row (typically 20-50 orders). For very large catalogs, you can disable thumbnails to reduce image loading.

Does it work with configurable, bundle, and grouped products?

Yes. Configurable products show their selected options (Size, Color). Bundle products show their bundle selections. Grouped products show individual items.

Can I disable specific elements like prices or SKUs?

Yes. Every element is independently toggleable from admin config. You can show only thumbnails and names if you prefer a minimal view.

Does it modify the sales_order_grid database table?

No. The column is purely virtual — it renders at display time using the order repository. No database schema changes.

Does it work with third-party order management extensions?

Yes. It reads from Magento's standard OrderRepositoryInterface and does not modify any order data.

Will it conflict with other grid customization extensions?

No. It adds a new column without modifying existing columns. It uses Magento's standard UI component extension mechanism.


Does this replace Magento's native contact form?

Yes. When the module is enabled, the /contact URL is handled by Panth Advanced Contact Us and the stock Magento_Contact form is bypassed. Disable the module to revert to the native form — no data loss.

Can I add more than 3 custom tabs?

Yes. Both CMS block tabs and attribute tabs support unlimited entries. Add as many as your product requires.

Does Smart Badge slow down my category pages?

No. Badge lookups are indexed and cached per product + store view + customer group, and badge rendering is pure CSS. Typical overhead is under 5ms on listing pages.

Does this module override Magento's `cms/noroute/index` controller?

No. It uses Magento's standard layout update mechanism to replace the block under the content container. The controller itself is untouched.

What triggers a price drop alert?

Any reduction in the final displayed price for the store view where the customer subscribed — catalog regular price, special price, catalog price rule discount, tier pricing, or group pricing. The module compares the current final price against the baseline captured at subscription time.

Does this replace Magento's default product gallery?

Yes, on the product detail page. When the module is enabled, the default gallery.phtml is replaced with the Panth gallery (one template for Hyva, another for Luma — chosen automatically).

Does Panth Search Autocomplete work with Elasticsearch and OpenSearch?

Yes. The module is engine-agnostic — it uses whatever Magento is configured with (Elasticsearch 7, Elasticsearch 8, OpenSearch 1.x/2.x, or the MySQL fallback). No extra setup required.

Does Panth Advanced SEO replace Magento's native SEO features?

It enhances them. Magento's native meta fields still work — Panth Advanced SEO adds template-based defaults, tokens, hreflang groups, JSON-LD, SEO scoring, and dozens of other features Magento ships without.

Will this overwrite my custom image labels?

No. Merchant-authored labels (anything other than empty, the product name, Image, main product photo, or the raw filename) are preserved. Only Magento's default placeholders get upgraded to template output.

How is this different from Magento's native "file" custom option?

Native file custom options are tied to the cart quote item and don't persist cleanly as a first-class order record. Panth Order Attachments creates dedicated panth_quote_attachment and panth_order_attachment tables, linked to the sales order item, ensuring files remain accessible for the full order lifetime — including reorders, invoices, and RMAs.

Need this customised?

Talk to Kishan directly — written quote, scope and timeline within 24 hours. No sales call.

WhatsApp

Ordered Items Column for Magento 2 Admin Sales Grid

$0.00
Step up

Customers usually upgrade to