• Hello,

    My client would like for registering new members to pay an open donation amount instead of a recurring payment. One payment that would be entirely up to them, register as a new member and then redirected back to the site after registration.

    This functionality wasn’t available a few years ago and I was told to create a button through PayPal but then the users wouldn’t go through the registration process. Is there a way to do this now?

    Thanks for your help!

    Kelli

    https://wordpress.org/plugins/s2member/

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must create the need Paypal button in the button generator, then use the PHP code it generates to build the form. You can change this code to allow open amount, instead fixed.

    Thread Starter maikai1110

    (@maikai1110)

    Hi Krumch!

    Is there a way to use the pro form instead of a button? Could they come to the site, fill out the new member form and be sent to Paypal to make a donation in the any amount?

    Thanks!!

    As “button” I meant all the usual forms and “Buy now” buttons. With Pro forms will be much more difficult, as generator don’t create PHP code… But you can use jQuery to modify the form inside the browser. Or better – find a filter hook after the shorttag is build and before HTML is send and modify the form on the server. Not easy in both cases…

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Accepting donations as membership payment’ is closed to new replies.