What's A Good Wordpress Plugin For Paypal

cpacashman

Regular Member
Joined
May 17, 2011
Messages
232
Reaction score
19
I'm going to be reselling some fiverr gigs using wordpress & need to know
how to put a paypal button on the page at the bottom

How would i go about setting this up are any links to some
videos or etc.
 
You can these two Wordpress plugins.

PayPal Buy Now button
WP Easy Paypal Payment Accept


 
Search on google you will also find the massive description that how to use these plugins as well.
 
Thanks guys i went with WP Easy Paypal
 
Is it easy to integrate Paypal buy button in a ready website without using the help of a programmer?
 
Yes paypal button integration is really easy. The buy it now buttons also come with optional IPN urls and are really simple to make on the paypal website. You can setup one time payments as well as subscriptions rather easily.
 
Yes paypal button integration is really easy. The buy it now buttons also come with optional IPN urls and are really simple to make on the paypal website. You can setup one time payments as well as subscriptions rather easily.
If you can, give me an advice how to do that myself (articles or so) or should I use the help of a programmer professional?
 
If you can, give me an advice how to do that myself (articles or so) or should I use the help of a programmer professional?

Tell me how much PHP and html you know. I started out by following a PDF guide right here for a site I was setting up: http://termexplorer.com/UbotLocker/Getting Started With UbotLocker.pdf

The illustrations are really nice in that doc and you can follow them to make buttons for any site just by changing the urls. Also, make sure to sign up for a sandbox paypal account when you're making buttons. It's really easy.

In my case I was familiar with the linux shell and a little bit of PHP and html and had to learn a couple of tricks in mysql and PHP. But if you're doing this with a wordpress install and/or cPanel that's a different environment. Well actually I take that back the PDF instructs cPanel users on how to setup mysql but I was doing it outside cPanel so you may find it even easier.
 
log in to your paypal account and go to tools.
Under tools you will find one option payment buttons.
fill the form of payment buttons and create it.
they will give you html code
copy it and place it on your website.
simple
 
log in to your paypal account and go to tools.
Under tools you will find one option payment buttons.
fill the form of payment buttons and create it.
they will give you html code
copy it and place it on your website.
simple
it all said here not hard at all.....

if you want a full blown out system your need to understand ipn in php ....
 
Back
Top