#dulatello08

1 messages · Page 1 of 1 (latest)

viral hareBOT
obtuse knoll
#

If that's what you want then you need to build it yourself - you need to add a check on your end to not display the pricing table until an account is created

coral juniper
#

hmm

#

well i have pricing table that isnt like stripe and it has link to sign up and query which plan. and then user signs up and after it fetches create checkoutsession on my server. but i dont think thats right way to do it, is it?

#

because like stripe's pricing table looks good and can be updated easily and stuff

#

so i kinda wanna make pricing table customized so it refers to signup if not signed up

obtuse knoll
#

Yeah that's all stuff you'd need to implement yourself then - you'd need a login page or something like that to verify the user has signed up and then based on whether they are or not you can show them different htings

coral juniper
#

yeah i have login and stuff but this pricing table looks good and i thought it is intended for new users, like on landing page

#

see it looks good on my landing page but apparently it is not made for new users

#

what should i do

obtuse knoll
#

If it's a hard requirement that you make your user sign up BEFORE paying through the checkout session then your only option is to build it yourself

#

Only other alternative would be to do the sign up AFTER the checkout session