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

Link sales item names to Admin product edits

Maintainers

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

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.0 2026-04-30 21:33 UTC

This package is auto-updated.

Last update: 2026-04-30 21:38:57 UTC


README

Latest Stable Version Total Downloads Magento Version License PHP Version Require

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