Gate CMS items individually with Memberstack

I am working on a project where I have different types of memberships through Memberstack.

I have 150+ videos in a CMS collection. I want the user to be able to buy a 24h subscription for a specific price to any of the videos individually.

For example, as a user I should be able to get 24h access to VIDEO 47 which costs $100 and also to VIDEO 104 which costs $120.

How can I do this?

Thanks!!

1 Like

Sorry I’m just now seeing this! Posting a reply for future readers.

You can create a paid plan for each product. And then gate access to that specific product. When someone purchases the plan they will get access to whichever product is associated.

You can also do some custom code magic to make it more programmatic, but what I described above is the most simple solution.