Community Support Forums — WordPress® ( Users Helping Users ) — 2011-05-03T20:25:08-05:00 http://www.primothemes.com/forums/feed.php?f=4&t=6104 2011-05-03T20:25:08-05:00 http://www.primothemes.com/forums/viewtopic.php?t=6104&p=14015#p14015 <![CDATA[Re: Manually Adding Members W/No Previous Payment Method]]> Statistics: Posted by Cristián Lávaque — May 3rd, 2011, 8:25 pm


]]>
2011-05-03T14:40:49-05:00 http://www.primothemes.com/forums/viewtopic.php?t=6104&p=13997#p13997 <![CDATA[Re: Manually Adding Members W/No Previous Payment Method]]>
The same is true if I use a modification - how will users simply renew their subscription if they don't want to change the level?

Statistics: Posted by AMEEKER — May 3rd, 2011, 2:40 pm


]]>
2011-04-26T13:36:30-05:00 http://www.primothemes.com/forums/viewtopic.php?t=6104&p=13460#p13460 <![CDATA[Re: Manually Adding Members W/No Previous Payment Method]]> Statistics: Posted by AMEEKER — April 26th, 2011, 1:36 pm


]]>
2011-04-26T12:38:13-05:00 http://www.primothemes.com/forums/viewtopic.php?t=6104&p=13439#p13439 <![CDATA[Re: Manually Adding Members W/No Previous Payment Method]]>
Now, since you have to set your EOT to June, you'll also have to take that into account for the button/form you use, so it adjusts the time left until June and the price, right?

viewtopic.php?f=36&t=1604
http://www.php.net/manual/en/ref.datetime.php

Statistics: Posted by Cristián Lávaque — April 26th, 2011, 12:38 pm


]]>
2011-04-26T09:02:06-05:00 http://www.primothemes.com/forums/viewtopic.php?t=6104&p=13408#p13408 <![CDATA[Re: Manually Adding Members W/No Previous Payment Method]]>
Thanks so much for your help so far. I think I have only a few more questions.

1. The organization says that their membership year runs June to June. Is that what I should put for the EOT in individual's profiles?
2. And, what does that code above do? :-)
3. Let me run through this one last time... I'll put everyone in as free subscribers to start. They'll have their usernames/passwords then, so they can login to user the modification buttons (as an annual recurring button) to choose the membership level they'd like for the upcoming year. Then when their EOT comes around the following June...they can login back in and either upgrade, downgrade, cancel or.. just let their membership renew automatically via PayPal? If June 31 is the EOT, when will PayPal charge them again for the next year's membership?

Statistics: Posted by AMEEKER — April 26th, 2011, 9:02 am


]]>
2011-04-20T23:26:14-05:00 http://www.primothemes.com/forums/viewtopic.php?t=6104&p=13059#p13059 <![CDATA[Re: Manually Adding Members W/No Previous Payment Method]]> Sounds like you've got it now.
What you described should work just fine.
AMEEKER wrote:
Thanks - that will work. I will just put everyone in as free subscribers and then they can login and purchase the level of membership they would like for the upcoming yet.

Can you describe to me the renewal process, though?

This video might help you. http://www.s2member.com/paypal-modifica ... ons-video/
This Modification process is also detailed in your Dashboard, under:
s2Member -> PayPal Buttons -> Modification Buttons.

Statistics: Posted by Jason Caldwell — April 20th, 2011, 11:26 pm


]]>
2011-04-19T16:40:02-05:00 http://www.primothemes.com/forums/viewtopic.php?t=6104&p=12949#p12949 <![CDATA[Re: Manually Adding Members W/No Previous Payment Method]]> WP Admin -> s2Member -> API / List Servers.

Another option would be to get another plugin that'll work as a list server https://wordpress.org/extend/plugins/se ... oresponder

Although I haven't seen an integration between s2Member and such a plugin, you may have a developer help you achieve it. viewforum.php?f=37

