• Resolved mdynani

    (@mdynani)


    Is it normal when the order number differ too much? like 1k diff even though no post created in between previous order.
    Like this

    Only this thing in scheduled action that keep on insert into wp-posts table which cause the order number increase like crazy.
    wc-admin_import_order

    Wonder why it run every minute. or isit not suppose to run every minute?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Yeso Akshith

    (@yesoakshith)

    Same here, I have tried it in localhost also and it gives me this big difference in order numbers when WooCommerce Admin is activated. I would like to know why there are these many scheduled actions posts.

    Thread Starter mdynani

    (@mdynani)

    i deactivate WooCommerce Admin and my order number back to normal sequence.

    AJ a11n

    (@amandasjackson)

    By default, the order numbers are based on post ID. This is a unique number that WordPress uses for many things, such as posts, pages, categories, tags, products, product categories, comments and so on — WordPress will use the next available post ID for the next item it has to create.

    Order numbers are rarely sequential as other things are happening in WordPress which uses up the next ID. So an order will be assigned the next available post ID.

    You can read more about it here: https://barn2.co.uk/missing-woocommerce-order-numbers/

    If you prefer them to be sequential, you can use something like https://www.woocommerce.com/products/sequential-order-numbers-pro/

    Thread Starter mdynani

    (@mdynani)

    Hi @amandasjackson ,

    I’m aware of such normal order numbers behavior, and I’m okay with that.

    But upon installed Woocommerce Admin, order number sequence differ too much just like my attachment.

    Now, I’ve deactivate and delete Woocommerce Admin, order number back to normal sequence behavior.

    AJ a11n

    (@amandasjackson)

    Hi there,

    Can you please post this on the WooCommerce Admin plugin support page so it can be looked at:

    https://ww.wp.xz.cn/support/plugin/woocommerce-admin/

    Thanks!

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Order Number Abnormal’ is closed to new replies.