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
5 comments
Yes, absolutely possible - and Script #192 is built specifically for this!
It displays all of a member's active subscription plan names (and other details) directly in their dashboard or profile panel. It pulls the data straight from Memberstack, so it automatically shows up after purchase without any manual configuration.
What you get:
Why there's no simple attribute: Unlike Webflow's native integration, Memberstack requires a script to fetch and display subscription data dynamically because plan information isn't directly embedded in the DOM - it needs to be retrieved via the Memberstack API. That's exactly what #192 handles for you.
Implementation: Add the script to your dashboard page, include placeholder elements where you want the plan info to appear, and it populates automatically when members log in. No complex setup needed.
This is the standard approach for displaying subscription data in Memberstack - much cleaner than trying to store plan names in custom fields or other workarounds.
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_IDForPriceAandprc_IDForPriceB:pln_IDForPlanAandpln_IDForPlanB:#planName:planNameon your page.Please sign in to leave a comment.