Hyvä React Checkout Module
Buckaroo has developed an advanced Hyvä React Checkout module as an extension for the Buckaroo Magento 2 plugin. By integrating this module, we have seamlessly incorporated support for Hyvä React Checkout, enhancing your payment experience with Buckaroo while enjoying quicker loading times, particularly on mobile devices – a remarkable 13 times faster. With Hyvä's outstanding performance, your store will witness improved conversion rates, superior performance, and reduced overall complexity for developers.
Hyvä Module Versions
Please note that there are two versions of Hyvä modules:
- Hyvä Checkout Module: For this version, use the following repository:
- Hyvä React Checkout Module: For this version, use the separate repository:
Installation
Before you start, please ensure that you've installed the following plugins 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
- In
reactapp/package.json
of the Hyvä module, add this repository to thepaymentMethods
entry:
"config": {
"paymentMethodsRepo": {
"buckaroo": "[email protected]:buckaroo-it/Magento2_Hyva.git"
}
},
- Run npm commands to process the changes and rebuild the app:
npm i
npm run build
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, fetch the latest changes from GitHub and rebuild the React app 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:
Updated 3 months ago