Page 1 of 1

Adding Subscription Options to the Registration Form

PostPosted: June 13th, 2011, 8:10 am
by PeterCologne
Hi guys,

Iam so sorry if this question was aksed before but I couldnt find an answer to my problem.

I would like to add three suscription options to my registration form like in this example http://www.eisy.eu/wp-login.php?action=register

There you can find checkboxes for the diffrent suscriptions.

What I want to have is that the user have to choose between a basic, standard and premium account and after clicking on register, he has to pay for the choosen account.

So how do I manage that? Where can I find the right code for the Checkboxes? Where do I have to put them?

Thanks so much for your help - I tried to find the answer by myself but I couldn find it either.

Greeting from Cologne
Peter

Re: Adding Subscription Options to the Registration Form

PostPosted: June 13th, 2011, 9:19 pm
by Cristián Lávaque
Hi Peter.

Well, to achieve that with s2Member you could try creating a Custom Registration field for the person to choose the membership level he wants. WP Admin -> s2Member -> General Options -> Custom Registration Fields

After registration you check what his option was and forward him to the PayPal payment based on it. You can output a payment URL instead of a button with the PayPal Button Generators, which you can use for the redirection. WP Admin -> s2member -> PayPal Buttons -> Shortcode Attributes (Explained) -> Output

You'll need a custom script in the page after registration to redirect to the payment page.

I hope this helps. :)

Re: Adding Subscription Options to the Registration Form

PostPosted: June 17th, 2011, 12:17 pm
by lindseytyner
I would like to use this functionality. Any ideas on where to start on the custom script so that when the user hits register, they go to paypal with the correct amount? Is this something that we'd have to hack the wp-login page to do?