开发者 | prototipo88 |
---|---|
更新时间 | 2025年8月25日 05:07 |
PHP版本: | 7.4 及以上 |
WordPress版本: | 6.8 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
wc-{slug}
order statuses./wp-content/plugins/riaco-custom-order-status
or install via the WordPress plugins screen.Yes! Each custom status has a color picker in the editor screen.
Statuses are registered as normal WooCommerce statuses, so they can be used in emails, filters, and reports. Some third-party plugins may need integration.
Developers can use our actions and filters to extend functionality. See the Developer Hooks section below.
Not out of the box.\
This plugin only stores and applies colors to custom statuses you create through its interface (saved as riaco_cos
custom post types).\
WooCommerce’s default statuses (like Pending payment
, Processing
, Completed
, etc.) use styles from WooCommerce core CSS, which this plugin does not override.\
If you want to change their colors, you would need to add your own CSS or extend the plugin with custom code.