• Hi,
    I’m setting up a membership site and I was wondering how I can setup the following using s2member

    Membership Level 1 has access to product A
    Membership Level 2 has access to product B
    Membership Level 3 has access to product A+B

    Ideally users should just purchase level 3. But some users might only want membership level 1 only and that’s fine. They can also add-on Level 2 once they are ready.

    However, users MUST purchase Level 1 BEFORE they purchase level 2. Just wondering, is there any way to set this up on s2member?

    Alwin

    https://www.ads-software.com/plugins/s2member/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Yes. I’d suggest something like this:

    First, create content that is accessible either for level 1 members or for level 2 members.

    Then enable new users to purchase only level 1 or level 3. (Since memberships are hierarchical, all level 3 members will be able to access both level 1 and level 2 content.)

    Then, enclosed within a conditional on an appropriate page accessible to level 1 members, insert an upgrade capability (e.g. using a PayPal modification button) like this:

    [s2If current_user_is(s2member_level1)]
    Paypal modification button goes here.
    [/s2If]

    I hope this helps!

    Thread Starter alwin427

    (@alwin427)

    Hi,

    Sounds reasonable. I’ll have a go at it. Thank you.

    Alwin

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Membership prerequisite’ is closed to new replies.