I’m having trouble with
Velo redirect is causing a pricing plan to loop. Members can get plan but when they click sign up it takes them back to the pricing plans page on mobile view. Therefore they are not able to access a required form to create a profile. Athletes were signing up via the Login, therefore bypassing the pricing plans and not gaining access to a required form to create a profile. The redirect was set up to redirect them if they click on Login, then signup. It would take them directly to the pricing plans page so they must get a pricing plan to start. This is exactly what we want.
Working in
Wix Studio Editor
Site link
If this is happening on a site, include a live or test site link
What I’m trying to do
I need the following code looked at. My coder has left for the weekend and cannot be reached. We are live at a national event with hundreds of coaches and athletes trying to sign up.
import * as wixSiteLocation from ‘@wix/site-location’;
$w.onReady(function () {
const MEMBERSHIPS_PAGE = "/pricing-plans/list";
wixSiteLocation.location.to(MEMBERSHIPS_PAGE)
});
*There is a red squiggly line under @wix/site-location that tells me the module will not work unless I install it first and there’s a link to install. I don’t dare click on it because I’m not a coder.
*
What I’ve tried so far
Emailed coder 2x and talked to Wix via phone and submitted an escalated ticket.
Extra context
It’s a signup redirect with a custom velo form and lightbox. I would rather delete what i need to then not have people be able to sign up. I don’t know what to safely delete without further disrupting the site.
