Currently, the Wix Membership + subscription sign up process is done through Wix Pricing Plans. When the user gets through the sign-up, it sends them to a page that links them back to the homepage (See Image).
Oddly, it doesn’t have a place where you can choose the redirect. It makes sense to me to send them to the password protected page related to the product they just purchased to give them immediate access.
MY QUESTION: Is there a way to code or jimmy rig the whole sign up process that Wix Pricing Plan does: Sign Up / Login → Member sign up → Subscription payment → THEN redirect them to whatever URL you want?
So frustrating that such an important feature is not available through the Plans app settings and we have to use code. Why would a person want to go to the Home page after purchasing a plan?? There are tasks related to the purchase that the person will want to do. Hope wix updates this app and allows more customization including the redirect.
Here is a code that worked on one of my sites but it seems to not work on another one. You’ll need to change the PlanID numbers and the page where you want to redirect the user to. #group4 is a loading icon gif which you can replace with your own.
Let me know if this works for you.
import wixLocation from ‘wix-location’ ; import wixData from ‘wix-data’ ; import wixUsers from ‘wix-users’ ;
$w . onReady ( function () {
wixLocation . onChange ( async ( location ) => { let newPath = location . path ; if ( newPath . includes ( “status” )) {
// wixLocation.to(“/paid-plan-purchase”);
I’m wanting to do something similar where my button #button1 on click will check the users plan and if its plan A it will direct to plan AURL and if its plan B will direct to another URL.
Is there a simple way to write this code please?
I’m very new to wix and wanted to try to tackle this at the moment i’m looking at a few different lines of code you guys have up here in this forum and trying to mash something together with very little knowledge!
Hey Yakup, I’m wondering if this code is still working on your sites to redirect after pricing plans app? It’s pretty crazy that after all this time no progress has been made on this oversight.
Hey Shan.
Yes. It worked on pretty much every website, There was a time out glitch on the second website which wix velo team helped me figure out. Give it a try.
With Wix, some things get done really fast and some go down the cracks to nowhere but this one is such an important feature and as it stands it makes no sense from a user experience perspective
Hey Yakup, if you’re interested, I’m looking for someone to put the code into my site. I CAN do it, but I’m not a coder, so it will take me a lot longer and I’d rather pay someone with experience who can do it better. Here’s my info: rcspowers @ gmail.
Hey Shan.
Let’s touch base in the am? Yakup@seattlecreativeworks.com
happy to help and build a mutually beneficial relation on the wix front end.
Cheers.