WordPress OSINT, maintenance or security needs? Reach out!
TLDWP

Plugin: wp-paypal (Used by 67 domains)

Payment Button for PayPal

πŸ‘€ Noor Alam πŸ“¦ v1.2.3.44 πŸ”— Plugin Homepage

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.

Payment Button for PayPal Add-ons

Payment Button for PayPal Features

  • Sell products or services using PayPal
  • Create PayPal buttons on the fly in a post/page using shortcodes
  • Accept once off payments
  • Accept recurring subscription payments
  • Accept donations from users
  • Use multiple PayPal accounts to accept payments
  • Allow users to add multiple items to the shopping cart and checkout
  • View or Manage orders received via PayPal buttons from your WordPress admin dashboard
  • Quick settings configurations
  • Enable debug to troubleshoot various issues (e.g. orders not getting updated)
  • Open PayPal log to see how IPN (Instant Payment Notification) is being received from PayPal
  • Accept debit or credit card payments
  • Accept recurring subscription payments on a daily, weekly, monthly or yearly basis
  • Switch your store to PayPal sandbox mode for testing
  • Sell in any currency supported by PayPal
  • Charge shipping on your products or services
  • Charge tax on your products or services
  • Send a purchase confirmation email to your customer after a transaction
  • Send a sale notification email to one or more recipients (e.g. the seller) after a transaction
  • Accept payments with PayPal smart payment buttons
  • Accept Pay Later Pay in 4 payments

Note: This is NOT an official PayPal product.

How to Use Payment Button for PayPal

Once you have installed this plugin you need to go to the settings menu to configure some PayPal settings (WP PayPal -> Settings).

PayPal Checkout Settings

These settings apply to the β€œ[wp_paypal_checkout]” shortcode button. It uses the PayPal Checkout payment method.

  • Client ID: The client ID for your PayPal REST API app
  • Currency Code: The default currency code for payments
  • Return URL: The redirect URL after a successful payment
  • Cancel URL: The redirect URL when a payment is cancelled

PayPal Payments Standard Settings

These settings apply to the β€œ[wp_paypal]” shortcode button. It uses the PayPal Payments Standard payment method.

  • PayPal Merchant ID: Your PayPal Merchant ID
  • PayPal Email: Your PayPal email address
  • Currency Code: The default currency code

Payment Button for PayPal Emails

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:

  • The subject of the purchase receipt email
  • The content type of the purchase receipt email. The default is β€œPlain Text”. But you can also set it to β€œHTML”
  • The body of the purchase receipt email.

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:

  • The subject of the sale notification email
  • The content type of the sale notification email. The default is β€œPlain Text”. But you can also set it to β€œHTML”
  • The body of the sale notification email.

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:

  • SMTP Mailer
  • Gmail SMTP
  • WP Mail SMTP
  • Post SMTP
  • FluentSMTP
  • Easy WP SMTP

How to Create a PayPal Checkout Button

In order to create a PayPal Checkout button insert the shortcode like the following:

[wp_paypal_checkout description="test checkout product" amount="3.99"]

PayPal Checkout Shortcode Parameters

You can use additional parameters to customize your PayPal Checkout buttons.

  • description – Description of the purchase.
  • amount – The price of the product.

For more information check the PayPal Checkout documentation page.

How to Create a PayPal Payments Standard Button

In order to create a PayPal Payments Standard button insert the shortcode like the following.

PayPal Buy Now

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"]

PayPal Add to Cart

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"]

PayPal View Cart

View Cart buttons let users view items that were added to their PayPal shopping cart.

[wp_paypal button="viewcart"]

PayPal Donation

Donation buttons let you accept donations from your users.

[wp_paypal button="donate" name="My product"]

PayPal Subscription

[wp_paypal button="subscribe" name="My product" a3="1.00" p3="1" t3="M" src="1"]

Subscribe buttons let you set up payment subscriptions.

PayPal Payments Standard Shortcode Buttons Parameters

