Paypal Subscription button help

sam.hunt0710

Elite Member
Executive VIP
Jr. VIP
Joined
Jan 8, 2010
Messages
13,634
Reaction score
8,257
Hello Everyone ,

I am looking for a wordpress plugin which creates subscription button for packages , can anyone suggest me any good plugin for that .

Searched over google but i was not able to find out solution for this .

Thanks
 
Any suggestion .......
 
Thanks Brad for your suggestion I will check that too.
 
I'm currently working on something similar,
however, I just installed memberful and it looks promising. No paypal, though.

If you want to do a paypal subscription you can also do this with http://payivy.com, create the product, choose paypal sub and link to it with a button. That was my first (beta) choice.
Interested if someone comes up with a better option.
 
Wp Estore can do that.
Adding to this, Sam see this link:
Code:
https://www.tipsandtricks-hq.com/ecommerce/how-to-add-a-subscription-button-for-recurring-payment-400

Is this what you require the button to do?

The same site also has some good info on using its short-codes:
Code:
https://www.tipsandtricks-hq.com/ecommerce/wp-estore-shortcodes-and-functions-reference-460
 
Last edited:
Yes SRB888 i want the button work like you have mentioned , but i am looking for a free plugin to be added in my dashboard.
 
All the below mentioned are free:

Check this with your PP (testing | sandbox account) for using the PP subscription button:
Code:
https://www.paypal.com/webapps/mpp/get-started/subscription-button

There is also a step-by-step approach inside the above article:
Code:
https://www.paypal.com/webapps/mpp/get-started/subscription-button#step-by-step

For recurring donations button (free of course):
Code:
https://www.paypal.com/webapps/mpp/get-started/create-recurring-donation-button


Check this too in Google:
how to use paypal developer sandbox test account step-by-step

~~~

Also google the following for more on the free aspect:
Paypal subscription button free wordpress plugin



HTH
smile.png
 
Last edited:
[wp_paypal button="subscribe" name="My product" amount="1.00" recurrence="1" period="M"]

Now for monthly payment what should i place in recurrence and period.
 
Back
Top