Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author SkyVerge

    (@skyverge)

    Hi restalfep,

    Could you try adding the following below $order = new WC_Order( $order_id );

    $order_number = $order->get_order_number();

    Once you add the above line you can change idev_ordernum=$order_id to idev_ordernum=$order_number.

    Let me know if that works ??

    Cheers,

    Tamara

    Thread Starter restalfep

    (@restalfep)

    Worked perfect, thank you ??

    Plugin Author SkyVerge

    (@skyverge)

    Happy to help ??

    Best,

    Tamara

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to change Order ID to use Sequential Order Number’ is closed to new replies.