How do I retrieve the order ID in WooCommerce?
I didnt test it and dont know were you need it, but:
$order = new WC_Order(post->ID); echo $order->get_order_number();
Let me know if it works. I belive order number echoes with the "#" but you can split that if only need only the number.