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

1.0.0 2026-03-01 21:52 UTC

This package is auto-updated.

Last update: 2026-03-01 22:35:00 UTC


README

Latest Stable Version Total Downloads Magento Version Require License PHP Version Require Hyvä Compatibility

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

License

MIT