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

Sharing Column profiles with others users (administrators)

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.

I have created column profiles and I like to share them with another administrator, so we can use them together. I an old ticket (I can’t seem to respond there) I saw a solution that requires coding (see below) in file classes\models\profiles.php. 

Is that still the way to arrange this?

Do I have to change something if all roles are administrator?

I created task to make any special options to let the system worked as it was, so in your example also

$user = get_userdata(get_current_user_id());

   $user_roles = $user->roles;

if (in_array('administrator', $user_roles, true)) {

   $this->option_key .= get_current_user_id();

} else {

   $this->option_key .= 'shop_managers';

}

Hello

So that administrators have the same settings  try in file - \wp-content\plugins\woocommerce-bulk-editor\classes\models\settings.php - add  code - https://share.pluginus.net/image/i20230531105806.png

$this->option_key = 'woobe_options_administrator';