Hyvä React Checkout module
Buckaroo has developed a cutting-edge Hyvä React Checkout module as an extension for the Buckaroo Magento 2 plugin. By integrating this module, we've seamlessly incorporated support for Hyvä React Checkout, enhancing your payment experience with significantly quicker loading times, especially on mobile devices – up to 13 times faster. With Hyvä's outstanding performance, your store will enjoy improved conversion rates, superior functionality, and reduced complexity for developers.
Hyvä Module Versions
Please note that there are two versions of Hyvä modules:
- Hyvä Checkout Module:
- Repository: Hyvä Checkout Repository
- Hyvä React Checkout Module:
- Repository: Hyvä React Checkout Repository
Installation
Before starting the installation, ensure the following plugins are installed in your Magento 2 environment:
- Hyvä Checkout Example Module Template or Hyvä Themes - React Checkout codebase
- Buckaroo Magento 2 plugin
- Buckaroo Magento 2 GraphQL module
Step-by-Step Installation
- Add the Repository to reactapp/package.json:
"config": {
"paymentMethodsRepo": {
"buckaroo": "[email protected]:buckaroo-it/Magento2_Hyva.git"
}
},
- Run
npm i
again to process the changes andnpm run build
to rebuild the app.
To display the payment summary for partial payments using gift cards, you'll need to copy (override) all the files & folders from:
Hyva/CheckoutExample/reactapp/src/paymentMethods/buckaroo/src/lib/overrides
To:
Hyva/CheckoutExample/reactapp/src
Upgrade
To upgrade the plugin you just need to use git to fetch the latest changes from GitHub, after that you build the react app again using npm:
cd Hyva/CheckoutExample/reactapp/src/paymentMethods/buckaroo
git pull
cd Hyva/CheckoutExample/reactapp
npm run build
Internationalization
A CSV file with the translation strings can be found in the i18n folder. Use this file to add translations to the Hyvä module using the default internationalization functionality provided by Hyvä. Refer to the Hyvä Internationalization Docs for more details.
Supported Payment Methods
Currently, not all payment methods are supported in our Magento 2 Hyvä checkout extension. A list of all supported payment methods can be found below:
Payment method |
---|
Alipay |
Apple Pay |
Bancontact |
Belfius |
Billink |
Creditcards |
EPS |
Giftcards |
Giropay |
iDEAL |
In3 |
KBC |
Klarna |
Payconiq |
PayPal |
PayPerEmail |
Riverty/AfterPay |
SEPA Credit transfer (Bank transfer) |
SEPA Direct Debit |
Sofort |
Tinka |
Buckaroo Voucher |
WeChatPay |
Updated 16 days ago