Este plugin no se ha probado con las últimas 3 versiones mayores de WordPress. Puede que ya no tenga soporte ni lo mantenga nadie, o puede que tenga problemas de compatibilidad cuando se usa con las versiones más recientes de WordPress.

Dusupay Woocommerce Gateway

Descripción

This is a Dusupay payment gateway for your WooCommerce store.

You can signup for a Dusupay merchant account here

Dusupay payment gateway plugin allows you to accept payment on your WooCommerce store through multiple payment channels via Dusupay

With this Dusupay Payment Gateway plugin, you will be able to accept the following payment methods in your shop:

  • Card Payments
  • Bank Account Payments
  • Mobile Wallet Payments

Plugin Features

  • Multiple payment channels available for your customers.
  • Seamless integration into the WooCommerce checkout page.

More

  • Thank you for using our plugin.
  • [Give a Rating five star rating]

Instalación

Automatic Installation

  • Login to your WordPress Admin area
  • Go to «Plugins > Add New» from the left hand menu
  • In the search box type «Dusupay»
  • From the search result you will see «Dusupay» click on «Install Now» to install the plugin
  • A popup window will ask you to confirm your wish to install the Plugin.

Note:

If this is the first time you’ve installed a WordPress Plugin, you may need to enter the FTP login credential information. If you’ve installed a Plugin before, it will still have the login information. This information is available through your web server host.

  • Click «Proceed» to continue the installation. The resulting installation screen will list the installation as successful or note any problems during the install.
  • If successful, click «Activate Plugin» to activate it.
  • Open the settings page for WooCommerce and click the «Checkout/Payment Gateways,» tab.
  • Click on the sub tab for «Dusupay».
  • Configure your «Dusupay» settings. See below for details.

Manual Installation

  1. Download the plugin zip file
  2. Login to your WordPress Admin. Click on «Plugins > Add New» from the left hand menu.
  3. Click on the «Upload» option, then click «Choose File» to select the zip file from your computer. Once selected, press «OK» and press the «Install Now» button.
  4. Activate the plugin.
  5. Open the settings page for WooCommerce and click the «Checkout/Payments,» tab.
  6. Click on the sub tab for «Dusupay».
  7. Configure your «Dusupay» settings. See below for details.

FAQ

What Do I Need To Use The Plugin

  1. You need to have the WooCommerce plugin installed and activated on your WordPress site.
  2. You need to open a merchant account on Dusupay

Reseñas

31 de agosto de 2018
I think you should do something like that in the redirectpage() function : $success_redirect_page_slug = get_post_field( 'post_name', $this->success_redirect_page_id ); $pending_redirect_page_slug = get_post_field( 'post_name', $this->pending_redirect_page_id ); $failure_redirect_page_slug = get_post_field( 'post_name', $this->failure_redirect_page_id ); if($status == 'COMPLETE'){ $redirect = $home . '/' .$success_redirect_page_slug.'/order-received/'.$order_id.'/?key='.$dusupay_transactionReference; } elseif($status == 'PENDING'){ $redirect = $home . '/' .$slug.'/order-received/'.$order_id.'/?key='.$dusupay_transactionReference; } elseif($status == 'FAILED' || $status == 'CANCELLED'){ $redirect = $home . '/' .$failure_redirect_page_slug.'/order-received/'.$order_id.'/?key='.$dusupay_transactionReference; }else{ wc_print_notice(__('Payment Status is currently unknown. Please contact us.','woocommerce'), 'notice'); echo "<div><a href='".$home."'>Return Home</a></div>"; exit(); } So you could use the order_id if you want to. It helped me.
3 de septiembre de 2016
Quite effective and straight to the point. Essentially the best plugin when it comes to accepting payments from Africa
Leer todas las 4 reseñas

Colaboradores y desarrolladores

«Dusupay Woocommerce Gateway» es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores

Traduce «Dusupay Woocommerce 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.0.6 (March 17, 2021)

  • Renamed Generic function/class/define/namespace names
  • Removed Out of Date Libraries
  • Using stable versions of libraries

2.0.5 (March 17, 2021)

  • Updated to comply with wordpress plugin standards

2.0.4 (March 11, 2021)

  • using wordpress functions
  • bug fixes

2.0.3 (March 10, 2021)

  • Updated CSS/JS files

2.0.2 (March 10, 2021)

  • Update to latest API changes

2.0.1 (August 16, 2019)

  • Redirection fix

2.0.0 (August 12, 2019)

  • Upgrade to use the new merchant platform
  • Update: WC 3.7 compatibility

1.1.1

  • Initial Release