aimanecouissi / module-hyva-negotiable-quote-draft-filter
Filter out admin draft negotiable quotes from the Hyvä My Quotes list
Package info
github.com/aimanecouissi/magento2-module-hyva-negotiable-quote-draft-filter
Type:magento2-module
pkg:composer/aimanecouissi/module-hyva-negotiable-quote-draft-filter
1.0.0
2026-04-12 00:17 UTC
Requires
- php: ^8.3
- hyva-themes/magento2-ee-magento-negotiable-quote: ^1.0
- magento/framework: 103.0.*
README
Filters out negotiable quotes with status draft_by_admin from the My Quotes list on the Hyvä 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
Navigate to My Account → My Quotes on a Hyvä storefront. Quotes with status draft_by_admin are filtered out from the list while all other statuses remain visible. A customer with one quote in draft_by_admin and one in another status can be used to confirm this — only the latter should appear.
Uninstall
bin/magento module:disable AimaneCouissi_HyvaNegotiableQuoteDraftFilter composer remove aimanecouissi/module-hyva-negotiable-quote-draft-filter bin/magento setup:upgrade bin/magento cache:flush
Changelog
See CHANGELOG for all recent changes.