Unable to import csv with user role shop manager
-
Hello,
Am not able to add new user with custom role when connected as shop manager.
I have added the following code in functions.php
/**
* Allow Shop Managers to add another shop manager
*/
function wt_shop_manager_role_edit_capabilities($roles) {$roles[] = ‘shop_manager’; // change role here for custom roles
return $roles;
}add_filter(‘woocommerce_shop_manager_editable_roles’, ‘wt_shop_manager_role_edit_capabilities’);
The issue is there is a default role subscriber which is associated when i import the users with custom roles
Can you please help.
Regards.
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Unable to import csv with user role shop manager’ is closed to new replies.