Hi @yrrab
The Mollie plugin supports the official WooCommerce Subscriptions plugin, but not any third-party subscription plugins.
SEPA Direct Debit can only be enabled when the WooCommerce Subscriptions plugin is active, or when using a filter like this to declare that a subscription plugin is active:
function my_mollie_subscription_plugin_active_filter( $subscriptionPlugin ) {
return true;
}
add_filter( 'mollie_wc_subscription_plugin_active', 'my_mollie_subscription_plugin_active_filter' );
A filter like this could be added to the functions.php file of the active (child) theme.
This doesn’t mean that it would automatically work with the wpswings subscription plugin, though. We haven’t performed any tests with this plugin and only support the official WooCommerce Subscriptions plugin.
In any case, I hope this information helps you out!
Kind regards,
Niklas
Thread Starter
Yrrab
(@yrrab)
Hi @niklasinpsyde,
Thanks for the response. I’ll check this with wpswings!
Keep in touch.
It looks like, according to the plugin developers, the Mollie plugin should work with it.
But since we haven’t performed any tests in this regard, we can’t guarantee this to be the case with the latest Mollie versions.
The Mollie plugin is developed in a way that allows third-parties to add compatibility for their specific plugins, but there are currently no plans to extend the subscription support to other third-party subscription plugins from our end. So contacting the other developer would indeed be the best path forward to learn about how it works with Mollie.
Kind regards,
Niklas
We have not heard back from you in a while, so I’m marking this thread as resolved.
If you have any further questions, we recommend getting in touch with the Mollie Support Team directly.
Thanks!