@skyverge
Hi,
I am in the same case than robert147, I think…
I use woocommerce-sequential-order-numbers and woocommerce-simply-order-export
In the csv file I do not want the post_ID but the sequential_ID.
Sorry, but I have no idea of what to do with this :
$order_id = get_the_ID();
$order = wc_get_order( $order_id );
$order_number = $order->get_order_number();
Where do I modify this ?
Thanks for help.