该插件尚未通过WordPress的最新3个主要版本进行测试。 当与较新版本的WordPress一起使用时,可能不再受到维护或支持,并且可能会存在兼容性问题。

Dusupay Woocommerce Gateway

描述

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]

安装

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.

常见问题

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

评价

2018 年 8 月 31 日
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.
2016 年 9 月 3 日
Quite effective and straight to the point. Essentially the best plugin when it comes to accepting payments from Africa
阅读所有4条评价

贡献者及开发者

“Dusupay Woocommerce Gateway” 是开源软件。 以下人员对此插件做出了贡献。

贡献者

更新日志

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