Title: Pro Web Design Order Tags &amp; Labels for WooCommerce
Author: Pro Web Design UK
Published: <strong>August 13, 2026</strong>
Last modified: August 13, 2026

---

Search plugins

![](https://ps.w.org/pro-web-design-order-tags-labels-for-woocommerce/assets/banner-
772x250.png?rev=3645743)

![](https://ps.w.org/pro-web-design-order-tags-labels-for-woocommerce/assets/icon-
256x256.png?rev=3645743)

# Pro Web Design Order Tags & Labels for WooCommerce

 By [Pro Web Design UK](https://profiles.wordpress.org/prowebdeignuk/)

[Download](https://downloads.wordpress.org/plugin/pro-web-design-order-tags-labels-for-woocommerce.1.1.5.zip)

 * [Details](https://wordpress.org/plugins/pro-web-design-order-tags-labels-for-woocommerce/#description)
 * [Reviews](https://wordpress.org/plugins/pro-web-design-order-tags-labels-for-woocommerce/#reviews)
 *  [Installation](https://wordpress.org/plugins/pro-web-design-order-tags-labels-for-woocommerce/#installation)
 * [Development](https://wordpress.org/plugins/pro-web-design-order-tags-labels-for-woocommerce/#developers)

 [Support](https://wordpress.org/support/plugin/pro-web-design-order-tags-labels-for-woocommerce/)

## Description

**Pro Web Design Order Tags & Labels for WooCommerce** brings a simple, visual organization
layer to your WooCommerce order screens. Instead of hunting through notes or statuses,
tag orders with color-coded labels like “Urgent”, “VIP”, or “Follow Up” so your 
team can spot what matters at a glance.

#### Free Features

 * Unlimited custom tags with your own colors
 * Assign or remove tags directly from the order edit screen
 * Tags column on the WooCommerce Orders list
 * Fully compatible with WooCommerce High-Performance Order Storage (HPOS)

#### Professional Features

 * Auto-tag rules — automatically tag orders based on order total, payment method,
   shipping method, products, customer role, new vs. returning customer, order status,
   or subscription status
 * Filter the Orders list by tag
 * Bulk add/remove tags from the Orders list
 * CSV export of tagged orders
 * WooCommerce Subscriptions support
 * Priority email support

[Upgrade to Professional](https://www.pro-webdesign.co.uk/plugins/order-tags-labels-for-woocommerce)
to unlock automation, filtering, bulk actions and export.

#### Also by Pro Technologies Limited

If you like keeping your order admin tidy, check out our other plugin, [Pro Web Design Order Note Templates for WooCommerce](https://wordpress.org/plugins/pro-web-design-order-note-templates-for-woocommerce/)—
reusable note templates for order comments.

## Screenshots

[⌊Assign tags from the order edit screen.⌉⌊Assign tags from the order edit screen
.⌉[

Assign tags from the order edit screen.

[⌊Tags column on the WooCommerce Orders list.⌉⌊Tags column on the WooCommerce Orders
list.⌉[

Tags column on the WooCommerce Orders list.

[⌊Manage tags and colors under WooCommerce → Order Tags.⌉⌊Manage tags and colors
under WooCommerce → Order Tags.⌉[

Manage tags and colors under WooCommerce  Order Tags.

[⌊Auto-tag rules (Professional).⌉⌊Auto-tag rules (Professional).⌉[

Auto-tag rules (Professional).

## Installation

 1. Upload the plugin files to `/wp-content/plugins/pro-web-design-order-tags-labels-
    for-woocommerce/`, or install directly through the WordPress plugins screen.
 2. Activate the plugin through the “Plugins” screen in WordPress.
 3. Go to **WooCommerce  Order Tags** to create your first tags.
 4. Open any order to assign tags from the “Order Tags” box in the sidebar.

## FAQ

### Does this work with High-Performance Order Storage (HPOS)?

Yes. The plugin declares full HPOS compatibility and also works on stores still 
using the legacy post-based order storage.

### Does this work with WooCommerce Subscriptions?

Tagging subscription orders manually works on both Free and Professional. Auto-tag
rules that reference subscription status are a Professional feature.

### How many tags can I create on the free plan?

As many as you like — tag creation is unlimited on both Free and Professional. Professional
adds auto-tag rules, list filtering, bulk actions and CSV export.

### Can I filter the Orders list by tag?

Filtering and bulk tag actions are Professional features.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“Pro Web Design Order Tags & Labels for WooCommerce” is open source software. The
following people have contributed to this plugin.

Contributors

 *   [ Pro Web Design UK ](https://profiles.wordpress.org/prowebdeignuk/)
 *   [ Freemius ](https://profiles.wordpress.org/freemius/)

[Translate “Pro Web Design Order Tags & Labels for WooCommerce” into your language.](https://translate.wordpress.org/projects/wp-plugins/pro-web-design-order-tags-labels-for-woocommerce)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/pro-web-design-order-tags-labels-for-woocommerce/),
check out the [SVN repository](https://plugins.svn.wordpress.org/pro-web-design-order-tags-labels-for-woocommerce/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/pro-web-design-order-tags-labels-for-woocommerce/)
by [RSS](https://plugins.trac.wordpress.org/log/pro-web-design-order-tags-labels-for-woocommerce/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.1.5

 * Internal: text domain changed back to `pro-web-design-order-tags-labels-for-woocommerce`,
   matching the plugin’s actual WordPress.org directory slug (the file name, folder
   name and Freemius product slug stay on the original `order-tags-labels-for-woocommerce`
   identifiers). Same convention already used by Order Note Templates.
 * Fixed: removed an invalid entry from the readme’s Contributors list.

#### 1.1.4

 * Internal: reverted the plugin’s file name and text domain back to `order-tags-
   labels-for-woocommerce` for this (Freemius-distributed) build, keeping it internally
   consistent. The WordPress.org listing is a separate, independently-built package
   under the new “Pro Web Design” naming and is not affected.

#### 1.1.3

 * Changed: renamed the plugin to “Pro Web Design Order Tags & Labels for WooCommerce”
   ahead of WordPress.org submission, to avoid a naming clash with an existing directory
   listing

#### 1.1.2

 * Fixed: the “filter Orders list by tag” dropdown and its query logic were still
   present in the free version’s shared code, only inert behind a Professional check—
   moved entirely into a Professional-only module (excluded from the free build),
   matching how the other Professional modules are already handled
 * Fixed: the free version’s database no longer creates the Professional-only order_tag_rules
   table (used by Auto-Tag Rules) at all — it is created only when the Professional
   build runs, and is added automatically on upgrade to Pro without touching existing
   data
 * Internal: corrected the Contributors list and a stale cross-link in the readme

#### 1.1.1

 * Internal: Pro-only modules (auto-tag rules, bulk actions, export) moved to files
   the build process excludes from the free distribution entirely, instead of just
   skipping them at runtime
 * Internal: Freemius integration function/global/hook renamed to use the plugin’s
   own prefix, avoiding possible naming conflicts with other plugins

#### 1.1.0

 * Changed: removed the 5-tag cap on the free plan — the free version now supports
   unlimited tags

#### 1.0.3

 * Minor: added a missing translators comment for a translatable string with a placeholder(
   i18n code-quality fix, no functional change).

#### 1.0.2

 * Fix: CSV export (Professional) could include orders that don’t really exist yet—
   WooCommerce’s `auto-draft`/`checkout-draft` placeholders created when a customer
   merely loads checkout, and trashed orders. Export now matches orders against 
   the same status list WooCommerce itself uses, filtered in a single query instead
   of one lookup per order.
 * Fix: Auto-tag rules (Professional) could tag those same draft placeholders before
   they were real orders, leaving orphaned tag assignments once WooCommerce cleaned
   the drafts up.
 * Fix: tag assignments are now removed automatically when an order is permanently
   deleted, instead of being left behind as orphaned data.
 * Improvement: tidier spacing and layout on the Order Tags and Auto-Tag Rules admin
   screens.

#### 1.0.1

 * Fix: Professional bulk “Add tag: X” / “Remove tag: X” actions did not appear 
   on the Orders list. The screen ID used to register the bulk actions filter was
   pre-computed at plugins_loaded and could mismatch the actual list screen under
   HPOS; registration now happens dynamically on the current_screen hook.

#### 1.0.0

 * Initial release: tag CRUD, manual assignment, orders list column, HPOS support.
 * Professional: auto-tag rules, bulk actions, list filtering, CSV export, WooCommerce
   Subscriptions support.

## Meta

 *  Version **1.1.5**
 *  Last updated **14 hours ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 6.2 or higher **
 *  Tested up to **7.0.4**
 *  PHP version ** 7.4 or higher **
 * Tags
 * [admin](https://wordpress.org/plugins/tags/admin/)[order labels](https://wordpress.org/plugins/tags/order-labels/)
   [order management](https://wordpress.org/plugins/tags/order-management/)[order tags](https://wordpress.org/plugins/tags/order-tags/)
   [woocommerce](https://wordpress.org/plugins/tags/woocommerce/)
 *  [Advanced View](https://wordpress.org/plugins/pro-web-design-order-tags-labels-for-woocommerce/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/pro-web-design-order-tags-labels-for-woocommerce/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/pro-web-design-order-tags-labels-for-woocommerce/reviews/)

## Contributors

 *   [ Pro Web Design UK ](https://profiles.wordpress.org/prowebdeignuk/)
 *   [ Freemius ](https://profiles.wordpress.org/freemius/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/pro-web-design-order-tags-labels-for-woocommerce/)