Statistics: Posted by Jason Caldwell — April 12th, 2011, 9:29 pm
pwallin wrote:
Thanks Cristián. With S2member Pro, do I have to use Paypal Pro? I prefer to use Paypal standard, with the enhanced recurring billing option for subscribers who don't have or want a Paypal account.
Statistics: Posted by Jason Caldwell — April 12th, 2011, 9:20 pm
pwallin wrote:
Ideally I'd also like to automate a notification near the time of expiration, alerting prepaid members that their subscription will automatically renew on Jan 1, 2013, but will switch to monthly payments.
I think I can send this notification through my aWeber account if I have the prepaid members in a separate list, even though they are at the same Level 1 as those who opted to pay the regular monthly fee.
Or does S2 member have this capability? If so, would it make sense to create a Level 2 membership (for prepaids) that has identical access as Level 1? That way it would be easy to identify who gets notified on Dec 31, 2012.
Statistics: Posted by Cristián Lávaque — April 12th, 2011, 7:11 pm
Statistics: Posted by lucjager — April 11th, 2011, 12:03 pm
Statistics: Posted by pwallin — April 11th, 2011, 11:57 am
<?php
$now = strtotime("now");
$fixed_time = strtotime("31 December 2012");
$days_until_fixed_time = round(($fixed_time - $now) / ($seconds_in_one_day = 86400));
?>
<?php echo $days_until_fixed_time; ?>
[s2Member-Pro-PayPal-Form level="2" ccaps="" desc="your decription" ps="paypal" cc="EUR" ns="1" custom="yourdomain.nl" ta="0" tp="0" tt="D" ra="0.01" rp="<?php echo $days_until_fixed_time; ?>" rt="D" rr="BN" accept="paypal" accept_via_paypal="paypal" coupon="" accept_coupons="0" default_country_code="US" captcha="0" /]
Statistics: Posted by lucjager — April 11th, 2011, 10:14 am
Statistics: Posted by pwallin — April 11th, 2011, 5:45 am
Statistics: Posted by Cristián Lávaque — April 10th, 2011, 10:43 pm
Statistics: Posted by pwallin — April 9th, 2011, 7:31 pm