Linux 软件免费装
Banner图

WooCommerce Cancel Abandoned Order

开发者 rvola
更新时间 2023年3月30日 15:28
捐献地址: 去捐款
PHP版本: 4.0 及以上
WordPress版本: 5.7
版权: GPLv3
版权网址: 版权信息

标签

woocommerce gateway order pending cancel on hold

下载

1.1.3 1.5.1 1.6.1 1.7.2 1.9.0 1.3.2 1.2.1 1.4.1 1.8.1

详情介绍:

WooCommerce Cancel Abandoned Order allows you to add a small option that will take care of dealing with "abandoned" commands. If you have check or transfer type orders for example, you will be able to set a maximum number of days or by hours to receive the payment. WooCommerce Cancel Abandoned Order, will take care of checking this and change the status of the order to "Cancel" if you have not received payment on time. GitHub | Donate

安装:

This section describes how to install the plugin and get it working.
  1. Upload the plugin files to the /wp-content/plugins/woo-cancel-abandoned-order directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the 'Plugins' screen in WordPress
  3. By default you can control the orders on the payment gateways: Check and BACS. Go to the options of the payment pages on WooCommerce.
To add another payment gateway, simply use the woo_cao_gateways filters, more information on the Wiki

常见问题:

Does this plugin use Action Scheduler

Yes we have started the migration to Action Scheduler (recurring action) since version 1.9.0

What does the plugin do?

Depending on the options defined in the payment gateway options page, the system will cancel orders whose payments have not been received.

Mode

You can cancel orders in hours or days. For example, if I put the mode "Hourly", I can cancel orders pending after 2 hours. Another example, in mode "Daily", I can cancel orders that I have not received payment within 7 days. The execution of the cleaning is done like this: Mode "Hourly": every hour to 00 minutes Mode "Daily": every day at 0:00 Since version 1.9.0, the action is no longer executed at XXh00. Refer to the "Scheduled Actions" tab of the "Status" page of WooCommerce.

I would like to cancel orders pending payment

Follow the tutorial here to change the status of orders to cancel. By default the "on-hold" commands are canceled.

I want to make suggestions

We’re glad you want to help us improve WooCommerce Cancel Abandoned Order! The GIT repository is available here https://github.com/rvola/woo-cancel-abandoned-order

更新日志:

on GitHub.