Installation
The Buckaroo Payments Plugin for Magento 2 provides a seamless payment gateway for your online store. It offers a wide range of popular online payment methods in the Netherlands, Belgium, France, Germany, and worldwide.
Requirements
- Buckaroo Account: Click here to get started
- Magento Version: 2.4.4 to 2.4.6
- PHP Versions: Tested on PHP 8.0, 8.1 & 8.2
Composer Installation
For a seamless installation, we highly recommend using Composer to install the Buckaroo Magento 2 module. Composer offers a straightforward approach to installing, updating, and maintaining the module. To get started, simply run the following commands in the root folder of your Magento 2 installation:
Installation
composer require buckaroo/magento2
php bin/magento module:enable Buckaroo_Magento2
php bin/magento setup:db-declaration:generate-whitelist --module-name=Buckaroo_Magento2
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy
Upgrade
To ensure access to the latest features and bug fixes, update the extension regularly. Execute the following commands and remember to flush your Magento cache afterwards:
composer update buckaroo/magento2
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy
Compile (Production Mode Only)
php bin/magento setup:di:compile
Additional Modules
- Second Chance module
- Google Analytics moduke
- Hyvä React Checkout module
- Hyvä Checkout Module
- GraphQL module
Note
The Hyvä Checkout module is currently available as a BETA version only.
Updated 3 months ago