WooCommerce PayPal Pro Payment Gateway

Descripción

Esta extensión añade la funcionalidad de pago con tarjeta de crédito en el sitio en tu sitio de WooCommerce. Tus clientes introducirán la tarjeta de crédito en tu página de pago (nunca abandonan el sitio para realizar la transacción).

It is compatible with WooCommerce High-Performance Order Storage (HPOS) feature.

La experiencia de pago con tarjeta de crédito que ofrece esta extensión es muy sencilla. El siguiente video muestra la experiencia de pago con tarjeta de crédito.

Configurar esta extensión es muy fácil. Simplemente ves a la siguiente área de ajustes de WooCommerce para activar la pasarela de PayPal Pro e introducir los detalles de tu API de PayPal Pro:

Ajustes de WooCommerce -> Pagos -> PayPal-Pro

Puedes encontrar instrucciones de uso detalladas con capturas de pantalla en la página de la extensión WooCommerce PayPal Pro Gateway.

Después de eso, tus clientes podrán seleccionar la opción de pago con tarjeta de crédito en la página de pago de WooCommere.

Publica una pregunta en el foro si tienes algún problema usando la extensión.

Sección arbitraria

Nada

Instalación

Haz lo siguiente para instalar el plugin:

  1. Subir el archivo ‘woocommerce-paypal-pro.zip’ desde la página Plugins->Añadir nuevo en el panel de administración de WordPress.
  2. Activa el plugin desde el menú ‘Plugins’ de WordPress.

FAQ

  1. ¿Pueden mis clientes realizar el pago con sus tarjetas de crédito después de instalar este plugin?

  2. ¿Ofrecerá el pago en el sitio para que mis clientes no tengan que abandonar el sitio?

Reseñas

6 de noviembre de 2021 2 respuestas
Honestly, I just don't understand the positive reviews on this plugin. I have thoroughly tested it, and essential features don't work with the plugin. 1. Refunds initiated from a WooCommerce order don't work at all (they're don't even recognized on PayPal side). 2. There's no detailed order information (item listing with SKU, item name, price and quantity info) on PayPal side, only an order number. 3. Shipping, tax and discount costs are not displayed on PayPal side (displays zero for each item instead of the actual value). 4. Testing (sandbox) feature has practically no documentation, and the developer's answer to related support requests is something like "sandbox configuration is usually very tricky, have you tested with live purchases?". I've lost tons of money in one of my projects because of the issues with this plugin, and I certainly will discourage everyone from using it.
20 de agosto de 2020 1 respuesta
tested the plugin and it works
13 de agosto de 2019 1 respuesta
WooCommerce charges $80 for a similar plugin. This is a great free plugin for processing payments through PayPal. Very easy setup and works great and integrates with the Woo PP plugins.
1 de diciembre de 2016 1 respuesta
Hi While i'm using multi currency in one site woo commerce, then this plugin using this code 'CURRENCYCODE' => get_option('woocommerce_currency'), which select only Currency Options. So my suggestion is that while there will be new version of this plugin then use this code 'CURRENCYCODE' => get_woocommerce_currency(), instead of 'CURRENCYCODE' => get_option('woocommerce_currency'). So that it will select multi currency. Thanks
5 de octubre de 2016 1 respuesta
We are hoping to enable "Transparent Redirect" with this plugin. Similar to the setting available in Paypal Pro PayFlow settings: https://docs.woocommerce.com/wp-content/uploads/2012/04/paypal-pro-payflow-settings.png Is this possible? We are being told we are not PCI Compliant without this setting. Much thanks!
3 de septiembre de 2016
As with all good plugins it just works, is easy to install and set up. Great plugin. Great support.
Leer todas las 10 reseñas

Colaboradores y desarrolladores

«WooCommerce PayPal Pro Payment Gateway» es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores

«WooCommerce PayPal Pro Payment Gateway» está traducido en 1 idioma. Gracias a los traductores por sus contribuciones.

Traduce «WooCommerce PayPal Pro Payment Gateway» a tu idioma.

¿Interesado en el desarrollo?

Revisa el código , echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.

Registro de cambios

2.9.16

  • Updated the tags to limit it to 5.

