Installation

Requirements

  • A Buckaroo account - Click here to get started
  • A Shopware store (with version 6.5.x up to 6.6.7.x)
  • PHP version 8.1, 8.2 or 8.3


Installation Steps

  1. Log in to your Shopware 6 store (admin area).
  2. Navigate to Extensions → Store, then search for "Buckaroo". You can also install the Buckaroo Plugin directly by using the direct download button above.
  3. Activate the Plugin: When the plugin appears, ensure the Activated button is toggled on. The Buckaroo plugin is now installed and active.
  4. For more information regarding the configuration of the plugin and how to connect it to your Buckaroo account, please visit the configuration page.

(Alternative) Manual Installation Steps

  1. Go to our Shopware 6 GitHub repository and navigate to Releases.
  2. Download the latest Buckaroo Shopware 6 extension as a .ZIP file.
  3. Log in to your Shopware 6 admin environment.
  4. In the left menu, go to Extensions → My Extensions, and make sure you are on the Apps tab.
  5. Click Upload extension at the top of the page and select the downloaded .ZIP file.
  6. Once the Buckaroo extension appears, toggle the Activated button to enable it. The Buckaroo Shopware 6 extension is now installed and ready to use.

Composer Installation

You can also install the Buckaroo extension with Composer, making it easy to install, update, and maintain.

Install

🚧

Important

Execute the following command from the root directory of your Shopware 6 installation. Ensure that Composer is installed and available on your hosting server before proceeding.

composer require buckaroo/shopware6
bin/console plugin:refresh
bin/console plugin:install --activate BuckarooPayments
bin/console cache:clear

Upgrade

🚧

Important

To upgrade your existing Buckaroo plugin to the latest version, run the following command from the root of your Shopware 6 directory. Ensure that Composer is installed on your hosting server before proceeding.

composer update buckaroo/shopware6plugin:update BuckarooPayments