buckaroo-it / Magento2

Repository containing the Magento2 plugin by Buckaroo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Buckaroo Magento 2 Payments Plugin

Latest release

Index



About

Magento is an e-commerce platform owned by Adobe. There are two versions: Magento Open Source, the free, open source version written in PHP, and Magento Commerce, the paid cloud version. More than 250,000 merchants around the world use the Magento platform.

The Buckaroo Payments Plugin (Dutch or English) for Magento 2 enables a ready-to-sell payment gateway. You can choose from popular online payment methods in The Netherlands, Belgium, France, Germany and globally. Start accepting payments within a few minutes.

Requirements

To use the Buckaroo plugin, please be aware of the following minimum requirements:

  • A Buckaroo account (Dutch or English)
  • Magento version Magento 2.4.4 up to 2.4.6
  • PHP 7.4 , 8.0 , 8.1, 8.2

Installation

We recommend you to install the Buckaroo Magento 2 Payments plugin with composer. It is easy to install, update and maintain.

Run the following commands in the Magento 2 root folder:

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

Upgrade

You can also update the Buckaroo plugin with composer. To do this, please run the following commands in your Magento 2 root folder:

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

Run compile if your store in Production mode:

php bin/magento setup:di:compile

Configuration

For the configuration of the plugin, please refer to our Dutch or English support website. You will find all the necessary information there.
But if you still have some unanswered questions, then please contact our technical support team.

Additional plugins

The Buckaroo Magento 2 plugin can be extended with the following modules:

Second chance
module
Google Analytics
module
Hyvä React Checkout
module
Hyvä Checkout
module
GraphQL
module
Second-chance Google-analytics Hyva-react-checkout Hyva-checkout GraphQL

Contribute

We really appreciate it when developers contribute to improve the Buckaroo plugins.
If you want to contribute as well, then please follow our Contribution Guidelines.

Versioning

  • MAJOR: Breaking changes that require additional testing/caution.
  • MINOR: Changes that should not have a big impact.
  • PATCHES: Bug and hotfixes only.

Additional information

Please note:
This file has been prepared with the greatest possible care and is subject to language and/or spelling errors.

About

Repository containing the Magento2 plugin by Buckaroo

License:MIT License


Languages

Language:PHP 79.1%Language:JavaScript 11.8%Language:HTML 8.0%Language:CSS 1.0%Language:Shell 0.2%