• Resolved beezsolutions

    (@beezsolutions)


    Hi! thank you for your work.
    In the orders list the plugin work perfectly, but in the order detail page, it shows orders from the administrator user (I think it shows the admin logged user orders).

    How to fix it?

    Thanks

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter beezsolutions

    (@beezsolutions)

    I fixed it adding this code at line 68:

     $order_id = $post_info->ID;
      $order = wc_get_order($order_id);
      $user_id = $order->get_user_id(); 
      $customer_id= $user_id;
    • This reply was modified 7 years, 6 months ago by beezsolutions.
    Plugin Author javmah

    (@javmah)

    Dear beezsolutions,
    Thank you so much, brother. I overlooked it, You saved me. best wishes to you.

    Thread Starter beezsolutions

    (@beezsolutions)

    You are welcome! You did a beautifull work!! Than you!

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

The topic ‘Wrong Orders in order page’ is closed to new replies.