This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

Simple Buy Now Button for PayPal

Description

Simple PayPal Buy Now button plugin allows you to add PayPal Buy Now button to your site using shortcode.

Plugin Functionality:

  • Create PayPal button
  • Place PayPal Buy Now button shortcode on any post and page.
  • Place PayPal Buy Now button shortcode on widget.
  • Place PayPal Buy Now button shortcode in template file.

Shortcode

[wpcsimple_button email='yourpaypalemail@example.com' size='large' amount ='15.00' name='T-shirt' currency_code= 'USD']
<?php echo do_shortcode('[wpcsimple_button]'); ?>

Currency Codes

  • ‘AUD’ => ‘Australian Dollars (A $)’
  • ‘BRL’ => ‘Brazilian Real’
  • ‘CAD’ => ‘Canadian Dollars (C $)’
  • ‘CZK’ => ‘Czech Koruna’
  • ‘DKK’ => ‘Danish Krone’
  • ‘EUR’ => ‘Euros (€)’,
  • ‘HKD’ => ‘Hong Kong Dollar ($)’
  • ‘HUF’ => ‘Hungarian Forint’
  • ‘ILS’ => ‘Israeli New Shekel’
  • ‘JPY’ => ‘Yen (¥)’
  • ‘MYR’ => ‘Malaysian Ringgit’
  • ‘MXN’ => ‘Mexican Peso’
  • ‘NOK’ => ‘Norwegian Krone’
  • ‘NZD’ => ‘New Zealand Dollar ($)’
  • ‘PHP’ => ‘Philippine Peso’
  • ‘PLN’ => ‘Polish Zloty’
  • ‘GBP’ => ‘Pounds Sterling (£)’
  • ‘RUB’ => ‘Russian Ruble’
  • ‘SGD’ => ‘Singapore Dollar ($)’
  • ‘SEK’ => ‘Swedish Krona’
  • ‘CHF’ => ‘Swiss Franc’
  • ‘TWD’ => ‘Taiwan New Dollar’
  • ‘THB’ => ‘Thai Baht’
  • ‘TRY’ => ‘Turkish Lira’
  • ‘USD’ => ‘US Dollars’

Shortcode parameter

  • email => Your email address associated with your PayPal account.
  • name => Description of item being sold.
  • amount => The amount associated with item
  • currency_code => The currency of the payment. Default is USD.
  • lc = > The locale of the checkout login or sign-up page. for example en_GB
  • paymentaction => sale or authorization.
  • return => The URL to which PayPal redirects buyers’ browser after they complete their payments.
  • cancel_return => URL to which PayPal redirects the buyers’ browsers if they cancel checkout before completing their payments.

Try our other premium plugins :

  1. Woocommerce Custom Related Products Pro
  2. Woocommerce Estimated Delivery Date Per Product
  3. WooCommerce Advanced Discounts and Fees
  4. Cashback Coupon for WooCommerce
  5. Dynamic Pricing Per Product for WooCommerce

Screenshots

  • PayPal Buy Now button shortcode in backend
  • PayPal Buy Now button shortcode in front page

Installation

  • Download the plugin
  • Upload the folder “simple-paypal-buynow-button” to wp-content/plugins (or upload a zip through the WordPress admin)

FAQ

Installation Instruction

  • Place shortcode [wpcsimple_button] to display Buy Now button.

Reviews

Олунньу 16, 2021
Extremely easy to use - just what I was looking for. It would be nice if you could select your own button image. I edited the code to use my own image. Why are there 4 different image urls in the file "simple-paypal-buynow-button.php"?
Сэтинньи 20, 2017
A plugin is nice and easy to create PayPal Buy Now button. User friendly shortcode available.
Read all 3 reviews

Contributors & Developers

“Simple Buy Now Button for PayPal” is open source software. The following people have contributed to this plugin.

Contributors

“Simple Buy Now Button for PayPal” has been translated into 1 locale. Thank you to the translators for their contributions.

Translate “Simple Buy Now Button for PayPal” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

1.0.0

  • First Version.