Plugin ini belum teruji dangan 3 rilis besar WordPress. Kemungkinan tidak lagi dipelihara atau didukung, dan mungkin menghadapi masalah kompatibilitas bila digunakan dengan versi WordPress yang lebih baru.

WooCommerce eSewa

Deskripsi

Add eSewa gateway to WooCommerce

This plugin adds eSewa gateway to WooCommerce.

Please notice that WooCommerce must be installed and active.

Perkenalan

Add eSewa as a payment method in your WooCommerce store.

eSewa is a Nepali Digital Payment Portal developed by fonepay. This means that if your store doesn’t accept payment in NPR, you really do not need this plugin!!!

The plugin WooCommerce eSewa was developed without any incentive or eSewa Company. None of the developers of this plugin have ties to any of these two companies.

Instalasi

Check out our installation guide and configuration of WooCommerce eSewa tab Instalasi.

Questions?

You can answer your questions using:

Contribute

You can contribute to the source code in our GitHub page.

Tangkapan Layar

  • Settings page.
  • Checkout page.

Instalasi

Minimum Requirements

  • WordPress 5.0 or greater.
  • WooCommerce 3.6 or greater.

Automatic installation

Automatic installation is the easiest option as WordPress handles the file transfers itself and you don’t need to leave your web browser. To do an automatic install of WooCommerce eSewa, log in to your WordPress dashboard, navigate to the Plugins menu and click Add New.

In the search field type “WooCommerce eSewa” and click Search Plugins. Once you’ve found our payment gateway plugin you can view details about it such as the the point release, rating and description. Most importantly of course, you can install it by simply clicking “Install Now”.

Manual installation

The manual installation method involves downloading our woocommerce esewa plugin and uploading it to your webserver via your favourite FTP application. The WordPress codex contains instructions on how to do this here.

Memperbaharui

Automatic updates should work like a charm; as always though, ensure you backup your site just in case.

Tanya Jawab

What is the plugin license?

  • This plugin is released under a GPL license.

What is needed to use this plugin?

  • WordPress 5.0 or later.
  • WooCommerce 3.6 or later.
  • Merchant/Service Code from eSewa.

eSewa receives payments from which countries?

At the moment the eSewa receives payments only from Nepal.

Configure the plugin to receive payments only users who select Nepal in payment information during checkout.

Where is the eSewa payment option during checkout?

You forgot to select the Nepal during registration at checkout. The eSewa payment option works only with Nepal.

The request was paid and got the status of “processing” and not as “complete”, that is right?

Yes, this is absolutely right and means that the plugin is working as it should.

All payment gateway in WooCommerce must change the order status to “processing” when the payment is confirmed and should never be changed alone to “complete” because the request should go only to the status “finished” after it has been delivered.

For downloadable products to WooCommerce default setting is to allow access only when the request has the status “completed”, however in WooCommerce settings tab Products you can enable the option “Grant access to download the product after payment” and thus release download when the order status is as “processing.”

Where can I report bugs or contribute to the project?

Bugs can be reported either in our support forum or preferably on the WooCommerce eSewa GitHub repository.

WooCommerce eSewa is awesome! Can I contribute?

Yes you can! Join in on our GitHub repository 🙂

Ulasan

13 Oktober 2020
Many people are searching for plugins that support payment methods of Nepal's payment gateway. Now, This plugin helps us to implement payment methods such as E-Sewa, Khalti, IME-Pay, etc on our website easily. Thanks to All Esewa Plugin Developer and Contributor!!!
2 Juli 2020 1 balasan
Really it's demanded plugin for all eCommerce site in Nepal. Version 2.0.0 is the biggest release overall to solve previous queries from the users. Once again thanks to eSewa plugin Developer Contributors!
19 April 2017 1 balasan
Once the user is redirected to E-sewa , it throws an error service provider doesnt exist. It may sound silly but what do we configure on serviceprovider ?
3 September 2016 1 balasan
I have installed the plugin and it works just the way I wanted it on my WooCommerce Store. I am happy to enable payment option on my website. Many Thanks to Developers.
Baca semua 7 ulasan

Kontributor & Pengembang

“WooCommerce eSewa” adalah perangkat lunak open source. Berikut ini mereka yang sudah berkontribusi pada plugin ini.

Kontributor

“WooCommerce eSewa” telah diterjemahkan dalam 1 bahasa. Terima kasih kepada para penerjemah untuk kontribusi-nya.

Terjemahkan “WooCommerce eSewa” dalam bahasa Anda.

Tertarik mengembangkan?

Lihat kode, periksa repositori SVN , atau mendaftar ke log pengembangan melalui RSS.

Log Perubahan

2.0.0 – 14-05-2020

  • Fix – eSewa sandbox server request URL.
  • Fix – Remove IPN word from failure message.
  • Fix – Clear eSewa logs when debug mode is turned off.
  • Fix – Call empty cart when completing payment in eSewa.
  • Fix – Log eSewa Reference Code when completing payment in eSewa.
  • Fix – eSewa IPN validation error due to invalid amount send from esewa.
  • Fix – Use of default green color eSewa logo to prevent brand violation.
  • Fix – Notices declaring to use get_id() and get_order_key() instead.
  • Tweak – Store both Live and Sandbox details for eSewa.
  • Tweak – Added extra plugin headers support for WC extension.
  • Tweak – Prevent double checking amount during IPN validation.
  • Tweak – Send IPN email notification when cancelled order are paid.
  • Tweak – Return whether or not this gateway still requires setup.
  • Tweak – Remove array_filter since all args defined by WC have values.
  • Dev – WordPress coding standard and added husky for pre-commit check.
  • Dev – WordPress coding standard and move WooCommerce eSewa class to seperate file.

1.6.0 – 20-12-2016

  • Fix – Limit lengths of eSewa Args.
  • Fix – Variable for logging eSewa args.
  • Dev – Plugin Authorship to @shivapoudel.

1.5.0 – 07-12-2016

  • Fix – Plugins action settings link.
  • Tweak – More logging for request args.
  • Tweak – Define full path for includes.
  • Tweak – Add support for WC_Logger pluggable via wc_get_logger function.

1.4.0 – 31-12-2015

  • Deprecated – PDT Check as IPN is sufficient for processing order.

1.3.0 – 29-12-2015

  • Tweak – Method description for gateway.
  • Refactor – Correctly validated the IPN and PDT once again.
  • Deprecated – Remove plugin_path() method in main plugin class.

1.2.2 – 03-12-2015

  • Fix – Payment description typo.
  • Dev – PHP_CodeSniffer standard tweaks.

1.2.1 – 01-12-2015

  • Fix – Typo in readme file.
  • Tweak – Improve load_plugin_textdomain method.
  • Tweak – Escape success and failure using esc_url_raw for query args.

1.2.0 – 20-08-2015

  • Fix – 500 response on IPN fail
  • Fix – Class reference in eSewa IPN handler
  • Tweak – Improve the check for class single instance
  • Tweak – Changed all requests with wp_remote_* to wp_safe_remote_*

1.1.0 – 22-05-2015

  • Dev – Deploy corrections.

1.0.2 – 21-05-2015

  • Fix – Ensure coupon discount are applied when processing checkout.
  • Dev – Included grunt-wp-plugin for deploying.
  • Refactor – Subtotal amount values.

1.0.1 – 16-05-2015

  • Fix – When eSewa payment is on hold, reduce stock and empty cart.
  • Tweak – Change method description for eSewa settings page.

1.0.0 – 12-05-2015

  • First stable release.