aimanecouissi / module-hyva-negotiable-quote-draft-filter
Filter out negotiable quotes with 'draft_by_admin' status from Hyvä quote list
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- php: ~8.3.0||~8.4.0
- magento/framework: 103.0.*
README
Filters out negotiable quotes with status draft_by_admin
from the Hyvä My Quotes list on the storefront.
Installation
composer require aimanecouissi/module-hyva-negotiable-quote-draft-filter bin/magento module:enable AimaneCouissi_HyvaNegotiableQuoteDraftFilter bin/magento setup:upgrade bin/magento cache:flush
Usage
On a Hyvä storefront, go to My Account → My Quotes. Any negotiable quote in status draft_by_admin
will be hidden from this list; other statuses remain visible. To verify, ensure a customer has at least one quote in draft_by_admin
and one in another status—only the latter appears in the list.
Uninstall
bin/magento module:disable AimaneCouissi_HyvaNegotiableQuoteDraftFilter composer remove aimanecouissi/module-hyva-negotiable-quote-draft-filter bin/magento setup:upgrade bin/magento cache:flush