Statistics: Posted by Jason Caldwell — April 25th, 2011, 6:10 am
Statistics: Posted by kenlefeb — April 24th, 2011, 7:36 pm
I want to allow level 1 access to my site for a donation (without specifying an exact amount).
Can you please explain how I would do that?
[s2Member-Pro-PayPal-Form level="1" ccaps="" desc="$0.01 USD / One Time ( for lifetime access, non-recurring, no trial )" ps="paypal" cc="USD" custom="www.example.com" tp="0" tt="D" ra="<?php echo $_GET['amount']; ?>" rp="1" rt="L" rr="BN" /]
ra="<?php echo $_GET['amount']; ?>"
http://example.com/checkout/?amount=10.00
http://example.com/checkout/?amount=20.00
http://example.com/checkout/?amount=30.00
http://example.com/checkout/?amount=40.00
As a feature request, I'd like to determine membership based on the amount given...
ie- $1-99 donation = Level 1 access, $100-499 = level 2, etc...
Statistics: Posted by Jason Caldwell — July 22nd, 2010, 7:09 pm
Statistics: Posted by mrarlen — July 19th, 2010, 10:44 pm