-
Notifications
You must be signed in to change notification settings - Fork 5
Home
This plugin is an addon on the Mollie Magento 2 payment module and can't be installed separately without the Mollie Payment plugin installed.
Our Magento 2 add-on extension is a practical tool designed to simplify your subscription management. With its versatile features, you can efficiently handle recurring orders directly from your store. This extension gives you the flexibility to set up multiple intervals and repetitions per product. Here's what you can do:
Organize a single payment per week over an eight-week duration. Configure weekly recurring orders. Set up monthly recurring orders. Establish recurring orders that refresh every two months. Arrange for orders to recur every month over a five-month period. When a customer chooses a subscription product, they're guided to log in. Then at checkout, they'll see only the payment methods that support subscriptions, removing any possible confusion.
Furthermore, our extension puts customers in control of their subscriptions. Once a subscription is activated, customers can manage it themselves – they have the option to cancel or restart their subscriptions anytime through their account.
Overall, our Magento 2 add-on extension is designed to streamline your subscription process, offering your customers a clear and straightforward shopping experience.
flowchart TD;
A[Guest adds subscription product to cart]-->B[When guest continues to checkout, login or account creation is required];
B-->C[Customer views checkout];
C-->D[Payment methods only applicable for subscriptions are shown];
D-->E[Customer places order, gets redirected];
E-->F[Payment successful?];
F-->G[Mollie webhook comes in];
F-->|Not successful|C;
G-->H[Calculate interval type and length];
H-->I[Add product price];
I-->J[Add shipping cost];
J-->K[Create subscription within Mollie];
K-->|For each product in the order| G;
After the interval configured in the subscription
flowchart TD;
A[Mollie captures the subscription amount]-->B[Mollie sends a webhook to the store];
B-->C[New order is created];
C-->D[Merchant handles orders];
Whenever you find a bug or have a suggestion for improvements, feel free to open an issue in our repository: https://github.com/mollie/magento2-subscriptions/issues/new/choose