• Hi,
    I am trying to get the custom order number with this code without any success;

    $order = new WC_Order($order_id);
    $order_id = $order->get_order_number()

    Could you please guive me a hint to get the custom order number from the woocommerce $order_id

    Thank you.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support kenil802

    (@kenil802)

    Hi @raw68,

    Apologies for the delay in response.

    The code which you have shared seems fine. So, could you please let us know if the order object coming properly? And where exactly are you adding the code?

    Regards,
    Kenil Shah

    Thread Starter raw68

    (@raw68)

    hi,
    Thanks for your reply. I am trying to get the custom order number inside the functions.php within the template folder.
    Thanks

    Hi @raw68

    Apologies for getting back to you late.

    Can you please share with us the code of how you are trying to get the custom order number inside the fucntions.php file? so that we can check that once and assist you in a better way.

    Regards,
    Shasvat shah

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Getting the custom order number’ is closed to new replies.