1099greg
Forum Replies Created
-
Forum: Plugins
In reply to: [User Switching] Allow other roles to Switch UserSo with a little further investigation, I have found in the WooCommerce core short codes
! current_user_can('pay_for_order')is what’s generating the error.With some digging I found this solution – which worked without a plugin (only modifying which user role it got applied to):
Forum: Plugins
In reply to: [User Switching] Allow other roles to Switch UserThank you @howdy_mcgee – that sounded like it would be the solution, but it did not work.
I did have to add the
switch usercapability, which seemed odd, but now I’m stepping through disabling other plugins to see if there’s a conflict somewhere else.Thanks again!
- This reply was modified 5 years ago by 1099greg.
Forum: Plugins
In reply to: [User Switching] Allow other roles to Switch UserI saw the information in FAQs, but it’s unclear how to add that setting. I do not see the ability add
switch userto someone’s role. I am using the ‘Shop Manager’ role as well as Capabilities Pro and have it set to all the the ‘Shop Manager’ role to ‘list’ and ‘edit’ users.Can you please clarify? Thanks
- This reply was modified 5 years ago by 1099greg.
Forum: Plugins
In reply to: [If Menu - Visibility control for Menus] Warning in WordPress 5.5Same issue here. Thanks @przemek for the temp fix.