PluginUs.Net - Business Tools for WooCommerce and WordPress

[realize your idea - make your dreams come true]

Support Forum

You need to log-in to create request (topic) to the support

Shop Manager user can't edit stock - ajax response forbidden (manage_options didn't help)

The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday. If you have problems with registration ask help on contact us page please
If you not got email within 24~36 business hours, firstly check your spam box, and if no any email from the support there - back to the forum and read answer here. DO NOT ANSWER ON EMAILS [noreply@pluginus.net] FROM THE FORUM!! Emails are just for your info, all answers should be published only here.
The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday.

Hi, i try to edit stock from bulk editor with shop manager user but always get response forbidden.

I also search this forum and got the hint to add manage_option role to the user but i didn't help (https://pluginus.net/support/topic/shop-manager-can-t-bulk-edit/)

Stock edit with classic wc backend editor works fine.

It seems, the user did not have access through ajax-update requests.

I also read the hint to add a line which transfers the user to an admin but i think thats a bit dirty solution.

Hope you can help and provide a better.

It might help to a a bulk-editor role?

Thanks!

Hello

Could you give me the plugin version number you are using?

Hi, we use currently: 2.1.4.4

Thank you!

Please paste your license key here - https://share.pluginus.net/image/i20230222134241.png -> https://share.pluginus.net/image/i20230222134511.png and  wp-admin access - https://share.pluginus.net/image/i20230222134615.png

done, thanks!

Please  try  to add in  functions.php

add_filter('woobe_permit_special_roles', function($roles){

$roles[] = 'shop_manager';

return $roles;

});