Get sequential order number (php)
-
Hi guys,
I have a plugin that helps me exporting the orders of our online-shop in a csv-file.
However, it shows the original order-ID of WooCommerce instead of the sequential order numbers we use.
At the moment the plugin uses this:
$order->number = $order->ID;
How can I change this to get the sequential order number?
When I view the Meta Order Data, I found out that the name of the sequential order number field is: “_order_number”Please help!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Get sequential order number (php)’ is closed to new replies.