I need to implement Installment option for the Signup fee for Subscription products in my woo-commerce store.
I am using “Woocommerce”, “Woocommerce Subscriptions”, “Woocmmerce Stripe Gateway” plugins.
I have tried Woocommerce Installments plugin. But it just splits the Monthly subscription fee in to installments instead of Signup Fee.
I have even tried setting the signup fee of the item as 0 and sending invoice for installments using WP-Invoice – Web Invoice and Billing plugin. But the issues are there is no option for synchronized payment and setting duration.
I have even tried editing the plugin, but it ended up in a mess.
How can I implement this feature and achieve my goal?