Regarding renewals, when adding more time to their membership before their EOT is up, will cause the previous one to end and the new one to start at the time of payment.

This is something we're planning to improve, but in the meantime you can fix it with this trick:

Create this directory and file /wp-content/mu-plugins/s2-hacks.php. Inside the file, add this code. Be sure there are NO spaces or line breaks before or after <?php ?>

* This code is untested, but it should work fine. Please let me know if you have any trouble.

Code:
<?php
add_action 
('ws_plugin__s2member_during_paypal_notify_during_before_subscr_signup_w_update_vars', 'during_before_subscr_signup_w_update_vars');
function during_before_subscr_signup_w_update_vars ($vars = array ())
{
    $GLOBALS['existing_s2_eot_time'] = get_user_option ('s2member_auto_eot_time', $vars['user_id']);
}

add_action ('ws_plugin__s2member_during_paypal_notify_during_subscr_signup_w_update_vars', 'during_subscr_signup_w_update_vars');
function during_subscr_signup_w_update_vars ($vars = array ())
{
    if (($eot_time = get_user_option ('s2member_auto_eot_time', $vars['user_id'])) && $GLOBALS['existing_s2_eot_time'])
        update_user_option ($user_id, 's2member_auto_eot_time', $eot_time + ($GLOBALS['existing_s2_eot_time'] - time ()));
}
?>

Statistics: Posted by Cristián Lávaque — April 19th, 2011, 4:40 pm


]]>
2011-04-19T14:13:30-05:00 http://www.primothemes.com/forums/viewtopic.php?t=6104&p=12942#p12942 <![CDATA[Re: Manually Adding Members W/No Previous Payment Method]]>
Can you describe to me the renewal process, though? I don't see it explained anywhere step by step from the users perspective. Let's say that I'm using a one time non recurring membership payment. At what point are members given the opportunity to renew their memberships for the next year, and does S2M send them a reminder, invoice, anything to help them towards making their next year's payment?

Statistics: Posted by AMEEKER — April 19th, 2011, 2:13 pm


]]>
2011-04-19T00:38:23-05:00 http://www.primothemes.com/forums/viewtopic.php?t=6104&p=12893#p12893 <![CDATA[Re: Manually Adding Members W/No Previous Payment Method]]>

You can import users one by one in s2Member, or use the Import tool in s2Member Pro if you have it.

It's important to understand that s2Member manages the access to the content, but the payments are processed by PayPal.

If the members have a subscription running with PayPal, then you should add their Subscr. ID values to the accounts in WordPress.

You can use s2Member's modify buttons or pro-forms (in the case of s2Member Pro), which would modify an existing account instead of creating a new one. WP Admin -> s2Member -> PayPal Buttons -> PayPal Subscr. Modification Buttons

Let me know if that helps.

Statistics: Posted by Cristián Lávaque — April 19th, 2011, 12:38 am


]]>
2011-04-18T09:58:23-05:00 http://www.primothemes.com/forums/viewtopic.php?t=6104&p=12846#p12846 <![CDATA[Re: Manually Adding Members W/No Previous Payment Method]]> Statistics: Posted by AMEEKER — April 18th, 2011, 9:58 am


]]>
2011-04-18T08:53:53-05:00 http://www.primothemes.com/forums/viewtopic.php?t=6104&p=12844#p12844 <![CDATA[Manually Adding Members W/No Previous Payment Method]]>
Paid Subscr. Gateway: [?] PayPal (it's the only choice)
Paid Subscr. ID: [?] none
Custom Value: [?] none
Custom Capabilities: [?] none
Automatic EOT Time: [?] The date that their annual membership expires

What then will be the flow for those who want to renew their membership by paying online? Is there some sort of shortcode for a page that would give them access to their account so that they can choose to renew their membership?

Statistics: Posted by AMEEKER — April 18th, 2011, 8:53 am


]]>