2.9.15

  • Added HPOS feature compatibility.

2.9.14

  • Removed the admin notice for the secure checkout option which has been removed from WooCommerce.

2.9.13

  • Works on WooCommerce latest (v8.3.1) and WordPress latest (v6.4).

2.9.12

  • PHP 8.2 compatibility.
  • Added a method description for the settings menu.

2.9.11

  • Updated the secure checkout admin notice message to include a link to the advanced settings menu so it is easy to find.
  • Added a new filter hook that will allow the transaction type to be customized to «authorization» instead of «sale/capture». The filter hook is: wcpprog_request_query_arg_paymentaction

2.9.10

  • Added a new filter hook «wcpprog_invnum_woo_order_number». It allows customization of the invoice number field.

2.9.9

  • Reversing the temporary fix that was added for the PayPal’s «Duplicate invoice ID supplied» error.

2.9.8

  • Temporarily Ignore the «Duplicate invoice ID supplied» error. Thanks to @thaissamendes for sharing the code tweak.
  • Added a new action hook «wcpprog_paypal_api_error_response» when the API response is an error response.

2.9.7

  • Added a new filter hook (wcpprog_get_user_ip) for the IP address that gets submitted to the PayPal API. This hook can be used to override and apply your own customization for the IP Address.

2.9.6

  • The «wcpprog_request_txn_description» filter can be used to override and customize the Transaction Description value.
  • The description field of the API is now populated with a value like the following:
    WooCommerce Order ID: XXXX
  • The last 4 digits of the card is saved in the order post meta (for the transaction).

2.9.5

  • Added the email address value in the query parameter of the API. The billing email address will now be sent to the PayPal API.

2.9.4

  • Removed (commented out) the individual item amount passing to the PayPal API (this was recently added after a request from a user). A few sites are having issues with it when dynamic pricing is used. It will still pass the item name.

2.9.3

  • Variable product checkout error fixed. The dynamic pricing was causing an error with the additional amount parameter that the plugin now sends to PayPal.

2.9.2

  • Added additional item info to the request parameter that is sent to PayPal. It will show more info about the item when you view the transaction in your PayPal account. Thanks to @kingpg

2.9.1

  • Added a credit card icon next to the paypal checkout selection radio button.
  • Added a filter (wcpprog_checkout_icon) to allow updating/tweaking of the credit card icon image.

2.9

  • Updated a call to a function for the new WooCommerce version.

2.8

  • Fixed WooCommerce settings URL in force SSL notice for the new version of WooCommerce.

2.7

  • The shipping address is also sent to the PayPal API during the checkout.

2.6

  • Added language translation POT file so the addon can be translated.

2.5

  • The WooCommerce order number gets sent to the PayPal Pro API (so it is available in your merchant account)

2.4

  • Credit Card number and CVV fields now show a placeholder text (the same as the field label).
  • Added filters so the placeholder text can be customized using custom code.
  • Added a filter that can be used to fully customize the output of the credit card fields on the checkout form.

2.3

  • The credit card expiry year value has been increased.

2.2

  • Added a class_exists check to make sure the ‘WC_Payment_Gateway’ class is available before trying to use it in the code.
  • Added an empty index file in the plugin folder so it cannot be browsed.

2.1

  • Replaced the «get_option(‘woocommerce_currency’)» function call with get_woocommerce_currency()

2.0

  • Plugin translation related improvements.
  • Tested on WordPress 4.6 so it is compatible.

1.9

  • Added translation string for the credit card form.

1.8

  • Fix: settings interface not showing. Updated the addon to be compatible with the latest version of WooCommerce.
  • Note: Make sure to go to the settings interface of this addon and save your API details.
  • Added a link to the settings menu in the plugins listing interface.

1.7

  • The credit card number will stay in the form when there is a validation error.

1.6

  • Added a new filter so the CVV hint image can be customized.
  • WP4.4 compatibility.

1.5

  • Added a new option to show a hint for the credit card security code (verification number) on the checkout form.

1.4

  • Some more code refactoring changes.

1.3

  • Minor code refactoring to make it more readable.

1.1

  • First commit to WordPress repository.