Giter Club home page Giter Club logo

woocommerce-esewa's Introduction

=== WooCommerce eSewa ===
Contributors: shivapoudel, nilanzva
Tags: woocommerce, esewa
Requires at least: 5.0
Tested up to: 5.4
Stable tag: 2.0.0
License: GPLv3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html

Adds eSewa as payment gateway in WooCommerce plugin.

== Description ==

= Add eSewa gateway to WooCommerce =

This plugin adds eSewa gateway to WooCommerce.

Please notice that [WooCommerce](https://wordpress.org/plugins/woocommerce/) must be installed and active.

= Introduction =

Add eSewa as a payment method in your WooCommerce store.

[eSewa](https://esewa.com.np/) 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.

= Installation =

Check out our installation guide and configuration of WooCommerce eSewa tab [Installation](https://wordpress.org/plugins/woocommerce-esewa/installation/).

= Questions? =

You can answer your questions using:

* Our Session [FAQ](https://wordpress.org/plugins/woocommerce-esewa/faq/).
* Creating a topic in the [WordPress support forum](https://wordpress.org/support/plugin/woocommerce-esewa) (English only).

= Contribute =

You can contribute to the source code in our [GitHub](https://github.com/shivapoudel/woocommerce-esewa/) page.

== Installation ==

= 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](http://codex.wordpress.org/Managing_Plugins#Manual_Plugin_Installation).

= Updating =

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

== Frequently Asked Questions ==

= 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](https://github.com/shivapoudel/woocommerce-esewa/issues).

= WooCommerce eSewa is awesome! Can I contribute? =

Yes you can! Join in on our [GitHub repository](http://github.com/shivapoudel/woocommerce-esewa/) :)

== Screenshots ==

1. Settings page.
2. Checkout page.

== Changelog ==

= 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.

woocommerce-esewa's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

sanzeeb3 lijnam

woocommerce-esewa's Issues

Dependency Dashboard

This issue provides visibility into Renovate updates and their statuses. Learn more

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Ignored or Blocked

These are blocked by an existing closed PR and will not be recreated unless you click a checkbox below.

Detected dependencies

composer
composer.json
  • composer/installers 2.1.0
  • woocommerce/woocommerce-sniffs 0.1.3
  • wp-cli/i18n-command 2.3.0
github-actions
.github/workflows/build-release.yml
  • actions/checkout v3
  • woocommerce/action-build master
  • actions/upload-release-asset v1
.github/workflows/push-asset.yml
  • actions/checkout master
  • 10up/action-wordpress-plugin-asset-update master
npm
package.json
  • eslint 8.16.0
  • grunt 1.5.3
  • grunt-contrib-uglify 5.2.1
  • grunt-contrib-watch 1.1.0
  • grunt-phpcs 0.4.0
  • gruntify-eslint 5.0.0
  • husky 8.0.1
  • lint-staged 12.5.0
  • node >=10.15.0
  • npm >=6.4.1

  • Check this box to trigger a request for Renovate to run again on this repository

eSewa Request Failure.

The plugin is now working. But after payment success request is sent by esewa I get error "eSewa Request Failure".

Gateway Disabled: eSewa does not support your store currency.

Hello Developer,
I am having trouble integrating this plugin to my woo-commerce site.

Following is the error:
Gateway Disabled: eSewa does not support your store currency.

I have set the woocommerce currency to Nepalese Rupee (NPR) as KHALTi uses NPR and I am trying to integrated both esewa and khalti. How can I perform the integration?

Action Required: Fix Renovate Configuration

There is an error with this repository's Renovate configuration that needs to be fixed. As a precaution, Renovate will stop PRs until it is resolved.

Error type: undefined. Note: this is a nested preset so please contact the preset author if you are unable to fix it yourself.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.