Hi, I want to give access to a helper to see Woocommerce Orders and be able to download invoice from Challan Pro Plugin. I tried a few ways but when I found the right permission, it gave permission to edit orders…
I only want access to see orders and invoices…
Here’s the Zip file of Challan Pro Plugin: [removed]
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.