Is there a way to have a user group that is just
“logged-in users with no stripe subscription”?
I have quite a lot of Stripe products based on company size, and it’s easy to forget to add a price for the non-paying users. Currently, my “Free User” = logged in user who doesn’t have any of these 20+ subscriptions.
Hey Tim. Have you tried setting the user group condition to “subscription”, “is none of”, then selecting all of your subscriptions? Perhaps, this could be your free user group by process of elimination?
Hey Ben,
That’s what I’m doing currently, but it’s a looot of subscriptions and if I add a price or a new subscription I need to adjust it every time in both user groups and add the new price with all billing cycles. I was hoping for a ‘Stripe Subscription is not empty’ or so.
Yes. Having many products using user group subscriptions is a limitation of Softr.
You have to integrate with automations and/or create a sophisticated backend out of your database.