Extra Order Grid
vendic/module-extraordergrid
Adds extra filtered order grids to the Magento 2 admin that show only orders with a particular status, useful for workflows like pre-orders, backorders, or pay-by-invoice.
Supported Magento versions: 2.4.9
729 installs★ 4 starsLatest: v1.0.9Released 2025-12-11License: MIT
composer require vendic/module-extraordergridREADME
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.
Sometimes, you need another grid for your orders, that shows only orders with a particular status.
For use cases like:
- Pre-orders
- Backorders
- Pay by invoice
With this module, it's very easy to setup. Just set the setup like this:
Clear your Magento 2 cache, and your new filtered order grid is ready to go:
Menu:
Filtered order grid:
composer require vendic/module-extraordergrid
This module uses a copied version of the default order_admin_grid UIComponent. You can find it here:
view/adminhtml/ui_component/vendic_extraordergrid_order_grid.xml
To add/remove columns, just create your own Magento 2 module and extend the UI Component.
Vendic - Magento 2 develops technically challenging e-commerce websites using Magento 2. Feel free to check out our projects on our website.
Links
- Packagist
- PackageMaven — quality data by PackageMaven
- Repository
- Issues


