Skip to main content
How to display a customer's subscription plan name in dashboard after purchase?
Hello,
Is it possible to display the plan name to the user in their dashboard/profile panel after the purchase? Webflow does it, how about memberstack? I can't find any attribute related to this.
A.G.
Sitemap
Comments
4 comments
Hey A. G., we don't have any attributes for displaying plan info yet. Customers will need to click on the Stripe customer portal to view their purchases. Free plans do appear in the profile modal.
Thanks!
Hello, Is it possible to display the plan name to the user in their dashboard/profile panel after the purchase? Webflow does it, how about memberstack? I can’t find any attribute related to this.
Hi Gratia,You can achieve this by using the workaround outlined below. Please add the custom code before the tag of your website:
Key Points to Replace:
prc_IDForPriceA
andprc_IDForPriceB
:pln_IDForPlanA
andpln_IDForPlanB
:#planName
:planName
on your page.Please sign in to leave a comment.