| 开发者 | camper2020 |
|---|---|
| 更新时间 | 2026年5月24日 04:13 |
| 捐献地址: | 去捐款 |
| PHP版本: | 7.2 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
Go to the plugin settings page and click "Add Template". Give the template a title, select category, choose whether it's a private or customer note, then save.
When adding an order note in the order screen, choose your template from the templates dropdown. The note content will be populated — edit if needed and save.
Yes. Each template can be saved as a private internal note or a customer note that will be sent to the customer.
Yes. Templates can be categorised so you can filter and find them quickly when adding notes.
There is an option to keep templates on uninstall. Check the plugin settings before uninstalling to preserve your templates.
Yes. The plugin is HPOS compatible.
Rich text (HTML) editing is available in the premium version. The free version supports plain text notes.
Yes. You can use the rdwceon_get_order_note_args to modify the parameters sent to wc_get_order_notes when rendering the order notes including 'order'. If you are not comfortable working with filters or code, the premium version of the plugin allows you to change the sort order via settings.
Use the rdwceon_get_order_note_args filter. Example:
add_filter( 'rdwceon_get_order_note_args', function( $args ) {
$args['order'] = 'asc';
return $args;
}, 10, 1 );
Premium features and support are available from the plugin page on robotdwarf.com (link in the plugin description) or via the WooCommerce marketplace.