aimanecouissi/module-negotiable-quote-order-reference

Add order reference link to negotiable quotes 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 2025-09-14 11:32 UTC

This package is auto-updated.

Last update: 2025-10-14 12:18:04 UTC


README

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

Adds an Order reference link to the Negotiable Quote view page, allowing quick navigation to the order created from the 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’s view page. If the quote has been converted to an order, an Order reference appears on the Quote section and links directly to the order view; otherwise, the link is not shown.

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