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

Bulk delete products not working

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.

Hi!

I used to delete alot of products with WOOBE, but now it does not seem to work

I filter the products, then go to bulk edit tab.

Now I check the"Bulk deleting" checkbox, like usual, but the"Delete products!" button does not activate like it used to.

I just updated everything to the latest:

Wordpress 5.5

Woocommerce 4.4.1

WOOBE 2.0.6.1

I am trying to delete products in category"Exenia" only.

Warning! this is a live site. Although I have made backups, please try not to delete wrong stuff ;)

Hello

Try  in  file - \wp-content\plugins\woocommerce-bulk-editor\ext\bulk\assets\js\bulk.js  change( https://c2n.me/48ORLkm.png )  function woode_check__delete_products_btn()

function woode_check__delete_products_btn() {
if (jQuery('#woobe_bulk_delete_products_btn_fuse:checked').length) {
jQuery('#woobe_bulk_delete_products_btn').removeAttr("disabled");
} else {
jQuery('#woobe_bulk_delete_products_btn').attr("disabled","disabled");
}
}

Or  drop  me  FTP access

Well, the fuse is working now, but after I filter category"- Exenia" then delete, nothing happens.

So the delete itself is not working either.

Added ftp access.

I have now backed up the entire site, its holidays in my country and the last warm swimming weather this year. So no customers on site. So you have free will and permission to try anything. You have all access you need, ftp, wp-admin.

The goal is to filter all products that have product category" - Exenia"

Then bulk delete those products.


Do you have also a possibility to bulk delete products from trash? I could not find that anywhere, but I could use to delete allt he 60000 products that are in trash also.

Hello

yes! Got it!

In  file  - \wp-content\plugins\woocommerce-bulk-editor\ext\bulk\assets\js\bulk.js  change  these lines  - https://c2n.me/48P9Yp4.png

if (jQuery('#woobe_bulk_delete_products_btn_fuse:checked').length==0) {
return false;
}

I tested it on my site - everything will work fine