WooCommerce PayPal Pro Payment Gateway

Descripción

Esta extensión agrega 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).

Es compatible con la característica de almacenamiento de pedidos de alto rendimiento (APAR) de WooCommerce. También es compatible con la nueva página de pago basada en bloques.

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

Ninguna

Capturas de pantalla

Instalación

Haz lo siguiente para instalar el plugin:

  1. Subir el archivo ‘woocommerce-paypal-pro.zip’ desde la página Plugins->Agregar nuevo en el panel de administración de WordPress.
  2. Activa el plugin a través del menú de ‘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?

  3. ¿Funciona con la página de pago con el shortcode heredado de WooCommerce?

  4. ¿Funciona con la nueva página de pago basada en bloques de WooCommerce?

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 los 10 comentarios

Colaboradores & Desarrolladores

“WooCommerce PayPal Pro Payment Gateway” es software de código abierto. Las siguientes personas han contribuido a este plugin.

Colaboradores

“WooCommerce PayPal Pro Payment Gateway” ha sido traducido en 2 idiomas. 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 .

Historial de cambios

3.0.2

  • Se ha introducido una nueva opción de ajustes para agregar automáticamente un prefijo único al número de factura enviado a la API de PayPal. Gracias a @marketing1on1com por sugerir esto.

3.0.1

  • Formato de código mejorado para una mejor legibilidad.
  • Compatibilidad mejorada con versiones anteriores de PHP a través de ajustes menores.

3.0

  • Agregada compatibilidad con el bloque de pago de WooCommerce.
  • La extensión ahora funciona tanto con la página de pago con el shortcode heredado como con la nueva página de pago en bloque.

2.9.16

  • Actualizadas las etiquetas para limitarlas a 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

  • Mejoras relacionadas con la traducción del plugin.
  • Probado en WordPress 4.6 para que sea compatible.

1.9

  • Agregada una cadena de traducción para el formulario de tarjeta de crédito.

1.8

  • Corrección: La interfaz de ajustes no se muestra. Actualizada la extensión para que sea compatible con la última versión de WooCommerce.
  • Nota: Asegúrate de ir a la interfaz de ajustes de esta extensión y guardar los detalles de tu API.
  • Agregado un enlace al menú de ajustes en la interfaz de anuncio de plugins.

1.7

  • El número de tarjeta de crédito permanecerá en el formulario cuando haya un error de validación.

1.6

  • Agregado un nuevo filtro para que la imagen de sugerencia CVV se pueda personalizar.
  • Compatibilidad con WP4.4.

1.5

  • Agregada una nueva opción para mostrar una pista del código de seguridad de la tarjeta de crédito (número de verificación) en el formulario de pago.

1.4

  • Algunos cambios más de reprogramación de código.

1.3

  • Reprogramación menor del código para hacerlo más legible.

1.1

  • Primer commit al repositorio de WordPress.