• Resolved bpmstudio

    (@bpmstudio)


    Hello im having a question, i noticed today that a new category is created for orders, there are 2 orders that are been made by my customers but on the admin page it shows like there are mine, also the orders its shown on completed category. the orders was not created by admin but from customers and are payed directly to paypal. its very weird because the orders should only show on completed category and now i see that
    Completed Orders are (206) and Mine Orders (2) so in the total orders should shown only (206) but now it show (208)

    have anyone same issue? and if there is any trick to fix that?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Hannah S.L.

    (@fernashes)

    Automattic Happiness Engineer

    Hey there!

    With WC 3.5.0, there was a change included that made it so the customer in an order is set to the author of the order. Because of this, there are now multiple authors for orders, instead of just the ID of 1:
    https://github.com/woocommerce/woocommerce/pull/17895

    Whenever there are multiple authors for a post type, WordPress will add a Mine option. This is so you can easily find ones you have created. This has definitely created some confusion.

    The change has been rolled back, but the database changes have remained (and will most likely return).
    https://github.com/woocommerce/woocommerce/pull/21740

    The easiest thing to do is hide the “mine” category if you don’t want to see it. This gist contains a filter that will unset the Mine option from the order view page: https://gist.github.com/jessepearson/3279983d904e30ca51537ca849c2a4ad

    • This reply was modified 6 years, 4 months ago by Hannah S.L..
    Thread Starter bpmstudio

    (@bpmstudio)

    Hi and thank you for your answer, so should i use the code to functions.php and just hide the mine filter? its seems like temporary solution to me. is there any other way to to fix the database? probably for me maybe can be done i have only 3 orders that need to be placed to costumer id instead of author post

    Thread Starter bpmstudio

    (@bpmstudio)

    its little strange because the code its hide the mine filter but still can confuse more this time because of

    Orders that are completed shows 207, and all orders shows 209 because its count also mine filter in background i think.

    All (209) | Completed (207)

    Plugin Support Hannah S.L.

    (@fernashes)

    Automattic Happiness Engineer

    Hey there,

    I understand that this one is confusing, especially since we’ve rolled it back.

    I’d leave it alone for the moment, recognizing that it isn’t correct right now. Keep an eye out for WooCommerce 3.0.2 and then see what happens. If it still isn’t right, start a new thread and we’ll take another look.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘New Order Category “Mine”’ is closed to new replies.