Unlocking services after payement

Hello,

I’m building a platform dedicated to Wellbeing and Preventive Health. I’m using Memberstack to manage my customer data base.

I’m setting packages for my customers. Purchasing a package should unlock the possibility to book a session with an experts via Calendly. (blocked function before purchase)

=> Could you please let me know if there is a WebFlow integrated-solution to solve this technicality?

Best regards,


Here is my site Read-Only: LINK
(how to share your site Read-Only link)

Hi @Louis_Beck.
Josh with Foxy here. I would think what you’re after is possible with Memberstack. If you don’t get what you need, you might consider our seamless Webflow integration: https://foxy.io/webflow

With our drop-in customer portal, customers can login, view order history, manage their subscriptions, update billing/shipping/login info, and more, all inside of your Webflow site. This feature is currently in private beta. You can learn more and apply here: https://support.foxy.io/portal/en/kb/articles/create-a-customer-portal-in-webflow Invites are being sent in batches every week or so.

In addition, you can show/hide Webflow pages/elements based on any combination of the following (and more):

  • Customer is logged in
  • Customer is logged out
  • Customer has an active subscription
  • Customer does not have an active subscription
  • Customer has an active subscription for a specific plan/membership
  • Customer does not have an active subscription for a specific plan/membership
  • Customer has purchased a specific product
  • Customer has not purchase a specific product
  • Customer has specific attribute
  • Customer does not have specific attribute

Using the show/hide logic mentioned above, you can conditionally present booking options to customers who have purchased a specific one-off product, have a specific membership, etc. Really any condition.

The default setup is JS based (just like Memberstack and similar services), but you can truly lock things down with Cloudflare if needed: https://github.com/Foxy/foxy-cloudflare-membership-site

Please don’t hesitate to reach out if you have any questions or need help getting started: hello@foxy.io

Thanks,
Josh

Hello Louis!

This is possible, and super easy to do with Memberstack!

Depending on how you are looking to implement this, you can either make the page itself gated for free users, or you can just set the attributes to hide the Calendly embed from free users.

Let me know which one you’re after, and I can give you more detailed instructions on how to make it work!