• Resolved jimmykwk

    (@jimmykwk)


    Hi, thanks for the awesome plugin. May I know how can I get the next custom order id? I’m able to retrieve existing custom order number this way $order->get_meta_data()[0]->get_data().

    • This topic was modified 2 years, 3 months ago by jimmykwk.
Viewing 1 replies (of 1 total)
  • Plugin Author tychesoftwares

    (@tychesoftwares)

    Hi @jimmykwk,

    I’d suggest you try to get the custom order number using below code:

    $custom_order_number = $order->get_order_number(); //where $order is an order object

    Do let us know if this helped you in order to aechive your need.

Viewing 1 replies (of 1 total)
  • The topic ‘Get next custom order number’ is closed to new replies.