I am using Woocommerce Subscription plugin. I have two types of Subscription plans right now.
- Premium Subscription
- Free Subscription
When any user registers on my site, I want every user to show default free subsciption subscribed to that account in beginning until it upgrades manually later. Is there any Hook which I can use?
I have tried checking in Plugin settings but I didn't find anywhere if I can set a subscription plan 'as default'.
I am using Woocommerce Subscription plugin. I have two types of Subscription plans right now.
- Premium Subscription
- Free Subscription
When any user registers on my site, I want every user to show default free subsciption subscribed to that account in beginning until it upgrades manually later. Is there any Hook which I can use?
I have tried checking in Plugin settings but I didn't find anywhere if I can set a subscription plan 'as default'.
Share Improve this question asked Nov 13, 2019 at 7:14 Nirali BiniwaleNirali Biniwale 1115 bronze badges1 Answer
Reset to default 0The solution is to create an order, then create a subscription, link the order to the subscription using WooCommerce classes. Below is the link where I found my answer:
wordpress.stackexchange/questions/202873/
The response given by Jeremy Warne worked for my website's logical flow.