Αυτό το πρόσθετο δεν έχει δοκιμασθεί με τις 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

Κριτικές

31 Αυγούστου 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 Σεπτεμβρίου 2016
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