AltaPay integration with the Hyvä Checkout, allowing merchants to accept secure payments easily.
This module relies on the following components:
- AltaPay Module
- Hyvä default theme
- Hyva checkout plugin
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
The setup process requires configuring AltaPay Payment. This module does not introduce any custom configuration options. Instead, the AltaPay Payment configuration follows the standard setup process, just as it would for any default scenario (e.g., Luma-based checkout).
Next, the setup requires configuring the Hyvä theme and Hyvä checkout for the specified store.
- Go to Content > Design > Configuration in the admin panel and set the Hyvä/default theme for the desired store view.
- Navigate to Stores > Configuration > Hyvä Themes > Checkout > General, then enable Hyvä Default (or Hyvä One Page) for the selected store view.
See Changelog for all the release notes.
Distributed under the MIT License. See LICENSE for more information.
For more details please see docs