Linux 软件免费装
Banner图

Octobyte COD Check for WooCommerce

开发者 octobyte
更新时间 2026年7月28日 16:59
PHP版本: 7.4 及以上
WordPress版本: 7.0
版权: GPLv2 or later
版权网址: 版权信息

标签

woocommerce payments orders cash on delivery cod

下载

1.1.0

详情介绍:

Octobyte COD Check gives shop owners an easy way to keep track of which Cash on Delivery orders shipping companies have paid out. Check or uncheck a simple COD received marker from the orders list or order page. It does not change the WooCommerce order status or affect customer emails, tracking plugins, payment state, stock, or other custom store logic. Your normal order workflow stays exactly the same. The plugin: There are no settings, external requests, background jobs, custom database tables, or frontend assets.

安装:

  1. Upload and activate the plugin.
  2. Open WooCommerce > Orders.
  3. Use the COD received checkbox for COD orders.
  4. Use the All COD states filter to view received or not-received COD orders.
  5. To update several orders, select them and choose Mark COD received or Mark COD not received from Bulk actions.
No configuration is required.

屏幕截图:

  • Use native bulk actions to mark or unmark selected COD orders; non-COD orders in a mixed selection are safely ignored.
  • Review or change the same COD received marker from an individual order without changing its order or payment status.

常见问题:

Does checking the box mark the WooCommerce order as paid?

No. It records only the independent COD received marker. It does not invoke WooCommerce payment completion or change the order status.

Can I undo a click?

Yes. Uncheck the same box to remove the marker.

Can I filter orders by their COD received state?

Yes. Use the All COD states filter above the orders list and choose COD received or COD not received.

What happens if I bulk-select non-COD orders?

They are safely ignored. Only orders using a recognized COD payment method are changed.

Does it support custom COD payment gateways?

WooCommerce's standard cod gateway works automatically. Developers can add other payment method IDs with the octobyte_cod_check_payment_method_ids filter: add_filter( 'octobyte_cod_check_payment_method_ids', function ( $methods ) { $methods[] = 'my_cod_gateway'; return $methods; } ); The added gateway IDs are recognized by the column, inline and order-page markers, filters, and bulk actions.

What happens to the markers if I deactivate or delete the plugin?

The order metadata is preserved. Reinstalling the plugin makes the markers visible again.

Does it support HPOS?

Yes. The plugin uses WooCommerce order CRUD APIs and supports the HPOS and legacy orders lists.

更新日志:

1.1.0 1.0.3 1.0.2 1.0.1 1.0.0