mageme / module-eu-withdrawal-hyva

mageme/module-eu-withdrawal-hyva

Hyva theme compatibility for mageme/module-eu-withdrawal. Re-renders the customer-facing withdrawal form (4-step SPA + lookup) and order-view integrations using pure Alpine.js + Tailwind utilities — no KO, no jQuery, no Magewire dependency. Hyva checkout integration (precontract block + waiver step) is shipped separately. NOT legal advice — see README disclaimer.

magento2-module Compatibility: Not yet tested Code Quality: Fail Tests: N/A Security: Pass proprietary

MageMe EU Withdrawal — Hyva Theme Companion

Hyva theme compatibility for the EU Withdrawal customer flow — pure Tailwind and Alpine.js, no KnockoutJS, no jQuery.

Latest Version
Downloads
Hyva
PHP
License

Hyva theme companion for mageme/module-eu-withdrawal. Re-renders the storefront-facing withdrawal flow with the Hyva design system. Install it when your storefront runs on a Hyva theme.

Documentation · Base module · Get Pro features


What it does

Hyva-native rendering for the customer-facing parts of the base module:

  • Withdrawal flow at /withdraw-contract/ — the guided flow (find order → select items → review & confirm) for both the guest lookup and the logged-in order picker.
  • Customer account — the "Withdrawal requests" section.
  • Sales order view — the "Start return" button and active-withdrawal banner.

Tailwind utility classes and a single Alpine component replace the base module's KnockoutJS. No compliance behaviour is added or removed — this is purely a theme-rendering layer.

For Hyva Checkout (the pre-contract block and waiver step on the checkout itself), install the separate Hyva Checkout companion.

Requirements

  • EU Withdrawal base module (pulled automatically)
  • hyva-themes/magento2-theme-module ≥ 1.3.11
  • Magento 2.4.4–2.4.9, PHP 8.1–8.5

Install

composer require mageme/module-eu-withdrawal-hyva
bin/magento module:enable MageMe_EUWithdrawal Hyva_MageMeEUWithdrawal
bin/magento setup:upgrade
bin/magento cache:flush

Recompile the Hyva Tailwind bundle so the classes used by this module are picked up (substitute your child theme's web/tailwind/ path if applicable):

cd vendor/hyva-themes/magento2-default-theme/web/tailwind
npm install && npm run build

Custom Magento development

Need a feature an extension doesn't cover, or a bespoke Magento build? MageMe takes on custom extension development and integration work.

Custom Magento development

Support

Disclaimer

This is a technical theme-compatibility shim — it re-implements the flow in Alpine + Tailwind and adds or removes no compliance functionality. The merchant is responsible for verifying the flow renders correctly under their Hyva theme and version before going to production. See the base module's full disclaimer.

License

Distributed free of charge as a free-tier companion, governed by the MageMe End User License Agreement (mageme.com/license).


MageMe builds Magento 2 and Adobe Commerce extensions for B2B merchants — form building, quoting, catalog control, and EU compliance.

1.0.4

  • Other: Internal cleanup of the withdrawal form's inline-script handling.

1.0.3

  • New: Full order selection mode support in the withdrawal form
  • Fix: final confirmation button now renders the legally required "Confirm withdrawal" label in the customer's language instead of "Submit return request"
  • New: Extension points for the Pro photo evidence step on the withdrawal form
  • Other: Mobile layout polish on the withdrawal form (full-bleed cards, tighter spacing)

1.0.2

  • Fix: The withdrawal refund summary now reflects order-level discounts and other custom totals.

1.0.1

  • New: "Show more" in the order picker — load more eligible orders on demand.

1.0.0

  • New: First public release. Hyva theme compatibility for the EU Withdrawal customer flow — the lookup form, the four-step withdrawal flow, the customer-account "Withdrawal requests" section, and the order-view withdraw button, all rebuilt with Tailwind and Alpine.js.
Versions
Version Stability QA Status Compatibility Released
1.0.4 stable Pass Not yet tested Details 2026-06-21 22:29:51
1.0.3 stable Not tested Not yet tested Details 2026-06-17 12:51:09
1.0.2 stable Not tested Not yet tested Details 2026-06-08 20:27:40
1.0.1 stable Not tested Not yet tested Details 2026-06-03 19:55:51
1.0.0 stable Not tested Not yet tested Details 2026-06-01 18:44:35

Requires 3

Package Constraint
hyva-themes/magento2-theme-module ^1.3.11
mageme/module-eu-withdrawal ^1.0
php ~8.1.0||~8.2.0||~8.3.0||~8.4.0||~8.5.0

Compatibility

Each Magento release line is installed on its supported PHP versions, then the module is built (DI compilation + static-content deploy) and its unit and integration suites are run. The matrix shows the lines and PHP versions the module is confirmed to install and run on. Code-quality results further down (phpstan, phpcs, …) are reported separately and never affect compatibility.

Compatibility matrix (Magento × PHP)
Magento PHP 8.2 PHP 8.3 PHP 8.4 PHP 8.5
2.4.7 not tested not tested
2.4.8 not tested not tested
2.4.9 not tested not tested

Code Quality

Advisory checks against the module's source. Static analysis runs once across the whole module; PHPStan re-runs per Magento + PHP version because resolvable symbols differ between releases. These NEVER affect the Compatibility badge — a phpcs finding can't make a module incompatible.

Static analysis

Coding standards (phpcs), mess detection (phpmd), copy-pasted code (cpd), PHP cross-version compatibility, composer.json validity. Each runs once for the whole module.

Static analysis results
Tool Status Findings Summary
PHPCS Warning 243 243 warnings (ruleset: Magento2) — 4 auto-fixable with phpcbf
PHPMD Pass 0
Cpd Pass 0
Composer validate Info 1 valid; 1 advisory note (composer validate --strict)

PHPStan

Type-checks the module's PHP against a real Magento install at the configured gate level. Re-runs per Magento and PHP version because resolvable symbols differ between releases. Cell → details modal.

PHPStan results by Magento and PHP version
Magento PHP 8.2 PHP 8.3 PHP 8.4 PHP 8.5
2.4.7 Error Error
2.4.8 Error Error
2.4.9 Error Error

Tests

Unit and integration suites, run for each applicable Magento and PHP version. A test failure speaks to the module's behaviour, not its compatibility with a Magento line, so it is reported here separately and never reddens the compatibility matrix.

Unit tests

Unit tests results by Magento and PHP version
Magento PHP 8.2 PHP 8.3 PHP 8.4 PHP 8.5
2.4.7 N/A N/A
2.4.8 N/A N/A
2.4.9 N/A N/A

Integration tests

Integration tests results by Magento and PHP version
Magento PHP 8.2 PHP 8.3 PHP 8.4 PHP 8.5
2.4.7 N/A N/A
2.4.8 N/A N/A
2.4.9 N/A N/A

Security

Security checks run directly against the module: an audit of its declared dependencies for known vulnerabilities (composer audit) and a scan of its source for malware and web-shell signatures. Each runs once. A malware detection fails the version outright.

Security results
Tool Status Findings Summary
Composer audit N/A 0 no resolvable dependency tree to audit — Your requirements could not be resolved to an installable set of packages. Problem 1
Malware scan Pass 0
License
proprietary
Authors

More from mageme

View vendor
Make it pay

Turn an existing module into recurring revenue.

If you already maintain a Magento 2 module on GitHub or GitLab, listing it on Packagento takes about five minutes. We mirror your tags, handle distribution signing, and route paid licenses through Stripe Connect, so you can keep shipping the way you already do.