Page 1 of 1

Several Payment Options for Each Membership level

PostPosted: August 23rd, 2011, 10:27 am
by infocellar
Hi,

We would like to offer every membership level 3 payment options.
Could you please direct us how to acheive this, since we've found only 1 option for every level:

1. Monthly, recurrent (sign up for a yearly membership, pay every month)
2. Quarterly, recurrent (sign up for a lower yearly membership, pay quarterly)
3. Yearly, recurrent (sign up for the lowest yearly membership price, pay once every year)

:roll:

Re: Several Payment Options for Each Membership level

PostPosted: August 23rd, 2011, 9:37 pm
by Cristián Lávaque
You can create three PayPal buttons, one for each payment plan. WP Admin -> s2Member -> PayPal Buttons

Re: Several Payment Options for Each Membership level

PostPosted: August 25th, 2011, 3:54 am
by infocellar
Hi Cristian,
This topic is crucual for us, since it is a default with us that our members may choose one of the three options for their payment (and there are 3 independent levels. So - 9 options in total).

Does the Pro plug-in enable this ?

Re: Several Payment Options for Each Membership level

PostPosted: August 25th, 2011, 3:55 am
by infocellar
And... if the s2Member does NOT allow it. is there a way to generate a combination, where we use the s2Menber but create the various buttons with PayPal ?

Re: Several Payment Options for Each Membership level

PostPosted: August 25th, 2011, 10:23 pm
by Cristián Lávaque
You can use the s2Member button generators. http://www.s2member.com/paypal-options-buttons-video/

You can generate a button for each plan for each level.

Re: Several Payment Options for Each Membership level

PostPosted: August 26th, 2011, 1:26 am
by infocellar
Thanks,

We've already followed the directions as to how to generate buttons. Our question concerns the need for 3 payment options for each of 3 subscribers' plans/levels.

Just to make sure (since you did not relate to it in your previous reply): If the free version doesn't, does the Pro version enable the creation of more than one payment option for every level ?
(as mentioned, we would like to offer every level to choose from monthly/quarterly/yearly payment options. No problem to use 1 button for every plan, but how will we enable these three options ? )

Re: Several Payment Options for Each Membership level

PostPosted: August 26th, 2011, 10:57 pm
by Cristián Lávaque
The button generator doesn't give that option in a single button. Each of those plans changes more than one value in the button's code, so it's not as simple as a selector for a single field in the button's HTML.

You will need some JavaScript that will activate the button for the plan the person chose. So you'd have the three buttons in the same page, but only one would be visible/clickable depending on the selection the user does with another input like a radio button or drop-down menu.

Or you can create the shortcode for the buttons and change the output to URL WP Admin -> s2Member -> PayPal Buttons -> Shortcode Attributes -> ouput. Put them in a WP page, view it and copy the URL that each outputs. Now, in your sales page, you'd create an HTML form for the person to choose the plan and click the order button, but instead of submitting to PayPal, it'd submit to a custom script where you determine which of the plans he picked and redirect to the corresponding URL you generated earlier.

Re: Several Payment Options for Each Membership level

PostPosted: August 26th, 2011, 11:05 pm
by cassel
Maybe you can have three buttons available to the user and in three different colors (or distinguished with different text on them like "monthly", "quarterly", etc.) so the user can SEE they are different options and choose accordingly.