Community Support Forums — WordPress® ( Users Helping Users ) — 2011-04-25T06:10:12-05:00 http://www.primothemes.com/forums/feed.php?f=4&t=407 2011-04-25T06:10:12-05:00 http://www.primothemes.com/forums/viewtopic.php?t=407&p=13303#p13303 <![CDATA[Re: Membership with Donation]]> Hi there. Thanks for your inquiry.

Sorry, not yet. FYI: This technique is also possible with Buttons. There is another thread covering this topic, you might find this information useful, as it outlines how to achieve this using the technique I described above. viewtopic.php?f=36&t=1604

Statistics: Posted by Jason Caldwell — April 25th, 2011, 6:10 am


]]>
2011-04-24T19:36:03-05:00 http://www.primothemes.com/forums/viewtopic.php?t=407&p=13275#p13275 <![CDATA[Re: Membership with Donation]]>
Except for the need to allow user-specified donation amounts, S2Member looks perfect for our needs!

Statistics: Posted by kenlefeb — April 24th, 2011, 7:36 pm


]]>
2010-07-22T19:09:37-05:00 http://www.primothemes.com/forums/viewtopic.php?t=407&p=1742#p1742 <![CDATA[Re: Membership with Donation]]>

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?

This is supported by s2Member Pro, but it requires a little hacking.
You will need to install the Exec-PHP plugin for WordPress first.
Then, you can insert your PayPal Pro Shortcode, like this ( with a PHP echo ):
Code:
[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" /]

The relevant portion here, is this part:
Code:
ra="<?php echo $_GET['amount']; ?>"

So now you can create links to your Form, that look something like this:
Code:
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...

This is NOT possible yet, even with s2Member Pro. I'll accept this as a feature request though.

Statistics: Posted by Jason Caldwell — July 22nd, 2010, 7:09 pm


]]>
2010-07-19T22:44:52-05:00 http://www.primothemes.com/forums/viewtopic.php?t=407&p=1667#p1667 <![CDATA[Membership with Donation]]> 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?

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...

Thanks!
I'm so glad I purchased this!!!

:)
arlen
:D

Statistics: Posted by mrarlen — July 19th, 2010, 10:44 pm


]]>