aimanecouissi / module-sales-items-product-link-admin-ui
Link sales item names to Admin product edits
Package info
github.com/aimanecouissi/magento2-module-sales-items-product-link-admin-ui
Type:magento2-module
pkg:composer/aimanecouissi/module-sales-items-product-link-admin-ui
Requires
- php: ^8.3
- magento/framework: 103.0.*
README
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.