aimanecouissi/module-negotiable-quote-order-reference

Add an Order Reference link to the Admin negotiable quote view page

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 1

Open Issues: 0

Type:magento2-module

pkg:composer/aimanecouissi/module-negotiable-quote-order-reference

1.0.0 2026-03-01 21:29 UTC

This package is auto-updated.

Last update: 2026-03-01 22:34:54 UTC


README

Latest Stable Version Total Downloads Magento Version Require License PHP Version Require

Adds an Order ID link to the negotiable quote view page in the Admin for quick navigation to the order placed from that quote.

Installation

composer require aimanecouissi/module-negotiable-quote-order-reference
bin/magento module:enable AimaneCouissi_NegotiableQuoteOrderReference
bin/magento setup:upgrade
bin/magento cache:flush

Usage

Open any negotiable quote in Admin → Sales → Quotes. If the quote has been converted to an order, an Order ID link appears in the Quote section and navigates directly to the order view. The link is not displayed if no order has been placed from the quote.

Uninstall

bin/magento module:disable AimaneCouissi_NegotiableQuoteOrderReference
composer remove aimanecouissi/module-negotiable-quote-order-reference
bin/magento setup:upgrade
bin/magento cache:flush

License

MIT