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

products remain checked in the background after editing them

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 am using the advanced or bulk filtering, after bulk editing products using binded editing, the products disapper( aka it filters again), this is fine with me, but the problem is the disappeared products remain selected in the background, when I select new products it keep adding to the previously hidden selected products. I know I could easily click on the X on the left bar to remove the selection but I just keep forgetting doing that and it messes the editing, is it possible to have it automatically deselect after I modify the products or after they disappear when it filter again automatically?

Hello

Please update  the  plugin to latest  version - https://bulk-editor.com/how-to-make-auto-update-for-wordpress-plugins-and-themes-bought-on-envato

And  do  a  test. on my test site i can't reproduce this error. What field are you editing?

Hi!

I am actually using the latest premium version of BEAR. I am also using the three following codes:

add_filter('woobe_filter_taxonomies_exists_show', function() {
return true;
});

add_filter('woobe_set_per_page_values', function($add) {
return '10,30,100,150,200,500,1000';
});

add_filter('woobe_storage_type', function($type) {
return 'session';//session, transient
});

I am filtering on"Product Categories" selecting"Uncategorized", it happens when I bind edit 10 products or more by changing their categories to something else and removing them from Uncategorized in the same time. I think it doesn't filter automatically again if I modify less than 10 products. I am showing only 100 products per page.

Hello

Ok!  Try  in  file - wp-content\plugins\woocommerce-bulk-editor\ext\bulk\assets\js\bulk.js - add code - https://c2n.me/4iqpSXf.png

woobe_checked_products = [];

This text will be displayed - https://c2n.me/4iqpUHf.png - but data about checked products will be deleted

Wouldn't this be overwritten if I updated the plugin?

Hello

Unfortunately yes. But I will pass this on to the developers so they can review this fix.