• Hi All

    I am a driving instructor with a training note website I want to offer 1 months access to people to be able to view. If they then want more time they have to pay for it. Can I set up access so they can login for 1 month then at the end of the month they are blocked unless they now pay for 2 months access?

    Thanking you for your time and consideration

    Tony Lane

    https://wordpress.org/plugins/s2member/

Viewing 3 replies - 1 through 3 (of 3 total)
  • I wonder exactly the same thing. Can anyone advise please?

    Arthur Klein

    (@pursuitofhappinessyoga)

    you can set up paypal buttons with 1 month free on recurring then it goes to full price on second month. hope this helps

    Maybe you can use the same conditional as for dripping content, like this:

    <?php if(S2MEMBER_CURRENT_USER_PAID_REGISTRATION_DAYS < 30){ ?>
        Show the content for the first 30 days after registration.
    <?php } ?>

    However, I am not 100% sure if you can use the
    S2MEMBER_CURRENT_USER_REGISTRATION_DAYS

    To remove the “PAID” part.
    Maybe give it a try. If it is not working, come back and someone might have a more accurate information.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘offering free access for 1 month then change for more time.’ is closed to new replies.