mollie / magento2-hyva-compatibility
mollie/magento2-hyva-compatibility
Hyvä Themes Compatibility module for Mollie Payments
Hyvä support for Mollie
About Mollie Payments
With Mollie, you can accept payments and donations online and expand your customer base internationally with support for all major payment methods through a single integration. No need to spend weeks on paperwork or security compliance procedures. No more lost conversions because you don’t support a shopper’s favourite payment method or because they don’t feel safe. We made our products and API expansive, intuitive, and safe for merchants, customers and developers alike.
Mollie requires no minimum costs, no fixed contracts, no hidden costs. At Mollie you only pay for successful transactions. More about this pricing model can be found here. You can create an account here. The Mollie Magento 2 plugin quickly integrates all major payment methods ready-made into your Magento webshop.
About this repository
This repository holds 2 modules:
Mollie_HyvaCompatibility: This module adds compatibility for the Mollie module with Hyvä.Mollie_HyvaCheckout: This module adds support for the Hyvä Checkout module.
If you are using the Hyvä React Checkout module, we have a separate repository for that:
https://github.com/mollie/magento2-hyva-react-checkout
Installation
- Install the module using composer:
composer require mollie/magento2-hyva-compatibility
- Enable both modules:
bin/magento module:enable Mollie_HyvaCompatibility
bin/magento module:enable Mollie_HyvaCheckout
If you don't have the Hyvä Checkout module installed, you need to disable the module instead:
bin/magento module:disable Mollie_HyvaCheckout
- Upgrade the database:
bin/magento setup:upgrade
- Let Hyvä know about the new module:
php bin/magento hyva:config:generate
- When having a custom theme add this line to your
tailwind.config.jsin thepurge.contentsection:
purge: {
content: [
// ...
'../../../../../../../vendor/mollie/**/*.phtml',
]
}
- Generate the CSS files:
npm --prefix vendor/hyva-themes/magento2-default-theme/web/tailwind/ run ci
npm --prefix vendor/hyva-themes/magento2-default-theme/web/tailwind/ run build-prod
Or from your theme:
npm --prefix app/design/frontend/<Vendor>/<Theme>/web/tailwind run ci
npm --prefix app/design/frontend/<Vendor>/<Theme>/web/tailwind run build-prod
Missing styles?
Make sure that PostCSS uses the postcssImportHyvaModules plugin in your theme:
- Go to your theme folder:
app/design/frontend/<Vendor>/<Theme>/web/tailwind - Install the module:
npm install --save-dev @hyva-themes/hyva-modules
- Open your
postcss.config.jsand add this as the first line:
const { postcssImportHyvaModules } = require("@hyva-themes/hyva-modules");
- Make sure the plugin is includes in the plugins list:
module.exports = {
plugins: [
postcssImportHyvaModules,
// ...
],
};
No changelog yet
The vendor hasn't published a changelog. Tagged releases appear in the Versions tab.
| Version | Stability | QA Status | Compatibility | Released |
|---|---|---|---|---|
| v3.0.1 | stable | Not tested | Not yet tested Details | 2026-06-08 17:00:01 |
| v3.0.0 | stable | Not tested | Not yet tested Details | 2026-06-08 13:56:18 |
| 3.0.0-RC5 | RC | Not tested | Not yet tested Details | 2026-03-30 14:21:45 |
| 3.0.0-RC4 | RC | Not tested | Not yet tested Details | 2026-03-24 11:47:38 |
| 3.0.0-RC3 | RC | Not tested | Not yet tested Details | 2026-03-24 10:34:09 |
| 2.6.0 | stable | Fail | Not yet tested Details | 2026-03-10 12:49:58 |
| 3.0.0-RC2 | RC | Not tested | Not yet tested Details | 2026-01-26 12:21:19 |
| 2.5.0 | stable | Not tested | Not yet tested Details | 2025-11-11 08:29:18 |
| 2.4.1 | stable | Not tested | Not yet tested Details | 2025-06-16 12:20:28 |
| 2.4.0 | stable | Not tested | Not yet tested Details | 2025-04-02 07:19:55 |
| 2.3.0 | stable | Not tested | Not yet tested Details | 2025-01-02 10:34:21 |
| 2.2.0 | stable | Not tested | Not yet tested Details | 2024-12-02 14:49:16 |
| 2.1.1 | stable | Not tested | Not yet tested Details | 2024-03-06 10:49:32 |
| 2.1.0 | stable | Not tested | Not yet tested Details | 2023-09-29 08:31:39 |
| 2.0.1 | stable | Not tested | Not yet tested Details | 2023-06-26 14:18:53 |
| 1.0.2 | stable | Not tested | Not yet tested Details | 2023-05-09 17:49:26 |
| 1.0.1 | stable | Not tested | Not yet tested Details | 2023-05-01 12:02:38 |
| 1.0.0 | stable | Not tested | Not yet tested Details | 2023-04-19 13:24:27 |
Requires 3
| Package | Constraint |
|---|---|
| magento/framework | * |
| hyva-themes/magento2-compat-module-fallback | * |
| mollie/magento2 | >=2.31.0 |
No QA results yet
QA pipelines haven't run for this version. Compatibility and quality results appear here once the vendor publishes a tagged release that gets ingested.
No license declared
This package's composer.json doesn't declare a license, homepage, or authors. Check the source repository for terms of use.
More from mollie
View vendorTurn 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.