
PayPal Checkout Button
Payment Button for PayPal plugin (also known as WP PayPal) 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.
Your customers will be able to pay for your products using PayPal or Credit Card. This plugin makes it easy for you to set up your online e-commerce store. You do not need to spend days configuring products and settings. All you need to do is insert a shortcode into one of your web pages and your website will be ready to go live.
Payment Button for PayPal supports PayPal Sandbox. PayPal Sandbox is a simulation environment which allows you to do test purchases between a test buyer and a seller account. This is to make sure that your store can process PayPal transactions without any issues. It also helps you get prepared before selling to real customers.
Note: This is NOT an official PayPal product.
Once you have installed this plugin you need to go to the settings menu to configure some PayPal settings (WP PayPal -> Settings).
These settings apply to the “[wp_paypal_checkout]” shortcode button. It uses the PayPal Checkout payment method.
These settings apply to the “[wp_paypal]” shortcode button. It uses the PayPal Payments Standard payment method.
Payment Button for PayPal plugin comes with an “Emails” tab where you will be able to configure some email related settings.
Email Sender Options
In this section you can choose to customize the default From Name and From Email Address that will be used when sending an email.
Purchase Receipt Email
When this feature is enabled an email sent to the customer after completion of a successful purchase. Options you can customize here:
Sale Notification Email
When this feature is enabled an email is sent to your chosen recipient(s) after completion of a successful purchase. Options you can customize here:
You can use various email tags in the subject/body of an email to dynamically change its content. You can find the full list of available email tags in the WordPress PayPal plugin page.
Can the email messages be sent over SMTP? Absolutely. The following SMTP plugins have been tested:
In order to create a PayPal Checkout button insert the shortcode like the following:
[wp_paypal_checkout description="test checkout product" amount="3.99"]
You can use additional parameters to customize your PayPal Checkout buttons.
For more information check the PayPal Checkout documentation page.
In order to create a PayPal Payments Standard 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"]
View Cart buttons let users view items that were added to their PayPal shopping cart.
[wp_paypal button="viewcart"]
Donation buttons let you accept donations from your users.
[wp_paypal button="donate" name="My product"]
[wp_paypal button="subscribe" name="My product" a3="1.00" p3="1" t3="M" src="1"]
Subscribe buttons let you set up payment subscriptions.
You can use additional parameters to customize your PayPal buttons.
For detailed documentation please check out the Payment Button for PayPal plugin page.
If you are a non-English speaker please help translate the plugin into your language.