16286 items • 31101 users

Woocommerce Order Tags

woocommerce

Woocommerce Order Tags features

  • Assign tags automatically upon order placement, order update and/or order subscription renewal
  • Automatic tags include: orders by specific customer(s), number of orders the customer has placed, number of items within the order, customer role, meta data, order status, order total, payment method, products within the order, products within order from specific categories, products within order with specific meta data, products within order with specific tags, shipping method, shipping method instance, shipping zone, etc
  • Assign tags manually via the add/edit order screen or the orders list
  • Assign tags automatically when matching any or all of the rules set
  • Set tag operators of =, !=, >=, >, <= and < for number based values, contains is also available for meta data
  • Order tag management overview dashboard
  • Orders can have any number of tags assigned
  • Filter orders by tag
  • Choose the color and text of each tag
  • Add a tag description viewable as a tooltip for each order tag
  • Create an unlimited number of order tags
  • Bulk add order tags to existing orders placed before this extension used
  • Bulk remove auto assigned and/or manually set tags and re-add on all orders
  • Compatible with renewal subscription orders from WooCommerce Subscriptions

Woocommerce Order Tags 4.0.0 changelog

* Note: This is a milestone release, please ensure you read the contents of this changelog and we recommend performing this update on a staging/development environment and testing before updating the extension on a production website, clear all caches after updating
* Add: Composer WooCommerce Quality Insights Toolkit (QIT) dependency
* Add: Orders list filter option of none to allow orders list to be filtered by orders which do not have a tag
* Add: Orders list filter options now displayed hierarchically, based on order tag parent/child relationships
* Add: Orders list bulk action options now displayed hierarchically, based on order tag parent/child relationships
* Add: Orders list bulk action options now include remove order tags to allow tags to be removed in bulk via orders list
* Add: Order tags are now displayed hierarchically, based on order tag parent/child relationships
* Add: wcot_order_tags_bulk_actions_remove_order_tags filter hook
* Add: wcot_order_tags_bulk_actions_set_order_tags filter hook
* Add: wcot_order_tags_get_order_tags_html function
* Add: wcot_order_tags_make_hierarchical function
* Add: wcot_order_tags_remove_order_tag function
* Fix: Orders originating from WooCommerce Cart/Checkout blocks draft orders, can get incorrect tags applied in the scenario where a customer adds various items to cart, the order gets tagged, then the contents are changed by the customer before final order creation