The Home for Magento 2 Excellence

Quality-tested Magento 2 modules. Explore. Evaluate. Elevate. #magento2

1090 Modules
617 Ready
473 Need Help
🏆 Leaderboard
Actively Maintained v1.0.0

Sales Items Product Link

aimanecouissi/module-sales-items-product-link-admin-ui

Turns product names in admin order, invoice, shipment, and credit memo item tables into links to the corresponding product edit page, falling back to plain text when the referenced product no longer exists.

1
Downloads
Below average
0
GitHub Stars
2mo ago
Last Release
0
Open Issues
Build Passing
Ready to install

Build Tests

Composer Install
DI Compile
Templates

Code Quality

CS Coding Standard
18 warnings
PHPStan Level 8

Tested on Magento 2.4.9

Recent Test History

Each release is tested against the latest Magento version at that time.

v1.0.0 on Magento 2.4.9
Jun 1, 2026

Share This Module's Status

Sales Items Product Link Magento compatibility status badge

README

Loaded from GitHub

AimaneCouissi_SalesItemsProductLinkAdminUi

Links Product Name values in Admin order, invoice, shipment, and credit memo item tables to product edit pages. The module turns existing sales item product names into Admin catalog navigation links when the referenced product still exists.

Installation

composer require aimanecouissi/module-sales-items-product-link-admin-ui
bin/magento module:enable AimaneCouissi_SalesItemsProductLinkAdminUi
bin/magento setup:upgrade
bin/magento cache:flush

Usage

Open an order, invoice, shipment, or credit memo in the Admin. Each Product Name in the item table links to the related Admin → Catalog → Products edit page when the product still exists; deleted or missing product references render the original item name.

Uninstall

bin/magento module:disable AimaneCouissi_SalesItemsProductLinkAdminUi
composer remove aimanecouissi/module-sales-items-product-link-admin-ui
bin/magento setup:upgrade
bin/magento cache:flush

Changelog

See CHANGELOG for all recent changes.

License

MIT

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.