You can use additional parameters to customize your PayPal buttons.

  • type – The type of button to render (e.g. β€œbuynow”, β€œcart”, β€œdonate” or β€œsubscribe”)
  • name – Description of the item.
  • button_image – Your custom button image URL (e.g. button_image=”https://example.com/images/buy.png”).
  • button_text – Your custom button text (e.g. button_text=”Buy Now”).
  • number – The number of the item (Also known as SKU. e.g. number=”16β€³).
  • amount– The price of the item (e.g. amount=”4.95β€³).
  • currency – The currency of the item (e.g. currency=”USD”).
  • quantity – Quantity of items to purchase (e.g. quantity=”2β€³).
  • shipping – The cost of shipping this item. (e.g. shipping=”0.75β€³). If you specify β€œshipping” and β€œshipping2” is not defined, this flat amount is charged regardless of the quantity of items purchased.
  • shipping2 – The cost of shipping each additional unit of this item (e.g. shipping2=”1.25β€³)
  • handling – The handling cost of an item (e.g. handling=”2.5β€³)
  • tax – The flat tax amount for an item (e.g. tax=”2.99β€³).
  • tax_rate – The rate of tax for an item (e.g. tax_rate=”2.9β€³).
  • locale – The desired locale of the PayPal site (e.g. locale=”GB”). This feature is useful if you want to render the payment page in a specific language.
  • return – The URL to which the user will be redirected after the payment (e.g. return=”https://example.com/thank-you”).
  • cancel_return – The URL to which PayPal will redirect the buyer if they cancel checkout before completing the payment (e.g. cancel_return=”https://example.com/payment-canceled”).
  • no_shipping – This parameter allows you to control whether or not to prompt buyers for a shipping address (e.g. no_shipping=”1β€³). Allowable values: 0 – Prompt for an address, but do not require one (This is set by default), 1 – Do not prompt for an address, 2 – Prompt for an address, and require one.
  • undefined_quantity – Allow buyers to specify the quantity of the item on the payment page (e.g. undefined_quantity=”1β€³). This option is only used with a Buy Now button.
  • target – This parameter allows you to open a PayPal button in a new window or tab (e.g. target=”_blank”).
  • shopping_url – This parameter allows you to customize the Continue Shopping URL for the View Cart button (e.g. shopping_url=”https://example.com/shop”).
  • business – This parameter allows you to override the seller account specified in the settings. You can specify either your PayPal merchant ID or email address in it (e.g. business=”HV3QO52MBTT34β€³ or business=”[email protected]”).
  • form_class – Your custom CSS class to target the button form (e.g. form_class=”ppbtn”). Multiple classes are supported (e.g. form_class=”ppbtn ppbtn2 ppbtn3β€³).

PayPal Add to Cart Button/Shopping Cart Specific Parameters

  • handling – Handling charges. This parameter is not quantity-specific, which means the same handling cost applies, regardless of the number of items on the order. (e.g. handling=”2.00β€³).

For detailed documentation please check out the Payment Button for PayPal plugin page.

Translation

If you are a non-English speaker please help translate the plugin into your language.

Additional PayPal Documentation

DomainExposuresHeadersLast Checked
g*a*t*r*a*e*.com (WP 6.6.5) βœ… F 2026-04-27 04:12:49
g*a*d*a*t*r*r*n*l*n.com (WP 6.9.1) βœ… F 2026-04-27 00:16:00
p*r*o*a*d*v*l*p*e*t*u*h*r*t*.com (WP 6.9.4) βœ… F 2026-04-26 22:32:32
a*u*n*.uniurb.it βœ… F 2026-04-26 20:18:47
c*n*e*p*a*c*c*n*e*.de (WP 4.6.1) ⚠️ F 2026-04-26 03:24:09
c*o*s*e*s*o*n*a*i*n.org (WP 6.8.5) βœ… F 2026-04-25 22:48:45
d*n*e*i*l*.com (WP 6.9.4) βœ… F 2026-04-25 17:28:45
t*t*k*.com (WP 6.9.4) βœ… C 2026-04-25 12:06:54
a*h*f*e*d.com (WP 6.9.4) βœ… F 2026-04-23 21:19:04
h*l*m*t*r*i*e.com βœ… F 2026-04-21 19:02:34
i*a*l*v*l*r*o.com (WP 6.9.4) βœ… F 2026-04-19 04:20:18
r*t*e*d*u*s*h*a*d.com (WP 6.9.4) βœ… F 2026-04-18 18:14:58
f*t*e*h*o*a*1*.com (WP 6.9.4) βœ… F 2026-04-18 17:29:46
r*m*v*m*e*c*s*f*t*b*l*p*d*x.com (WP 6.9.4) βœ… F 2026-04-17 03:14:50
t*u*l*m*s*r*.com (WP 5.1.22) ⚠️ F 2026-04-17 01:43:24
g*g*l*v*.com βœ… F 2026-04-15 02:57:57
b*u*g*e*s*.com (WP 6.9.4) βœ… F 2026-04-12 14:09:02
d*r*o*d*n*a*u*u*.de (WP 6.9.4) βœ… D 2026-04-11 05:27:48
d*s*o*e*y*n*.com (WP 6.9.4) βœ… F 2026-04-10 13:50:28
l*v*f*s*i*a*e*e*t.com (WP 6.0.11) ⚠️ F 2026-04-08 15:52:33
l*v*f*s*i*a*c*n*e*e*c*.com (WP 6.0.11) ⚠️ F 2026-04-08 15:52:33
t*e*a*k*f*o*.org (WP 6.9.4) βœ… F 2026-04-07 16:26:24
t*o*y*t*c*l*o*l*.com (WP 6.9.1) βœ… F 2026-04-07 11:38:36
c*n*e*p*a*c*c*n*e*.com (WP 4.6.1) ⚠️ F 2026-04-06 20:22:16
t*b*r*a*l*o*d*v*d*e*t*r*d.com (WP 6.7.5) βœ… F 2026-04-06 00:27:24
c*i*k*n*o*r*.com βœ… F 2026-04-03 21:11:24
s*n*o*a*m*.ca (WP 6.8.5) βœ… β€” 2026-03-27 22:41:55
a*l*t*.org (WP 6.4.3) ⚠️ β€” 2026-03-27 00:31:18
k*l*f*s*i*a*.se (WP 6.8.5) βœ… β€” 2026-03-26 22:00:20
v*l*e*f*r*e*u*t*r*o*l.org (WP 6.9.4) βœ… β€” 2026-03-20 15:55:15
p*i*c.org βœ… β€” 2026-03-19 21:29:04
n*c*r*c.org βœ… β€” 2025-11-12 05:45:35
m*a*o*l*r*l*f.org βœ… β€” 2025-11-12 04:59:02
o*l*n*o*a.org βœ… β€” 2025-11-12 03:48:49
d*g*i*y*o*h*i*i.org βœ… β€” 2025-11-12 03:18:08
w*r*d*f*e*i*a*i*n.com βœ… β€” 2025-11-11 13:05:54
w*y*a*p*t*r*.com βœ… β€” 2025-11-11 12:39:19
w*l*i*m*a*p*e*a*d*o*s.com βœ… β€” 2025-11-11 12:05:58
w*e*g*o*m*n.com βœ… β€” 2025-11-11 11:36:44
w*a*k*l*s*t.com βœ… β€” 2025-11-11 11:32:36
w*b*a*t*r*t*c*n*l*g*e*.com βœ… β€” 2025-11-11 10:45:41
w*t*r*r*m*t*r*.com βœ… β€” 2025-11-11 10:17:22
t*e*s*c*e*t.com βœ… β€” 2025-11-11 01:00:50
t*e*h*r*i*a*m*n*i*.com βœ… β€” 2025-11-11 00:41:33
t*e*c*a*r*t*e*t*.com βœ… β€” 2025-11-11 00:10:20
t*e*a*u*a*t*a*s*t*o*.com βœ… β€” 2025-11-11 00:05:59
t*e*u*i*m*d*c*n*.com βœ… β€” 2025-11-11 00:04:51
t*e*e*s*a*i*m*s*a*e.com βœ… β€” 2025-11-10 23:59:37
s*r*n*e*i*l*u*.com βœ… β€” 2025-11-10 10:21:05
s*m*n*h*w*l*.com βœ… β€” 2025-11-10 07:29:08
p*o*e*t*e*f*r*a*e*o*a*g*l*s.com βœ… β€” 2025-11-09 23:05:07
n*w*a*e*r*k*f*y.com βœ… β€” 2025-11-09 11:20:39
n*v*j*-*r*n*e.com βœ… β€” 2025-11-09 10:17:04
m*c*n*u*l*m*.com βœ… β€” 2025-11-09 08:44:09
m*c*b*l*m*.com βœ… β€” 2025-11-09 08:43:47
m*d*a*e*r*o*l*n.com βœ… β€” 2025-11-09 08:05:51
l*r*v*l*e*l*s*a*e.com βœ… β€” 2025-11-08 18:44:56
j*-*u*s*u*.com βœ… β€” 2025-11-08 11:10:47
i*t*r*a*i*n*l*e*i*a*y.com βœ… β€” 2025-11-08 08:51:55
h*g*w*o*l*y.com βœ… β€” 2025-11-08 05:39:24
f*n*a*i*n*u*n*c*.com βœ… β€” 2025-11-07 19:06:57
e*l*m*y*i*g*n*.com βœ… β€” 2025-11-07 10:45:21
e*s*l*r*w*n.com βœ… β€” 2025-11-07 09:10:22
d*f*e*d*e*h*m*s.com βœ… β€” 2025-11-07 07:44:33
c*t*l*s*p*s*.com βœ… β€” 2025-11-06 18:24:32
b*r*o*d*g.com βœ… β€” 2025-11-06 09:06:13

Top 50 Plugins

Plugin Count
elementor 2,689,650
contact-form-7 2,396,617
elementor-pro 1,506,769
woocommerce 1,263,184
revslider 900,874
js_composer 585,320
jetpack 495,106
wp-rocket 425,276
essential-addons-for-elementor-lite 406,312
header-footer-elementor 350,600
gutenberg-core 340,999
elementskit-lite 329,875
instagram-feed 306,189
google-analytics-for-wordpress 304,458
gravityforms 301,146
google-site-kit 293,903
complianz-gdpr 290,675
cookie-law-info 287,278
sitepress-multilingual-cms 251,111
wpforms-lite 247,744
astra-sites 240,555
bluehost-wordpress-plugin 237,739
litespeed-cache 216,201
gtranslate 178,916
coblocks 172,479
cookie-notice 167,412
gutenberg 162,150
the-events-calendar 146,892
popup-maker 138,606
premium-addons-for-elementor 131,869
astra-addon 131,117
bb-plugin 130,405
mailchimp-for-wp 128,339
LayerSlider 126,156
wp-smushit 124,547
tablepress 119,081
custom-fonts 118,009
creame-whatsapp-me 116,783
pro-elements 113,892
click-to-chat-for-whatsapp 111,260
duracelltomi-google-tag-manager 110,538
woocommerce-gateway-stripe 109,936
cleantalk-spam-protect 107,359
akismet 104,633
smart-slider-3 104,583
pixelyoursite 102,539
megamenu 101,995
honeypot 101,796
fusion-builder 101,539
royal-elementor-addons 99,229

Top 50 Themes

Theme Count
hello-elementor 860,771
astra 714,204
Divi 705,878
pub 227,065
generatepress 161,551
flatsome 161,149
Avada 152,832
h4 140,620
oceanwp 118,254
kadence 104,836
enfold 89,410
salient 86,415
bb-theme 83,587
twentytwentyfour 80,980
blocksy 78,999
twentytwentyfive 77,771
cocoon-master 74,803
betheme 71,088
twentyseventeen 69,057
woodmart 59,353
dt-the7 58,366
neve 51,292
twentytwentyone 44,388
bridge 43,520
swell 39,789
Avada-Child-Theme 39,358
twentytwenty 38,238
lightning 37,551
gox 37,081
twentytwentythree 36,862
bricks 30,943
Impreza 30,905
Newspaper 28,928
twentytwentytwo 28,430
epik-redesign 24,137
extendable 23,397
pro 23,325
storefront 23,293
uncode 22,749
yith-wonder 22,415
twentysixteen 22,303
sydney 21,246
themify-ultra 20,762
Total 19,056
twentyfifteen 18,819
porto 17,524
hestia 16,904
thrive-theme 16,130
yootheme 15,740
twentynineteen 15,471