Statistics: Posted by alargeau — November 18th, 2010, 5:10 pm
<?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 } ?>
Statistics: Posted by crushthenet — November 18th, 2010, 3:09 pm
Statistics: Posted by alargeau — November 18th, 2010, 2:55 pm
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?
Statistics: Posted by crushthenet — November 18th, 2010, 2:30 pm
Statistics: Posted by Lucas — November 18th, 2010, 1:49 pm
Statistics: Posted by crushthenet — November 18th, 2010, 1:38 pm
Statistics: Posted by alargeau — November 18th, 2010, 1:31 pm
Statistics: Posted by crushthenet — November 18th, 2010, 12:48 pm
Statistics: Posted by Lucas — November 18th, 2010, 12:11 pm
<?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 } ?>
Statistics: Posted by crushthenet — November 18th, 2010, 9:42 am
Statistics: Posted by Lucas — November 18th, 2010, 7:11 am
Statistics: Posted by Lucas — November 18th, 2010, 6:53 am
Statistics: Posted by alargeau — November 18th, 2010, 6:37 am
Statistics: Posted by Lucas — November 18th, 2010, 3:59 am
Statistics: Posted by Lucas — November 18th, 2010, 2:00 am