Title: RD Order Note Templates for WooCommerce
Author: camper2020
Published: <strong>April 27, 2024</strong>
Last modified: May 23, 2026

---

Search plugins

![](https://ps.w.org/rd-wc-enhanced-order-notes/assets/icon-256x256.png?rev=3077981)

# RD Order Note Templates for WooCommerce

 By [camper2020](https://profiles.wordpress.org/camper2020/)

[Download](https://downloads.wordpress.org/plugin/rd-wc-enhanced-order-notes.1.1.3.zip)

 * [Details](https://pcd.wordpress.org/plugins/rd-wc-enhanced-order-notes/#description)
 * [Reviews](https://pcd.wordpress.org/plugins/rd-wc-enhanced-order-notes/#reviews)
 * [Development](https://pcd.wordpress.org/plugins/rd-wc-enhanced-order-notes/#developers)

 [Support](https://wordpress.org/support/plugin/rd-wc-enhanced-order-notes/)

## Description

The RD Order Note Templates for WooCommerce plugin lets you create predefined templates
for order notes that you can apply to your orders.

### Features

 * Create predefined order note templates
 * Categorise templates
 * Create templates for both private notes and customer notes
 * High Performance Order Storage (HPOS) compatible

### Premium Version

There is a premium version of this plugin available for purchase. The premium version
includes all the features of this _FREE_ version as well as the following extra 
features:

 * View and manage order notes directly from the order list screen
 * Add HTML / Rich text to your order notes with a rich text editor
 * Tag or mention your colleagues in order notes with optional email notifications
 * Change the sort order of order notes to show newest or oldest first
 * Moves the “Settings” menu into the WooCommerce -> Emails area so that it seamlessly
   fits with WooCommerce instead of being a separate menu on the WordPress sidebar
 * Removes RD branding

[Get the premium version](https://www.robotdwarf.com/woocommerce-plugins/enhanced-order-notes/)

### External Services

This plugin makes use of an external connection to gather manual user feedback for
the purpose of improving this plugin and is only available via the plugin settings
pages and this plugin does not send or share any usage data or statistics with our
website or any 3rd party services.
 For more information, please view our [privacy policy](https://www.robotdwarf.com/privacy-policy#free-plugin-users)

### Installation & Usage

Upload the RD Order Note Templates for WooCommerce plugin to your WooCommerce shop,
activate it, and then create a new order note template with an order note.
 You 
will now be able to use this template when you add a new order note to one of your
orders.

## Screenshots

[⌊Select template for order notes.⌉⌊Select template for order notes.⌉[

Select template for order notes.

[⌊Browse order note templates.⌉⌊Browse order note templates.⌉[

Browse order note templates.

[⌊Edit order note template.⌉⌊Edit order note template.⌉[

Edit order note template.

## FAQ

### How do I create a new order note template?

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.

### How do I apply a template to an order?

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.

### Can I create private notes and customer-facing notes?

Yes. Each template can be saved as a private internal note or a customer note that
will be sent to the customer.

### Can I organise templates?

Yes. Templates can be categorised so you can filter and find them quickly when adding
notes.

### Will templates remain after uninstalling the plugin?

There is an option to keep templates on uninstall. Check the plugin settings before
uninstalling to preserve your templates.

### Is this compatible with HPOS (High Performance Order Storage)?

Yes. The plugin is HPOS compatible.

### Can I add HTML or rich text to notes?

Rich text (HTML) editing is available in the premium version. The free version supports
plain text notes.

### Can I change the sort order of order 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.

### How do I modify the note arguments before a template is inserted?

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 );
    ```

### Where can I get premium features or support?

Premium features and support are available from the plugin page on robotdwarf.com(
link in the plugin description) or via the WooCommerce marketplace.

## Reviews

![](https://secure.gravatar.com/avatar/0ceab41d7802399735c6cadfbf8350fb7bcd7ec7b55938e563c727a2e7feb636?
s=60&d=retro&r=g)

### 󠀁[Runs like a charm](https://wordpress.org/support/topic/runs-like-a-charm/)󠁿

 [larsky67](https://profiles.wordpress.org/larsky67/) September 3, 2024 1 reply

It just works! This saves me a lot of work writing messages over and over., Thank
you so much!installed on WP/Woo versions: 6.6.1/9.2.3

![](https://secure.gravatar.com/avatar/101969e45563fc8d22a084df807cbd1c67d80238f16642b77158c79357353607?
s=60&d=retro&r=g)

### 󠀁[Nice Plugin!](https://wordpress.org/support/topic/nice-plugin-5178/)󠁿

 [Amirreza Shayesteh Far | امیررضا شایسته فر](https://profiles.wordpress.org/amirrezasr/)
July 13, 2024 1 reply

Thanks a lot for this plugin!

![](https://secure.gravatar.com/avatar/3e48554a4635c0561806b34bee31eaa35622f71a173555b530bc1bdcc31d2960?
s=60&d=retro&r=g)

### 󠀁[Excellent plugin](https://wordpress.org/support/topic/excellent-plugin-9176/)󠁿

 [nimonogi](https://profiles.wordpress.org/nimonogi/) May 31, 2024 3 replies

I was looking for this plugin for a long time. Works great as well.

 [ Read all 3 reviews ](https://wordpress.org/support/plugin/rd-wc-enhanced-order-notes/reviews/)

## Contributors & Developers

“RD Order Note Templates for WooCommerce” is open source software. The following
people have contributed to this plugin.

Contributors

 *   [ camper2020 ](https://profiles.wordpress.org/camper2020/)

[Translate “RD Order Note Templates for WooCommerce” into your language.](https://translate.wordpress.org/projects/wp-plugins/rd-wc-enhanced-order-notes)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/rd-wc-enhanced-order-notes/),
check out the [SVN repository](https://plugins.svn.wordpress.org/rd-wc-enhanced-order-notes/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/rd-wc-enhanced-order-notes/)
by [RSS](https://plugins.trac.wordpress.org/log/rd-wc-enhanced-order-notes/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.1.3

_Release Date – 23 May 2026_
 * Compatibility update*

#### 1.1.2

_Release Date – 01 March 2026_
 * Removed API calls / Our Products page* * Added
feedback option and info page* * Compatibility update*

#### 1.1.1

_Release Date – 18 April 2025_
 * Compatibility update * Fix issues in our products
display * Add rdwceon_get_order_note_args filter

#### 1.1.0

_Release Date – 12 July 2024_
 * Fix width of select box on some devices * Add option
to keep templates on uninstall * Added extra validation checks * Updated compatibility

#### 1.0.0

_Release Date – 27 April 2024_
 * Release to WordPress repository

## Meta

 *  Version **1.1.3**
 *  Last updated **3 months ago**
 *  Active installations **60+**
 *  WordPress version ** 5.0 or higher **
 *  Tested up to **7.0.4**
 *  PHP version ** 7.2 or higher **
 *  Language
 * [English (US)](https://wordpress.org/plugins/rd-wc-enhanced-order-notes/)
 * Tags
 * [admin dashboard](https://pcd.wordpress.org/plugins/tags/admin-dashboard/)[notes](https://pcd.wordpress.org/plugins/tags/notes/)
   [orders](https://pcd.wordpress.org/plugins/tags/orders/)[templates](https://pcd.wordpress.org/plugins/tags/templates/)
   [woocommerce](https://pcd.wordpress.org/plugins/tags/woocommerce/)
 *  [Advanced View](https://pcd.wordpress.org/plugins/rd-wc-enhanced-order-notes/advanced/)

## Ratings

 5 out of 5 stars.

 *  [  3 5-star reviews     ](https://wordpress.org/support/plugin/rd-wc-enhanced-order-notes/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/rd-wc-enhanced-order-notes/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/rd-wc-enhanced-order-notes/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/rd-wc-enhanced-order-notes/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/rd-wc-enhanced-order-notes/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/rd-wc-enhanced-order-notes/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/rd-wc-enhanced-order-notes/reviews/)

## Contributors

 *   [ camper2020 ](https://profiles.wordpress.org/camper2020/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/rd-wc-enhanced-order-notes/)

## Donate

Would you like to support the advancement of this plugin?

 [ Donate to this plugin ](https://www.paypal.com/donate/?hosted_button_id=KAFSMYT5QQH76)