Is there a conditional for users with recurring/non-recurring plans?

so, in my member’s dashboard i’d like to display the billing area for those who bought a plan with recurring fees, but for those who don’t, recurring fees are not applicable and that billing section should be hidden. is there a conditional for this that i missed?

how does the update billing/cancellation forms know that somebody has no recurring fees?

thanks!

Hi Mike.

The forms are not aware of the status of the user’s subscription. You need to add your own logic to show them or not.

Usually it’s done showing them to the user with the access that would be paid with a subscription. So if level 2 is sold as a subscription but level 1 not, then you’d show it only to level 2.

I hope that helps. :slight_smile: