| 开发者 | octobyte |
|---|---|
| 更新时间 | 2026年7月28日 16:59 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
No. It records only the independent COD received marker. It does not invoke WooCommerce payment completion or change the order status.
Yes. Uncheck the same box to remove the marker.
Yes. Use the All COD states filter above the orders list and choose COD received or COD not received.
They are safely ignored. Only orders using a recognized COD payment method are changed.
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.
The order metadata is preserved. Reinstalling the plugin makes the markers visible again.
Yes. The plugin uses WooCommerce order CRUD APIs and supports the HPOS and legacy orders lists.