advanced-custom-order-status-for-woocommerce
Last commit date
assets
9 months ago
includes
5 months ago
languages
2 years ago
vendor
1 year ago
LICENSE.txt
2 years ago
README.txt
1 week ago
advanced-custom-order-status-for-woocommerce.php
1 week ago
index.php
2 years ago
uninstall.php
1 year ago
README.txt
180 lines
| 1 | === Advanced Custom Order Status for WooCommerce === |
| 2 | Contributors: storeplugin |
| 3 | Tags: woocommerce, order status, custom order status, woocommerce order status, order workflow |
| 4 | Requires at least: 5.0 |
| 5 | Tested up to: 7.0 |
| 6 | Stable tag: 3.0.7 |
| 7 | Requires PHP: 7.4 |
| 8 | License: GPLv2 or later |
| 9 | License URI: http://www.gnu.org/licenses/gpl-2.0.html |
| 10 | |
| 11 | Create unlimited custom order statuses in WooCommerce with custom colors, icons, and actions to match your store's exact fulfillment workflow. |
| 12 | |
| 13 | == Description == |
| 14 | |
| 15 | **Advanced Custom Order Status for WooCommerce** gives you complete control over your WooCommerce order statuses. The default WooCommerce statuses (Processing, On Hold, Completed, etc.) rarely fit every store. With this plugin, you can build a fulfillment workflow that mirrors how your business actually operates - whether you ship physical goods, deliver digital products, run a print-on-demand shop, or manage a service-based store. |
| 16 | |
| 17 | Add as many custom order statuses as you need, assign distinct colors so your team can scan the orders screen at a glance, and (in Pro) attach action buttons, icons, sales reports, and automatic email notifications to each status. |
| 18 | |
| 19 | 👉 [Plugin Features](https://storeplugin.net/plugins/advanced-custom-order-status-for-woocommerce/?utm_source=wporg&utm_campaign=corder&utm_medium=link) | [Get Support](https://storeplugin.net/contact-us/) | [Upgrade to Pro](https://storeplugin.net/plugins/advanced-custom-order-status-for-woocommerce/?utm_source=wporg&utm_campaign=corder&utm_medium=link) |
| 20 | |
| 21 | == Why use Advanced Custom Order Status? == |
| 22 | |
| 23 | * **Match your real workflow** - replace generic statuses with ones like "Packed", "Out for Delivery", "Awaiting Payment Confirmation", or anything else your team uses. |
| 24 | * **Identify orders faster** - color-coded statuses let staff scan the orders list and spot what needs attention without reading every row. |
| 25 | * **Customize the defaults too** - rename and recolor built-in WooCommerce statuses (everything except the slug) so the whole status system feels consistent. |
| 26 | * **Lightweight and clean** - no bloat, no settings overload, no impact on store performance. |
| 27 | |
| 28 | == Free Features == |
| 29 | |
| 30 | * Create unlimited custom order statuses. |
| 31 | * Edit existing custom statuses at any time. |
| 32 | * Delete custom statuses you no longer need. |
| 33 | * Customize the appearance of default WooCommerce order statuses. |
| 34 | * Assign a unique color to each order status for instant visual recognition. |
| 35 | * Fully compatible with WooCommerce HPOS (High-Performance Order Storage). |
| 36 | * Works with the latest versions of WordPress and WooCommerce. |
| 37 | |
| 38 | == Premium Features == |
| 39 | |
| 40 | Upgrade to **Advanced Custom Order Status Pro** to unlock: |
| 41 | |
| 42 | * **Status icons** - replace text with icons for a cleaner orders screen. |
| 43 | * **Order actions** - assign any custom status to a one-click action button on the order page. |
| 44 | * **Custom positioning** - control exactly where each status appears in the order status list. |
| 45 | * **Status types** - define the type/category of each status to control its behavior. |
| 46 | * **Bulk actions** - change multiple orders to any custom status at once from the orders list. |
| 47 | * **Sales reports** - generate sales reports filtered by any custom order status. |
| 48 | * **Automated emails** - send custom email notifications to customers automatically when an order moves to a specific status, with placeholder variables for dynamic content. |
| 49 | |
| 50 | 👉 [Get Advanced Custom Order Status Pro](https://storeplugin.net/plugins/advanced-custom-order-status-for-woocommerce/?utm_source=wporg&utm_campaign=corder&utm_medium=link) |
| 51 | |
| 52 | == Use Cases == |
| 53 | |
| 54 | * **Physical product stores** - track orders through Packed, Ready to Ship, Shipped, and Delivered. |
| 55 | * **Print-on-demand and made-to-order** - add Awaiting Production, In Production, and Quality Check statuses. |
| 56 | * **Local delivery and pickup** - use Out for Delivery, Ready for Pickup, Picked Up. |
| 57 | * **Service businesses** - Booked, In Progress, Awaiting Client Approval, Completed. |
| 58 | * **Wholesale and B2B** - Quote Sent, Awaiting PO, Invoiced, Paid. |
| 59 | |
| 60 | == Installation == |
| 61 | |
| 62 | The Plugin installation process in WordPress is very easy and convenient. Simply follow the steps below to get started. |
| 63 | |
| 64 | e.g. |
| 65 | |
| 66 | 1. Upload `advanced-custom-order-status-for-woocommerce` to the `/wp-content/plugins/` directory |
| 67 | 2. Activate the plugin through the 'Plugins' menu in WordPress |
| 68 | 3. Click on settings link and enjoy the feature. |
| 69 | |
| 70 | == Frequently Asked Questions == |
| 71 | |
| 72 | = How many custom order statuses can I create? = |
| 73 | |
| 74 | There is no limit. Create as many custom order statuses as your store needs. |
| 75 | |
| 76 | = Can I customize the default WooCommerce order statuses? = |
| 77 | |
| 78 | Yes. You can rename and recolor any default status. The slug cannot be changed because WooCommerce relies on it internally. |
| 79 | |
| 80 | = Will my custom statuses still work after deactivating the plugin? = |
| 81 | |
| 82 | Orders that already have a custom status will keep it stored, but the custom status labels and styling will no longer display until the plugin is reactivated. |
| 83 | |
| 84 | = Is the plugin compatible with WooCommerce HPOS (High-Performance Order Storage)? = |
| 85 | |
| 86 | Yes, the plugin is fully compatible with WooCommerce HPOS. |
| 87 | |
| 88 | = Can I change multiple orders to a custom status at once using bulk actions? = |
| 89 | |
| 90 | Yes. Bulk action support for custom statuses is available in the Pro version. |
| 91 | |
| 92 | = Can I send a custom email when an order moves to a custom status? = |
| 93 | |
| 94 | Yes. Automatic email notifications tied to custom statuses are available in the Pro version, including placeholder variables for dynamic order data. |
| 95 | |
| 96 | = Does this plugin work with my theme? = |
| 97 | |
| 98 | Yes. The plugin works with any properly coded WooCommerce-compatible theme. |
| 99 | |
| 100 | = Where can I get support? = |
| 101 | |
| 102 | Free support is available through the [WordPress.org support forum](https://wordpress.org/support/plugin/advanced-custom-order-status-for-woocommerce/). Pro users get priority support directly from our team - [contact us here](https://storeplugin.net/contact-us/). |
| 103 | |
| 104 | == Enhance your store with our other plugins == |
| 105 | |
| 106 | * [Variations as Single Product for WooCommerce](https://wordpress.org/plugins/wc-variations-as-single-product/) - Display product variations as individual products on shop, category, and search pages. |
| 107 | * [MinMax Quantities for WooCommerce](https://wordpress.org/plugins/minmax-quantities-for-woocommerce/) - Set minimum, maximum, and step quantities for products in your store. |
| 108 | |
| 109 | == Screenshots == |
| 110 | |
| 111 | 1. Order Status admin page - manage all your custom statuses in one place. |
| 112 | 2. WooCommerce Orders page showing color-coded custom statuses. |
| 113 | 3. Order Status settings - configure colors and behavior. |
| 114 | |
| 115 | == Changelog == |
| 116 | |
| 117 | = 3.0.7 = |
| 118 | * Other: Compatible with WordPress 7.0 |
| 119 | |
| 120 | = 3.0.6 = |
| 121 | * Other: Compatible with WordPress 6.9.4 |
| 122 | * Other: Compatible with WooCommerce 10.7.0 |
| 123 | |
| 124 | = 3.0.5 = |
| 125 | * Other: Compatible with WordPress 6.9.1 |
| 126 | * Other: Compatible with WooCommerce 10.5.2 |
| 127 | |
| 128 | = 3.0.4 = |
| 129 | * Updated: Email body placeholder variable added |
| 130 | * Other: Compatible with WooCommerce 10.4.3 |
| 131 | |
| 132 | = 3.0.3 = |
| 133 | * Other: Compatible with WordPress 6.9 |
| 134 | * Other: Compatible with WooCommerce 10.4.2 |
| 135 | |
| 136 | = 3.0.2 = |
| 137 | * Other: Compatible with WordPress 6.8.3 |
| 138 | * Other: Compatible with WooCommerce 10.3.5 |
| 139 | |
| 140 | = 3.0.1 = |
| 141 | * Other: Compatible with WordPress 6.8.2 |
| 142 | * Other: Compatible with WooCommerce 10.0.4 |
| 143 | |
| 144 | = 3.0.0 = |
| 145 | * Update: Performance improvement. |
| 146 | * Update: Added new style. |
| 147 | * Other: Compatible with WordPress 6.8.1 |
| 148 | * Other: Compatible with WooCommerce 9.8.3 |
| 149 | |
| 150 | = 2.1.0 = |
| 151 | * Fix: Warning. |
| 152 | |
| 153 | = 2.0.0 = |
| 154 | * Update: Restructured the plugin. |
| 155 | * Update: Performance improvement. |
| 156 | * Fix: Bulk action issue fixed. |
| 157 | |
| 158 | = 1.4.2 = |
| 159 | * Fix: Long slug issue fixed. |
| 160 | |
| 161 | = 1.4.1 = |
| 162 | * Fix: Issue fixed. |
| 163 | |
| 164 | = 1.4.0 = |
| 165 | * Update: WooCommerce HPOS compatible. |
| 166 | * Fix: CSS issue fixed. |
| 167 | |
| 168 | = 1.3.0 = |
| 169 | * Enhance: WooCommerce 8.8.3 compatible. |
| 170 | * Fix: CSS issue fixed. |
| 171 | |
| 172 | = 1.2.0 = |
| 173 | * Fix: Bug. |
| 174 | |
| 175 | = 1.1.0 = |
| 176 | * Fix: Bug. |
| 177 | |
| 178 | = 1.0 = |
| 179 | * Initial version. |
| 180 |