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
Requires
- php: ~8.3.0||~8.4.0
- magento/extension-b2b: ^1.5
- magento/framework: 103.0.*
README
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