Hi guys !
The Orders list Role column and filter works great for us – cheers !
We have created admin links for our staff to pages showing Just
the orders from general Customers, and different customer roles, eg:
A page listing Just the orders from general Customers:
/wp-admin/edit.php?s&post_status=all&post_type=shop_order&action=-1&m=0&_customer_user&acp_filter[5bcd4f089807a]=customer&filter_action=Filter&paged=1&action2=-1
And a page listing Just the orders from a customer role called customer_b2b:
/wp-admin/edit.php?s&post_status=all&post_type=shop_order&action=-1&m=0&_customer_user&acp_filter[5bcd4f089807a]=customer_b2b&filter_action=Filter&paged=1&action2=-1
However something we need is to display orders by Anonymous users who have Not created an account.
We need these in the page also listing orders from general Customers.
So how can we filter to show just orders by Anonymous users ? Something like this ?
&acp_filter[5bcd4f089807a]=anonymous ?
And then how could we show the orders from the 2 roles of Customers and Anonymous together ? Something like this ?
&acp_filter[5bcd4f089807a]=customer+anonymous ?
cheers !
Daniel from Australia