altapay / magento2-hyva-checkout
AltaPay for Hyvä Checkout
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
Language:CSS
Type:magento2-module
Requires
- altapay/magento2-community: >=4.0
- hyva-themes/magento2-default-theme: ^1.3
- hyva-themes/magento2-hyva-checkout: ^1.1
- magento/framework: *
This package is not auto-updated.
Last update: 2025-04-06 06:36:25 UTC
README
AltaPay integration with the Hyvä Checkout, allowing merchants to accept secure payments easily.
Prerequisites
This module relies on the following components:
- AltaPay Module
- Hyvä default theme
- Hyva checkout plugin
Installation
Follow these steps to install and configure AltaPay for Hyvä Checkout in your Magento store:
- Run the following command in the Magento 2 root folder to install the module:
composer require altapay/magento2-hyva-checkout
- Enable the module:
php bin/magento module:enable Altapay_HyvaCheckout
- Upgrade the setup:
php bin/magento setup:upgrade
- Generate Hyvä configuration:
php bin/magento hyva:config:generate
- Build Tailwind CSS for Hyvä themes:
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 custom theme:
npm --prefix app/design/frontend/<Vendor>/<Theme>/web/tailwind run ci npm --prefix app/design/frontend/<Vendor>/<Theme>/web/tailwind run build-prod
Changelog
See Changelog for all the release notes.
License
Distributed under the MIT License. See LICENSE for more information.
Documentation
For more details please see docs