Sequential Order Numbers for WooCommerce
This plugin extends WooCommerce by setting sequential order numbers for new orders.
The facts
- Rating
- 3.8★ from 29
- Active installs
- 10k+
- Price
- Free
- Last updated
- 2 Mar 2026
- Added
- Apr 2012
- Requires WP
- 5.6
- Tested up to
- WP 6.9.7
- Requires PHP
- 7.4
- Downloads
- 513,777
Our analysis
AI-assistedSequential Order Numbers for WooCommerce is a WordPress plugin that automatically assigns sequential order numbers to new WooCommerce orders. It begins counting from the highest existing order number if there are any at the time of installation, or from order number 1 if there are no previous orders.
The plugin requires no configuration, making it easy to use. It is suitable for WooCommerce store owners who want to maintain an organised and sequential order numbering system without the need for manual setup.
Best for: WooCommerce store owners looking for a simple solution to manage order numbers.
What it does well
- ✓Automatically sets sequential order numbers
- ✓No configuration needed; easy to use
- ✓Starts counting from the highest existing order number
- ✓Compatible with WooCommerce 3.9.4 or newer
- ✓Free to use from the WordPress.org directory
Where it falls short
- •Limited support for the free version
- •No option to customise order number format in the free version
Verdict
This plugin offers a straightforward way to implement sequential order numbering in WooCommerce, though it lacks advanced features found in premium alternatives.
From the developer
SkyVerge's own description of Sequential Order Numbers for WooCommerce, lightly tidied.
This plugin extends WooCommerce by automatically setting sequential order numbers for new orders. If there are existing orders at the time of installation, the sequential order numbers will start with the highest current order number.
This plugin requires WooCommerce 3.9.4 or newer.
No configuration needed! The plugin is so easy to use, there aren’t even any settings. Activate it, and orders will automatically become sequential.
If you have no orders in your store, your orders will begin counting from order number 1. If you have existing orders, the count will pick up from your highest order number.
If you’ve placed test orders, you must trash and permanently delete them to begin ordering at “1” (trashed orders have to be counted in case they’re restored, so they need to be gone completely).
Support Details
We do support our free plugins and extensions, but please understand that support for premium products takes priority. We typically check the forums every few days (usually with a maximum delay of one week).
Sequential Order Numbers Pro
If you like this plugin, but are looking for the ability to set the starting number, or to add a custom prefix/suffix to your order numbers (ie, you’d prefer something like WT101UK, WT102UK, etc) please consider our premium Sequential Order Numbers Pro for WooCommerce plugin, which is available in the WooCommerce Store.
More Details
- See the product page for full details.
- Check out the Pro Version.
- View more of SkyVerge’s free WooCommerce extensions
- View all SkyVerge WooCommerce extensions
Interested in contributing? You can find the project on GitHub and contributions are welcome 🙂
If you’d like to make your payment gateway compatible with Sequential Order Numbers, or other plugins that filter the order number, please make one small change. Instead of referencing $order->id when storing order data, reference: $order->get_order_number()
This is compatible with WooCommerce core by default, as the order number is typically equal to the order ID. However, this will also let you be compatible with plugins such as ours, as the order number can be filtered (which is what we do to make it sequential), so using order number is preferred.
Some other notes to help developers:
Get an order from order number
If you want to access the order based on the sequential order number, you can do so with a helper method: