Shopware 6 Plugin: Install and connect

What you need to do in advance

Install from the Shopware 6 store

When you install Mollie Plugin for Shopware 6, from the Shopware 6 store, you install the latest release.

  1. Log in to Shopware 6.

  2. Go to icon-shopware-extensions.png Extensions > Store.

  3. Search for "Mollie" and select Mollie Plugin for Shopware 6.

  4. Select Add extension.

  5. Follow the steps in the Shopware 6 wizard to add the Mollie plugin.

  6. Go to icon-shopware-extensions.png Extensions > My extensions and select Install in the Mollie Payments Icon containing three horizontal dots that usually opens a menu when clicked context menu.

  7. To activate the plugin, switch on the toggle.

Install a specific release

  1. Download the release version:

    1. Go to the Mollie Plugin for Shopware 6 releases GitHub page.

    2. Scroll through the releases to find the version you want.

    3. Under Assets, download the zip file with the name format *1.2.3.zip.

  2. Log in to Shopware 6.

  3. Go to icon-shopware-extensions.png Extensions > My extensions.

  4. Click Upload extension > Confirm to open your file browser.

  5. Select and upload the zip file.

  6. Go to icon-shopware-extensions.png Extensions > My extensions and select Install in the Mollie Payments Icon containing three horizontal dots that usually opens a menu when clicked context menu.

  7. To activate the plugin, switch on the toggle.

Install with Composer

To install the latest version of Mollie Plugin for Shopware 6 with the Composer package manager, enter the following command in the Shopware (Symfony) root directory of your project:

composer require kiener/mollie-payments-plugin

If you want to install an older version, provide the version number when installing, for example:

composer require kiener/mollie-payments-plugin:1.5.8

Tip

  • Do not use wildcards for version numbers in Composer; use only specific version numbers.

  • Only update to a new plugin version on demand.

  • Test the plugin following updates.

Following installation with Composer, activate the plugin either in Shopware 6 Administration or by using the Shopware 6 built-in CLI commands.

Connect

  1. Log in to Shopware 6.

  2. Go to icon-shopware-extensions.png Extensions > My extensions.

  3. Open the Mollie Payments Icon containing three horizontal dots that usually opens a menu when clicked menu, and select Configure.

  4. In the API panel, click Get your API keys from the Mollie Dashboard.

    You may be prompted to log in to your Mollie account.

  5. Copy your test API key and paste it in the Test key field in Shopware 6.

  6. Ensure the Test mode toggle is on.

  7. Save the changes.