Install the Hyvä compatibility module
Make the Airwallex Payments plugin compatible with your Hyvä Checkout storefront.
To use the Airwallex Payments Plugin for Magento 2 with a Hyvä Checkout storefront, install the Hyvä compatibility module . The module bridges the Airwallex Payments plugin and the Hyvä frontend so that Airwallex payment methods render correctly at checkout.
Before you begin
- You must have a Magento store running the Hyvä Checkout theme.
- You must have the Airwallex Payments plugin installed and configured.
- You must have Composer installed and have command-line access to your Magento root directory.
- For the GitLab method, you must have an SSH key authorized with GitLab. The GitLab method is not suited for deployments because it requires SSH key authorization.
Install via packagist.com
Compatibility modules tagged as stable can be installed with Composer via packagist.com.
-
From your Magento root directory, require the module with Composer:
Shell1composer require hyva-themes/magento2-hyva-checkout-airwallex -
Enable the module:
Shell1bin/magento setup:upgrade
Next steps
Now that you've installed the Hyvä compatibility module, configure the payment methods you want to offer at checkout:
Was this page helpful?