Installation

Installation


Article Summary

Please note:

Before proceeding with the installation, we highly recommend setting up the plugin in a test environment and creating a backup of your webshop.

Welcome to the Buckaroo Magento 2 Payments Plugin installation page! Here, you'll find all the essential information you need to seamlessly install the plugin for your online store. Say goodbye to payment worries as the Buckaroo payments plugin provides a smooth and reliable payment gateway. Enjoy the convenience of offering a wide range of popular online payment methods in the Netherlands, Belgium, France, Germany, globally. Get ready to enhance your customers' shopping experience with ease and efficiency!

Requirements

• A Buckaroo account - Click here to get started
• Magento 2.4.4 up to 2.4.6
• Tested on PHP 7.4, 8.1 & 8.2

Magento2_download_button


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

Shell
composer require buckaroo/magento2
php bin/magento module:enable Buckaroo_Magento2
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy

Upgrade

To be able to make use of the latest features and bugfixes you should update the extension frequently. To do this you have to execute the following commands and flush your Magento cache.

Shell
composer update buckaroo/magento2
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy

Run compile if your store is in Production mode:

Shell
php bin/magento setup:di:compile


Additional modules

The Buckaroo Magento 2 plugin offers the flexibility to integrate additional modules for enhanced functionality.
Take a look at the following modules that can be seamlessly integrated with our plugin:

Second Chance module
Google Analytics module
Hyvä React Checkout module
Hyvä Checkout module
(in development)
GraphQL module


What's Next