aimanecouissi/module-hyva-negotiable-quote-draft-filter

Filter out negotiable quotes with 'draft_by_admin' status from Hyvä quote list

1.0.0 2025-09-16 20:47 UTC

This package is auto-updated.

Last update: 2025-09-16 20:47:43 UTC


README

Latest Stable Version Total Downloads Latest Unstable Version License PHP Version Require

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

License

MIT