angelleye / woo-paypal-here

Process WooCommerce Orders with PayPal Here
GNU General Public License v3.0
6 stars 2 forks source link

Pending Order List #40

Closed angelleye closed 6 years ago

angelleye commented 6 years ago

I'd like to make an adjustment to the display name on the pending orders list. Right now I have the following pending orders in WC...

image

When those orders are pulled up in our pending order list, though, it shows N/A instead of the name for one of the orders.

image

That order does not have any billing/shipping info, while the others do, so we must be pulling the billing name here instead of the user/customer name. Would like to adjust so we always see a name just like the actual WC list shows.

angelleye commented 6 years ago

Seems like WooCommerce is using the Billing Name when available, but when it's not then it falls to the name in the user account. We should do the same.

angelleye commented 6 years ago

Now when I look at the Pending Orders list I see some with nothing but the order # in the name column..??

angelleye commented 6 years ago

Also, the eye ball on the right side of the row is kinda creepy when there are is a big list of pending orders. Why did we add that? What's its purpose?

angelleye commented 6 years ago

Ah, I see now that I cannot view the order without clicking the eye. I actually preferred it the other way, where we could click the row to view the order without the need for a specific eyeball icon/button.

But then the trash can also needs to work. Right now it's just "selecting" the row when I try to push the trash can, which is the same thing that happens when I push anywhere now other than the eyeball.

kcppdevelopers commented 6 years ago

@angelleye I have remove "eye ball" icon on issue #32

kcppdevelopers commented 6 years ago

@angelleye Now we are doing same thing on name column as woo.

angelleye commented 6 years ago

@kcppdevelopers The trash can is still not working for me on Android Chrome.