PriMoThemes — now s2Member® (official notice)
This is now a very OLD forum system. It's in READ-ONLY mode.
All community interaction now occurs at WP Sharks™. See: new forums @ WP Sharks™
alargeau wrote:I don't think it's possible to do what we want with S2Member because it is simply not possible to do that on PayPal.
<?php if(S2MEMBER_CURRENT_USER_IS_LOGGED_IN_AS_MEMBER){ ?>
AFTER 1 YEAR, MEMBERSHIP FEES REDUCE BY 25%!
<?php if(S2MEMBER_CURRENT_USER_REGISTRATION_DAYS >= 360){ ?>
NEW BUTTON CODE HERE
<?php } ?>
<?php if(S2MEMBER_CURRENT_USER_REGISTRATION_DAYS >= 720){ ?>
NEW BUTTON CODE HERE
<?php } ?>
<?php } ?>
alargeau wrote:Okay, I think I get it now. So what you're suggesting is that the first time the person will become a member they subscribe for let's say $30 pa (level 1). After 300 days (for example) a button appears so they can modify their subscription and pay $20 pa (level 2). Correct?
Still, these 2 questions are to be solved:
- I want to give the option that members can renew to a lower cost, EVEN if there membership has expired. So they need the option to log-in, but with disabled access, but with access to the renew page.
- What if someone renew at day 300 and buy access for another year. Will the have 300+365 days access? And this way loose 65 days?! Or is it 365+365 days?
<?php if(S2MEMBER_CURRENT_USER_IS_LOGGED_IN_AS_MEMBER){ ?>
AFTER 1 YEAR, MEMBERSHIP FEES REDUCE BY 25%!
<?php if(S2MEMBER_CURRENT_USER_REGISTRATION_DAYS >= 360) && (current_user_can("access_s2member_level1")){ ?>
NEW BUTTON CODE HERE
<?php } ?>
<?php if(S2MEMBER_CURRENT_USER_REGISTRATION_DAYS >= 720) && (current_user_can("access_s2member_level1")){ ?>
NEW BUTTON CODE HERE
<?php } ?>
<?php } ?>
Users browsing this forum: Bing [Bot], Google [Bot], Yahoo [Bot] and 3 guests