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

SAME CONFIGURATION FOR ALL USERS

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.

Greetings,

It is really very important for me that all the users of my sites see the same columns and have the same configuration, how can I do it?

I have already activated the option"Synchronize managers profiles", but everything remains the same, I have a WordPress Multisite installation, with MANY users working on different sites in the network, I can not delete and create users again, as it would damage a lot of work in other areas.

Can you please tell me how I can make the plugin avoid showing different columns and settings for each user.

Thank you!

Hello

Ok!  Try  in  file - wp-content\plugins\woocommerce-bulk-editor\classes\models\settings.php - delete  this  code - https://share.pluginus.net/image/i20230717103410.png

and  do a test

It works perfectly.

Thank you very much!

Great!  Welcome;)

Greetings,

Friend I have 2 doubts regarding this topic:

1) Is it possible to achieve this without modifying the plugin directly? I mean using some filter or hook that I can add to my functions.php file? This to avoid losing the modification when updating the plugin.

2) Is it possible that all the sites of the wordpress multisite network share the same configuration?

Hello

1)  unfortunately not, but I passed it on to the developers

2) The plugin does not have this feature.

Hello

Update is done and suggested hook is there: woobe_settings_key_options

add_filter('woobe_settings_key_options', function($id){

return 'for_all';
});