Installation

      Installation


        Article Summary

        We recommend first installing the plugin in a test environment following, the recommended Shopware 6 installation procedure. Make sure that you've made a backup.

        The Buckaroo Payments Plugin for Shopware 6 enables a ready-to-sell payment gateway.
        This page provides comprehensive instructions for installing the plugin and getting your payment gateway up and running effortlessly.

        Requirements

        • A Buckaroo account - Click here to get started
        • Shopware 6.5.0 up to 6.5.1.1
        • Tested on PHP 7.4.0 - 8.0 & 8.1

        Shopware6_download_button


        Manual installation

        1. Navigate to our Shopware 6 GitHub repository.
        2. Under → Releases, download the latest release.
        3. Sign in to your Shopware 6 backend.
        4. Go to ExtensionsMy Extensions in the left main menu.
        5. Make sure that you are now on the Apps sub menu.
        6. Click Upload extension at the top of the page, and then select the file you downloaded in step 2.
        7. When the plugin appears, make sure the Activated button is toggled on.
        8. The Buckaroo plugin is now installed and active. More information regarding the activation of payment methods in the plugin can be found in the configuration page.

        Shopware6_step1

        The Buckaroo plugin is available in the Shopware store.
        Shopware store


        Composer installation

        It is possible to install the Buckaroo plugin with composer.
        Easy to install, update and maintain.

        Install

        Run the following command in the root of your Shopware 6 directory. Make sure the composer is installed on your hosting server.

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


        Upgrade

        If you want to upgrade your currect Buckaroo plugin to a more recent version, then use the following command in the root of your Shopware 6 directory.
        Make sure the composer is installed on your hosting server.

        Shell
        composer update buckaroo/shopware6
        plugin:update BuckarooPayments



        Configuration

        If you need more help regarding the configuration of the plugin, then please check out our configuration page where you can find a step by step guide.



        What's Next