Wix Pricing Plans Checkout Form in New Tab

I have a problem where if I click on “Get Started” on any of the plan options on my pricing plans page, the Monthly/Yearly/Single (TABS dividers) tabs stay, and you can still switch between them even while being in a checkout window. How do I fix that?

I am working in Wix Editor.

I want either

  1. The checkout form opens in a new window, but I do not see that option since the “Get Started” button is part of the Wix Pricing Plan widget, and isn’t a standalone button.

or

  1. Make it so that the TAB switches (Monthly/Yearly/Single) disappear when I click “Get Started” on any of the plans

Thank you all in advance!

1 Like

I’m really curious how you set this up but you might be able to code a container to appear when a user navigates to the checkout. I tried replicating but I get directed to a different page rather than staying on the same page.

With your current setup, you might be able to use code to expand a collapsed box that would cover the tabs when the URL is updated to include /payment/. If not, you could try seeing about updating the flow to have the button click direct to a page rather than staying on the same page.

1 Like

Did you get that result by using the Wix Pricing widget/addon?

That is pretty much exactly what I want it to do, but the buttons on my current page do not act as a regular Wix Editor button. It’s tied to the widget. What do you think about covering the current “Get Started” buttons I have (which are part of the Wix Plans widget) with a regular button? Will it end up shifting on different resolutions? I thought of it while typing this out haha

1 Like

If you’re on the Wix Editor, elements should stay the same as it’s not screen responsive and the elements will always be in the same place.

You could also try navigating users directly to the checkout page as well.

1 Like