Subscriptions
mollie/magento2-subscriptions
Mollie Subscriptions
Installs cleanlyPHPStan level 1Build passingSemVer compliant
Supported Magento versions: 2.4.9
22,096 installs★ 4 starsLatest: v3.0.0Released 2026-06-10License: OSL-3.0, AFL-3.0
composer require mollie/magento2-subscriptionsREADME
Reproduced from the package’s own README, under its own license, as of 2026-09-13. Links and images point back at the source repository.
This plugin is an addon on the Mollie Magento 2 payment module and can't be installed seperatly without the Mollie Payment plugin installed.
We recommend that you make a backup of your webshop files, as well as the database.
Step-by-step to install the Magento® 2 extension through Composer:
- Make sure the Mollie Magento 2 payment module is installed.
- Connect to your server running Magento® 2 using SSH or other method (make sure you have access to the command line).
- Locate your Magento® 2 project root.
- Install the Magento® 2 extension through composer and wait till it's completed:
composer require mollie/magento2-subscriptions
- Once completed run the Magento® module enable command:
bin/magento module:enable Mollie_Subscriptions
- After that run the Magento® upgrade and clean the caches:
php bin/magento setup:upgrade
php bin/magento cache:flush
- If Magento® is running in production mode you also need to redeploy the static content:
php bin/magento setup:static-content:deploy
- Go to your Magento® admin portal and open; ‘Stores’ > ‘Configuration’ > ‘Mollie’ > ‘Subscriptions’ to activate the Subscriptions.
- Configure the Subscription products using the Mollie attribute settings within the Mollie attribute tab.
BSD (Berkeley Software Distribution) License. Copyright (c) 2011-2021, Mollie B.V.
Links
- Packagist
- PackageMaven — quality data by PackageMaven
- Repository
- Issues