>
Download This Plugin | |
Download Elegant Themes | |
Name | WordPress PayPal |
Version | 1.0.1 |
Author | naa986 |
Rating | 0 |
Last updated | 2015-02-18 02:06:00 |
Downloads |
212
|
Download Plugins Speed Test plugin for Wordpress |
Home page PageSpeed score has been degraded by 0%, while Post page PageSpeed score has been degraded by 0%
WordPress PayPal plugin added 24 bytes of resources to the Home page and 15 bytes of resources to the sample Post page.
WordPress PayPal plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.
Great! WordPress PayPal plugin ads no tables to your Wordpress blog database.WP PayPal plugin allows you to easily create PayPal Buy Now, Add to Cart, Donation or Subscription type buttons. It generates dynamic buttons using shortcodes that enable PayPal checkout on your WordPress site.
Once you have installed this plugin you need to go to the settings menu to configure some default options (WP PayPal -> Settings).
In order to create a button insert the shortcode like the following:
Buy Now buttons are for single item purchases. In order to create a buy button you need to specify it in the button parameter of the shortcode.
[wp_paypal button="buynow" name="My product" amount="1.00"]
Add To Cart buttons let users add multiple items to their PayPal shopping cart and checkout.
[wp_paypal button="cart" name="My product" amount="1.00"]
Donation buttons let you accept donations from your users.
[wp_paypal button="donate" name="My product" amount="1.00"]
Subscribe buttons let you set up payment subscriptions.
[wp_paypal button="subscribe" name="My product" amount="1.00" recurrence="4" period="M"]
You can use additional parameters to customize your PayPal buttons.
For detailed documentation please check out the WP PayPal Plugin page.