blackbird / monetico-hyva-compatibility
Blackbird Monetico Compatibility with Hÿva Theme check https://store.bird.eu/ : to get a license of Monetico base module.
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 0
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- blackbird/monetico: ^100.3.38
- hyva-themes/magento2-hyva-checkout: ^1.1
This package is auto-updated.
Last update: 2025-07-10 07:54:16 UTC
README
Compat module for Blackbird Monetico on Magento 2 using Hyvä Checkout. This requires:
- A Hyvä Checkout key
- A License to Blackbird Monetico
- A contract with Monetico Paiement
Please note that this module is only compatible with redirection mode. Iframe mode is not supported and should be disabled in the Monetico configuration.
bin/magento config:set "payment/monetico_multitime/use_iframe" 0
bin/magento config:set "payment/monetico_onetime/use_iframe" 0
Requirements
- PHP > 7.4
- Hÿva Checkout : ^1.1
- Blackbird Monetico version: ^100.3.38
Setup
Get the package
Composer Package:
composer require blackbird/monetico-hyva-compatibility
Zip Package: Unzip the package in app/code/Blackbird/MoneticoHyvaCompatibility, from the root of your Magento instance.
Install the module
Go to your Magento root directory and run the following magento command:
php bin/magento setup:upgrade
Support
- If you have any issue with this code, feel free to open an issue.
- If you want to contribute to this project, feel free to create a pull request.
Contact
For further information, contact us:
- by email: support@bird.eu
- or by form: https://black.bird.eu/en/contacts/
Authors
- Blackbird Team - Maintainer -
License
This project is licensed under the MIT License - see the LICENSE file for details.
That's all folks!