The Home for Magento 2 Excellence

Quality-tested Magento 2 modules. Explore. Evaluate. Elevate. #magento2

1090 Modules
617 Ready
473 Need Help
🏆 Leaderboard
Actively Maintained v1.0.0

Negotiable Quote Delete

aimanecouissi/module-negotiable-quote-delete-admin-ui

Adds permission-gated Delete actions to the negotiable quote view page and a mass action to the Admin Sales Quotes grid, removing selected B2B negotiable quotes and their orphaned base quotes.

0
Downloads
0
GitHub Stars
2mo ago
Last Release
0
Open Issues
Build Issues
0/3 checks passed

Build Tests

Composer Install
DI Compile
Templates

Code Quality

CS Coding Standard
PHPStan

Tested on Magento 2.4.9

Recent Test History

Each release is tested against the latest Magento version at that time.

v1.0.0 on Magento 2.4.9
Jun 1, 2026

Looking for Contributors

Composer installation fails. Your contribution could help the entire Magento community!

Contribute

Share This Module's Status

Negotiable Quote Delete Magento compatibility status badge

README

Loaded from GitHub

AimaneCouissi_NegotiableQuoteDeleteAdminUi

Adds Delete actions to negotiable quote views and the Admin → Sales → Quotes grid. The module provides both a quote view button and a grid mass action for deleting negotiable quote data from the Admin.

Installation

composer require aimanecouissi/module-negotiable-quote-delete-admin-ui
bin/magento module:enable AimaneCouissi_NegotiableQuoteDeleteAdminUi
bin/magento setup:upgrade
bin/magento cache:flush

Usage

Open a negotiable quote from the Admin → Sales → Quotes grid. The Delete button appears on the quote view page when the current Admin user has the Delete permission.

The Delete mass action appears in the Admin → Sales → Quotes grid and deletes selected negotiable quotes. Deleted negotiable quotes also remove the base quote when no order references it.

Uninstall

bin/magento module:disable AimaneCouissi_NegotiableQuoteDeleteAdminUi
composer remove aimanecouissi/module-negotiable-quote-delete-admin-ui
bin/magento setup:upgrade
bin/magento cache:flush

Changelog

See CHANGELOG for all recent changes.

License

MIT

This content is fetched directly from the module's GitHub repository. We are not the authors of this content and take no responsibility for its accuracy, completeness, or any consequences arising from its use.