| 开发者 |
shivapoudel
nilanzva |
|---|---|
| 更新时间 | 2020年5月19日 06:02 |
| PHP版本: | 5.0 及以上 |
| WordPress版本: | 5.4 |
| 版权: | GPLv3 or later |
| 版权网址: | 版权信息 |
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.
You forgot to select the Nepal during registration at checkout. The eSewa payment option works only with Nepal.
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."
Bugs can be reported either in our support forum or preferably on the WooCommerce eSewa GitHub repository.
Yes you can! Join in on our GitHub repository :)
get_id() and get_order_key() instead.array_filter since all args defined by WC have values.plugin_path() method in main plugin class.esc_url_raw for query args.