這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 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” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 Dusupay Woocommerce Gateway 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

修改日誌

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