When you install Mollie Plugin for Shopware 6, from the Shopware 6 store, you install the latest release.
-
Log in to Shopware 6.
-
Go to
Extensions > Store.
-
Search for "Mollie" and select Mollie Plugin for Shopware 6.
-
Select Add extension.
-
Follow the steps in the Shopware 6 wizard to add the Mollie plugin.
-
Go to
Extensions > My extensions and select Install in the Mollie Payments
context menu.
-
To activate the plugin, switch on the toggle.
-
Download the release version:
-
Go to the Mollie Plugin for Shopware 6 releases↗ GitHub page.
-
Scroll through the releases to find the version you want.
-
Under Assets, download the zip file with the name format
*1.2.3.zip
.
-
-
Log in to Shopware 6.
-
Go to
Extensions > My extensions.
-
Click Upload extension > Confirm to open your file browser.
-
Select and upload the zip file.
-
Go to
Extensions > My extensions and select Install in the Mollie Payments
context menu.
-
To activate the plugin, switch on the toggle.
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.
-
Log in to Shopware 6.
-
Go to
Extensions > My extensions.
-
Open the Mollie Payments
menu, and select Configure.
-
In the API panel, click Get your API keys from the Mollie Dashboard.
You may be prompted to log in to your Mollie account.
-
Copy your test API key and paste it in the Test key field in Shopware 6.
-
Ensure the Test mode toggle is on.
-
Save the changes.