How do I allow my custom (NOT Members Area!) members to cancel their subscription?
I’ve searched far and wide, and come across Velo API sites, basic code like cancelOrder() or requestCurrentMemberOrderCancellation( ), but I haven’t found anything that makes sense. It seems like I need to do back-end code?
Is there no simple solution to this?
I have two plans: One weekly recurring and one monthly recurring.
I might add other plans later.
Product:
Wix Editor with some basic Velo code. (I’m a newbie)
What are you trying to achieve:
Allowing a user to see their plan.
Allowing a user to cancel their plan (current main focus)
What have you already tried:
Searching far and wide, asking chatGPT, trying to implement cancelOrder() and backend stuff, but I don’t understand it all well enough.
I have a custom sign up because I don’t like the Wix Members Area. Everything works, I have members (custom cms), they have public profiles (dynamic page instead of Members Area) and they can buy my pricing plans.
The only thing that’s not possible is for them is to cancel their subscription. I have to do it manually, which is bs when you have a company you want to scale.
It’s not even possible with velo code. I was just told by Wix staff via email.
It’s very annoying, but I’ll go through the code to implement Stripe pricing plans instead of Wix pricing plans.
It’s just unfortunate that I’m getting to a point where Wordpress might have been easier.
Either way, Wix has a good learning curve, and I’m appreciative of the editor and design possibilities.
It’s really a love/hate relationship currently, haha
I was just told by wix chat that choosing another subscription won’t remove the current subscription, which means my user would simply have two subscriptions now…