Page 1 of 1

Need a PayPal 10-Year "Buy Now" button

PostPosted: October 15th, 2011, 1:29 am
by Ravenworks
I've just installed s2member for a client and am very pleased. The interface is excellent as are the instructions. I have run into a problem that I am hoping somebody can help.

The client offers 4 membership levels:
Level #1 = Free
Level #2 = 1 Year
Level #3 = 10 Years
Level #4 = Lifetime

I am having trouble with Level #3 as the highest option available (other than Lifetime) is only 5 years.
All 4 levels need to be available to non-member visitors so it does not appear that I can use the PayPal Capability (Buy Now) Buttons.

Any help is appreciated.

Re: Need a PayPal 10-Year "Buy Now" button

PostPosted: October 15th, 2011, 10:01 am
by Eduan
! This hasn't been tested, try at your own risk.

Try instead of:
Code: Select all
[s2Member-PayPal-Button level="3" ccaps="" desc="Gold Member / description and pricing details here." ps="paypal" lc="" cc="USD" dg="0" ns="1" custom="http://example.com/" ta="0" tp="0" tt="D" ra="0.01" rp="1" rt="M" rr="1" rrt="" rra="1" image="default" output="button" /] 

This:
Code: Select all
[s2Member-PayPal-Button level="3" ccaps="" desc="Gold Member / description and pricing details here." ps="paypal" lc="" cc="USD" dg="0" ns="1" custom="http://example.com" ta="0" tp="0" tt="D" ra="0.01" rp="10" rt="Y" rr="BN" rrt="" rra="1" image="default" output="button" /] 

Change rp=* to rp=10 and see if it works.

Hope it works. ;)
P.S. Remember to report back. ;)

Re: Need a PayPal 10-Year "Buy Now" button

PostPosted: October 15th, 2011, 2:09 pm
by Ravenworks
Eduan,

Thanks very much! I tried your code adjustment and it appears to carry the information on to the PayPal page. Hopefully s2member will be capable of storing the correct information when a person purchases that item.

Re: Need a PayPal 10-Year "Buy Now" button

PostPosted: October 15th, 2011, 2:10 pm
by Eduan
Great :) .
Please update when you were able to confirm.