aimanecouissi / module-hyva-negotiable-quote-draft-filter
Filter out draft_by_admin negotiable quotes from the Hyvä My Quotes list
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 1
Open Issues: 0
Type:magento2-module
pkg:composer/aimanecouissi/module-hyva-negotiable-quote-draft-filter
Requires
- php: ~8.3.0||~8.4.0
- 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.
This module is built specifically for Hyvä frontends and assumes you already have a working Hyvä theme.
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