Change WordPress user roles and capabilities › Forums › How to or FAQ › Access to see invoice order Challan Pro › Reply To: Access to see invoice order Challan Pro
05/05/2022 at 03:23
#7929
Vladimir
Keymaster
Hi,
Unfortunately, it’s not possible to achieve using just user capabilities. There is no ‘read-only’ mode for shop orders in WooCommerce. If user can access orders list, he can edit them as the key capability for this access is “edit_shop_orders”.
You can play with “Meta boxes access” add-on and try to remove from the order editor page some critical meta boxes, like the “Publish” one. But it still will not give you a full read-only mode.