Community Support Forums — WordPress® ( Users Helping Users ) — 2010-11-18T17:25:35-05:00 http://www.primothemes.com/forums/feed.php?f=4&t=1222 2010-11-18T17:25:35-05:00 http://www.primothemes.com/forums/viewtopic.php?t=1222&p=4782#p4782 <![CDATA[Re: Recurring memberships with another fee]]> Statistics: Posted by crushthenet — November 18th, 2010, 5:25 pm


]]>
2010-11-18T17:10:38-05:00 http://www.primothemes.com/forums/viewtopic.php?t=1222&p=4781#p4781 <![CDATA[Re: Recurring memberships with another fee]]> Your previous code worked fine but I don't understand the point in waiting 300 days to make the button visible. Can't they modify their subscription right after they subscribed? And why wait?

Statistics: Posted by alargeau — November 18th, 2010, 5:10 pm


]]>
2010-11-18T15:09:20-05:00 http://www.primothemes.com/forums/viewtopic.php?t=1222&p=4776#p4776 <![CDATA[Re: Recurring memberships with another fee]]>
NOT SURE IF THE CODE IS PERFECT.......... I'M NOT A PROGRAMMER :?

Code:
<?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


]]>
2010-11-18T14:55:57-05:00 http://www.primothemes.com/forums/viewtopic.php?t=1222&p=4774#p4774 <![CDATA[Re: Recurring memberships with another fee]]>
About late people I think I have the solution. I don't know what you're planning to do Lucas, but for my club I thought I could simplify the problem by not allowing people to renew online if they're late (they can renew using their PayPal account or by sending a cheque and then I'll upgrade them manually - it really depends on your business here). When people are too late (for example after 1 month), they simply lose their privilege and have to subscribe to Level 1 again (full price). In that way, customers will quickly understand it's a very good thing to subscribe.

Statistics: Posted by alargeau — November 18th, 2010, 2:55 pm


]]>
2010-11-18T14:30:40-05:00 http://www.primothemes.com/forums/viewtopic.php?t=1222&p=4771#p4771 <![CDATA[Re: Recurring memberships with another fee]]>
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?


YEAH, that's what I meant. :D


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?


If they've expired and you want to still give them the lower cost, I'm not sure, I'll have to think about that.

Well it depends on if it's a recurring or non-recurring membership I think. If it's recurring and they modify their subscription then it's 1yearends/recurringfee/2ndyearstarts, doesn't matter when they modify their subscription. If it's non-recurring then it's probably the same I think 1yearends/alreadypaidforyear2/2ndyearstarts.

Think that's right........ :mrgreen:

Statistics: Posted by crushthenet — November 18th, 2010, 2:30 pm


]]>
2010-11-18T14:15:26-05:00 http://www.primothemes.com/forums/viewtopic.php?t=1222&p=4769#p4769 <![CDATA[Re: Recurring memberships with another fee]]> Statistics: Posted by alargeau — November 18th, 2010, 2:15 pm


]]>
2010-11-18T13:49:17-05:00 http://www.primothemes.com/forums/viewtopic.php?t=1222&p=4768#p4768 <![CDATA[Re: Recurring memberships with another fee]]> Interesting idea's Crushthenet!

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?

Lucas

Statistics: Posted by Lucas — November 18th, 2010, 1:49 pm


]]>
2010-11-18T13:38:45-05:00 http://www.primothemes.com/forums/viewtopic.php?t=1222&p=4767#p4767 <![CDATA[Re: Recurring memberships with another fee]]>
I thought we were talking about recurring memberships. User has the opportunity to modify subscription and pay a lower price. If they for some reason don't take action, then they continue paying the same amount. And if it's not recurring, just a 1-time 1-year payment, just make the button show up sooner, like after 300 days. That would give them like 2 months to modify their subscription for a lower price or whatever.

Statistics: Posted by crushthenet — November 18th, 2010, 1:38 pm


]]>
2010-11-18T13:31:41-05:00 http://www.primothemes.com/forums/viewtopic.php?t=1222&p=4766#p4766 <![CDATA[Re: Recurring memberships with another fee]]>
About the renewal, I still see a problem concerning people who are late. I mean if membership is level 1, when the person hasn't renewed the membership on the anniversary date, they're automatically demoted to level 0. So if the renewal button is only visible to level 1 members as you suggested, how could they possibly renew using the exact same button they can no longer see? That, I don't understand.

I think with question 2 he meant: if for instance my anniversary date is 22nd November and I'm late and only renew on 1st December will my anniversary date change?

