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.
Build Tests
Code Quality
Tested on Magento 2.4.9
Recent Test History
Each release is tested against the latest Magento version at that time.
Share This Module's Status
README
Loaded from GitHubAimaneCouissi_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
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.