How can I do a simple check to return if a user is currently on a trial with WoocCmmerce subscriptions?
The product has a trial period of 7-days.
We want to display a section on the dashboard if the user is on trial and if they are not, the section should not display. Just a yes or no value.
2
Answers
// Try this
//return leength 1 month, 7 days, 1 year
//check for
I do this by checking if the subscription has any completed orders with a total not zero. If this is the case the user has never entered a paid subscription.