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

Glitches or Bugs occurred when we used BEAR Bulk Editor

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.

Dear BULK Editor,

We would like to address some errors we have encountered in the past weeks of using your plugin, could you please take a look into it and try to fix it to make our overall experience using this plugin better? We really appreciate this plugin but these errors are pulling us away from using its true potential.

1) Once we apply a filter and then switch from Page 1 to Page 2 all the filters immediately disappear and we have to apply them again. This also happens simply every time we make major setting change as well, such as filtering variants, or others, it really slows us down since it takes some time to load the products all over again.

2) It sometimes happens to us that when we add images to our products through the BEAR Bulk Editor they simply just don't add and most of them do. We have quite a lot of products on our website and we are adding plenty of new images every week and so its hard for us to do a check if the images actually got added or no, that is why we chose to go for the bulk editor in the first place, so it saves us time.

3) We have an issue with the BULK editing function you offer, it works well when we want to make a change and make it apply to All of our products, but it does not work properly when we apply a filter for e.g. Brand, SKUs, Categories and then try to do the bulk edit for these products. The same goes for binded editing sometimes.

Thank you for going through this message and we hope there might be a solution for these errors.

Kind regards,
Libor

Hello Libor

This is a conflict with the caching plugin settings

Try  in functions.php  paste  this  code

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

});

and  do a test

What plugin version number are you using?