• Is there any way to get variable/meta name/ID of new order numbers generated by plugin? I want to use it to compare with number of payment variable symbol to find out, which order is already paid. Just that finale variable name maybe…

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

    (@razyrx)

    Hello,

    New order number is stored in _sequential_order_number_id post meta for orders.

    Regards,
    Oleg

    Thread Starter Tomá? Pokorny

    (@pokornytomas)

    Hi,

    Tthx for quick response, I tried to insert _sequential_order_number_id in requested field of that payment checker plugin and nothing paired together. It will probably be the problem of that plugin, not yours, just want to make sure _sequential_order_number_id is post meta for every order already made, not only new? Every order I see in Woocomerce orders list in backend has that changed sequential number stored in _sequential_order_number_id, right?

    Regards,
    Tom

    Plugin Author RazyRx

    (@razyrx)

    Hello,

    Plugin do not generate _sequential_order_number_id for orders that was created before plugin installation.
    You can generate this in admin order page with bulk edit functionality.

    Please check in database is it has data that you need.

    Regards,
    Oleg

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘New order number variable name’ is closed to new replies.