Installation
There are two ways to install the extension. Composer is the recommended route, because it makes updating a single command. Installing from the Shopware Store works if you would rather not use the command line.
Before you start
Check that your store meets the extension's requirements. The supported Shopware, PHP and Composer versions are listed on the repository and with each release, so you are reading them for the version you are installing rather than whenever this page was last edited.
Install with Composer
Run these from your Shopware 6 root folder:
composer require buckaroo/shopware6
ln -s ../../vendor/buckaroo/shopware6 custom/plugins/BuckarooPayments
bin/console plugin:refresh
bin/console plugin:install --activate BuckarooPayments
bin/console cache:clearThere is no administration rebuild step. The extension ships pre-built administration assets, so you do not need to run a build command afterwards.
Install from the Shopware Store
- Sign in to your Shopware 6 administration.
- Go to
Extensions→Storeand search for Buckaroo. - Install the extension, then activate it.
Upgrade
composer update buckaroo/shopware6
bin/console plugin:update BuckarooPayments
bin/console cache:clearTest an upgrade on a staging environment first, and read the release notes before you start. See Releases.
Assign payment methods to a sales channel
Installing the extension makes the payment methods available, but Shopware will not offer a method in a checkout until it is assigned to that sales channel. This is Shopware's own behaviour rather than anything in the extension, and it is the usual reason a method that looks enabled does not appear.
Assign them under Sales Channels, on the channel's own settings, in the payment methods list.
Next, connect your Buckaroo account. See Connect your account.
Updated 2 days ago