Skip to main content

making courses available to both monthly paying members and selling them individually

I have encountered a bit of an issue. I am currently running my page as a membership site, with access to videos and a few courses. The issue is that I want to be able to sell the courses, available to monthly subscribers, individually, to non-members.

Meaning the same course should be both part of the membership and available for purchase individually.

Does anybody have any experience with this?

William Beem

Are you using FluentCRM? I think this comes down to how you apply access tags to permit entry. You can grant access to a course regardless of membership to other areas.

Yeah I need to know this

+1

Renae Dupuis

I don't have a use case on my sites for this, yet, but I think that if you are using FluentCart and activate the Paywall on the course, you can associate the course with both the membership product (in FluentCart) as well as a course product (also in FluentCart).

Anyone else test this?

If it works, this addresses the bundle question....

I do this. For reference, this is the course where it's available for purchase or part of the membership: https://thesuccessdoula.com/tsd-courses/intentional-microdosing/

How I do it but will probably change now that Fluent Cart is available (but not sure yet):

  • I use Fluent Forms for my purchases because I can create exactly the checkout form I want for the offer.
  • I use Fluent CRM tags to automate EVERYTHING.
  • I do not have course access tied to a tag. Instead, they get access to the course when the tag is applied after they purchase/enroll using the FluentCRM integration in the form. (The tag triggers the automation that enrolls them)
  • I have an automation for when the subscription is cancelled (Fluent Formβ†’FluentCRM integrationβ†’Remove "Unstuckable Membership" when subscription cancelled).
  • I have a FCRM automation that runs when the "Unstuckable Membership" tag is removed. The automation revokes access to all the membership privileges including being removed from the courses that are part of the membership UNLESS they have the tag "Intentional Microdosing Lifetime." There is a condition in my automation that looks for that tag. If the tag is present, then no action. If not, they are removed from the course.
  • I have a few other paid courses that are also part of my membership that have the same conditional part of the subscription cancelled automation.

Giovanni Augusto

WendyΒ Perkins ShoefΒ uau, How do you do that?