Statistics: Posted by alargeau — November 18th, 2010, 1:31 pm


]]>
2010-11-18T12:48:14-05:00 http://www.primothemes.com/forums/viewtopic.php?t=1222&p=4765#p4765 <![CDATA[Re: Recurring memberships with another fee]]> 2. Not sure what you mean. They'll just modify the price of their subscription and move up a level. So you'll have to leave a level open. So if they're level 1 they will modify subscription and move to level 2. So as long as permissions are the same for both, you should be good. They continue paying their fees like regular only with a new price.
3. Hmmm, interesting question. Yes, if you get creative. If you are having people automatically signed up to your mailing list with MailChimp or similar you could set up an autoresponder that is set for 1 year and says "happy 1 year! unlocked 25% off subscription blah blah blah".

Statistics: Posted by crushthenet — November 18th, 2010, 12:48 pm


]]>
2010-11-18T12:11:58-05:00 http://www.primothemes.com/forums/viewtopic.php?t=1222&p=4764#p4764 <![CDATA[Re: Recurring memberships with another fee]]> Almost there! Almost...
- what are the options for members that would like to extend after the membership is expired? Okay, it's there own fault, but I don't want to be greedy :D
- will the membership extend with 1 year from the day they buy the extending, or be added?
- is there some option to send an automatic mail regarding the appearing of this new extending button?
Lucas

Statistics: Posted by Lucas — November 18th, 2010, 12:11 pm


]]>
2010-11-18T09:42:53-05:00 http://www.primothemes.com/forums/viewtopic.php?t=1222&p=4754#p4754 <![CDATA[Re: Recurring memberships with another fee]]>
Rather than having them start a new membership, make a modification button. In PayPal Buttons -> PayPal Subscr Modification Buttons and let them upgrade to the next level (with same permissions) for whatever price you want.

You can also wait 1 year to make this button show, by using the drip-content code.

Code:
<?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


]]>
2010-11-18T07:11:23-05:00 http://www.primothemes.com/forums/viewtopic.php?t=1222&p=4752#p4752 <![CDATA[Re: Recurring memberships with another fee]]> Problem for me is that Google does not pick up the content from that Flash site and I have limited admin options to modify the content en shop settings. Not to forget I don't know anything of Flash... :oops:
Lucas

Statistics: Posted by Lucas — November 18th, 2010, 7:11 am


]]>
2010-11-18T06:59:21-05:00 http://www.primothemes.com/forums/viewtopic.php?t=1222&p=4751#p4751 <![CDATA[Re: Recurring memberships with another fee]]> Statistics: Posted by alargeau — November 18th, 2010, 6:59 am


]]>
2010-11-18T06:53:11-05:00 http://www.primothemes.com/forums/viewtopic.php?t=1222&p=4750#p4750 <![CDATA[Re: Recurring memberships with another fee]]>
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.


I'm pretty sure this has nothing to do with Paypal.
It's the database that must check if there's already a membership active, and if yes, extend it.
Lucas

Statistics: Posted by Lucas — November 18th, 2010, 6:53 am


]]>
2010-11-18T06:37:50-05:00 http://www.primothemes.com/forums/viewtopic.php?t=1222&p=4749#p4749 <![CDATA[Re: Recurring memberships with another fee]]>
About your second question (what after the first membership expires? Then they have to pay the first fee again?) that's a really good one too! Because we can put a Subscribe button on a restricted page but if the member has no longer access to that specific page then he won't be able to renew his payment at a better price...

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 (I use paypal to generate my buttons because S2Member cannot generate buttons for non English speakers). To PayPal, I think a subscription means a recurring fee and by recurring they mean that it's always the same fee. So if it's not possible with PayPal, I assume it's not possible either with S2Member.

Statistics: Posted by alargeau — November 18th, 2010, 6:37 am


]]>
2010-11-18T03:59:05-05:00 http://www.primothemes.com/forums/viewtopic.php?t=1222&p=4748#p4748 <![CDATA[Re: Recurring memberships with another fee]]> Only members can see certain pages; so why not add another paypal button with another fee for renewing.
Two problems to solve:
- how will the database handle the membership? Will it extend from the date of the second payment, or add an extra year (or other time) to the existing membership plan?
- what after the first membership expires? Then they have to pay the first fee again?

Lucas

Statistics: Posted by Lucas — November 18th, 2010, 3:59 am


]]>
2010-11-18T03:19:29-05:00 http://www.primothemes.com/forums/viewtopic.php?t=1222&p=4747#p4747 <![CDATA[Re: Recurring memberships with another fee]]> Statistics: Posted by alargeau — November 18th, 2010, 3:19 am


]]>
2010-11-18T02:00:53-05:00 http://www.primothemes.com/forums/viewtopic.php?t=1222&p=4746#p4746 <![CDATA[Recurring memberships with another fee]]> -> A member pays one amount the first year, but pays a lower amount the next years.
I'm testing the free plug-in.
Lucas

Statistics: Posted by Lucas — November 18th, 2010, 2:00 am


]]>