mollie / magento2-subscriptions
Mollie subscriptions extension for Magento 2
Installs: 11 355
Dependents: 0
Suggesters: 1
Security: 0
Stars: 3
Watchers: 27
Forks: 5
Open Issues: 6
Type:magento2-module
Requires
- ext-json: *
- beberlei/assert: *
- magento/framework: >=102.0.0
- mollie/magento2: >=2.29.1
Requires (Dev)
- dev-main
- 1.14.0
- 1.13.0
- 1.12.1
- 1.12.0
- 1.11.0
- 1.10.3
- 1.10.2
- v1.10.1
- v1.10.0
- v1.9.0
- v1.8.0
- v1.7.0
- v1.6.1
- v1.6.0
- v1.5.0
- v1.4.0
- v1.3.1
- v1.3.0
- v1.2.0
- v1.1.0
- v1.0.2
- v1.0.1
- v1.0.0
- dev-release/1.14.0
- dev-release/1.13.0
- dev-release/1.12.1
- dev-release/1.12.0
- dev-release/1.11.0
- dev-release/1.10.3
- dev-release/1.10.2
- dev-release/1.10.1
- dev-release/1.10.0
- dev-release/1.9.0
- dev-release/1.8.0
- dev-release/1.7.0
- dev-release/1.6.1
- dev-release/1.6.0
- dev-release/1.5.0
- dev-release/1.4.0
- dev-ZsoltMollie-patch-1
- dev-release/1.3.1
- dev-release/1.3.0
- dev-release/1.2.0
- dev-release/1.1.0
This package is auto-updated.
Last update: 2024-10-23 15:30:03 UTC
README
Mollie Subscriptions Addon for Magento 2.3.x and higher
This plugin is an addon on the Mollie Magento 2 payment module and can't be installed seperatly without the Mollie Payment plugin installed.
Installation
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.
License
BSD (Berkeley Software Distribution) License. Copyright (c) 2011-2021, Mollie B.V.