Hi Vladimir,
thank you, but unfortunately it doesn’t help.
I want him only at the orders, nothing else. He only helps me with the packing and shipping.
If I give him the same capabilities like shop manager he can edit products, and much more.
The download button is visible, but if I click it a message comes “Missing permissions to download invoice”
He has following capabilities:
core:
edit_posts
read
Custom:
edit_others_shop_orders
edit_shop_order
edit_shop_orders
read_product
read_shop_order
The coder of the plugin send this to me, don’t know if it helps:
if ( ! current_user_can( 'manage_woocommerce' ) && ! current_user_can( 'view_order', $order_id ) ) {
wp_die( __( 'Cheatin huh?', 'woocommerce-germanized-pro' ) );
}