I want to have a section appear if you’re a paid member. This will include tutorials and similar things. Does anyone know how to do this?
The wix-paid-plans API is probably the right place to get started.
Check out the getCurrentMemberOrders() function which you can use to get the plans the current member has paid for. You can use that information to decide what you’re going to present to the member.