#umairasif7
1 messages ยท Page 1 of 1 (latest)
๐ happy to help
in Stripe Subscriptions are the objects created for each customer to deal with (multiple) recurring price(s)
we don't actually model Subscriptions as a price
if you know what I mean
Yes I know that.
Here is the visual represntation of the above message that I sent.
Is there any possibility of making a subscription plan like the image in stripe?
we have pricing tables but it wouldn't give you the ability to have "toggle buttons"
Yes I checked that as well, it show only features of the subscription plan but no option to enable/disable feature from the subscription plan
yes that's true
you'd have to build this on your own
if you need that level of customization
So could you please give any suggestion how can I manage it?
You'd have to build your own logic
Should I be creating all the subscription plans in the stripe that I am referring to as a feature and bundle up myself in the category?
Each line is a price
like ebay with limit 100 will be one subscription plan, ebay with limit 10,000 will be another subscription plan.
yes, prices
no I mean Stripe Price
yes yes, I got it
Are you still there?
I have a query, In my case can I refer Bronze, Silver and Gold as product and those products there will be prices (feature in my case)
tarzan had to step away but I can help. Catching up now...
So the Stripe suggested way of doing this would be to have a product for bronze, one product for silver, one for gold, and then a product for each of these features you are adding. So one for eBay, one for Shopify, etc
Alright.
Our definition of product is a distinct thing you are selling to a user, which includes each tier of your product, we typically suggest using prices to differentiate things on the same product. So a monthly vs yearly rates for subscription would be two prices on the same product
Great. Thank you ๐