Magento 2: Set up subscriptions

To offer subscriptions in your store, you can extend your Mollie for Magento 2 with Mollie Subscriptions. Mollie Subscriptions is a separate module compatible with Mollie for Magento 2.

Install Mollie Subscriptions

  1. Connect to your Magento 2 environment, for example using SSH↗.

  2. Navigate to the root directory of your Magento 2 store in the terminal, and install Mollie Subscriptions:

    composer require mollie/magento2-subscriptions
  3. Activate the module:

    php bin/magento module:enable Mollie_Subscriptions
  4. Deploy the content in your Magento 2 environment, and clean the cache:

    php bin/magento setup:upgrade
    php bin/magento cache:flush

Enable subscriptions

  1. Log in to Magento 2.

  2. Go to Stores > Configuration.

  3. Scroll to Mollie, select the arrow, and then Subscriptions.

  4. Expand the General section, and in the Enabled drop-down, select Yes.

  5. In the Shipping method drop-down, select a shipping method.

  6. Select Save config.

Create a subscription product

  1. Log in to Magento 2.

  2. Select Catalog > Products.

  3. On the Products page, click the product.

  4. In the product details page, scroll to Mollie and expand the section.

  5. Switch the Is this a subscription product? toggle to Yes.

  6. Configure the subscription in the Subscription configuration pane.

  7. Click Save.