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 SKU edit doesn't work

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.

here is a video https://www.loom.com/share/993e695853e2473295446f290ec752f3

hello

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

Disable all cache plugin and product sync plugins

and do a test

did that, but doesn't work

https://www.loom.com/share/b37bcc4b5d974bfa913fd22ce4d1c91b

Hello

Please  disable  this  plugin - https://c2n.me/4gfiARR.jpg - and do the  test

In my previous message, I indicated this - https://c2n.me/4gfiIMM.png

still doesn't work https://www.loom.com/share/8daacd495eff40c3b4519d0f67884140

UA marketplaces doesn't sync products, it creates feeds

I did  a test  - https://c2n.me/4gfnyPn -  Looks like a problem with your site.

hm, thanks, will be digging further

There is another feature: append or preppend function works only when there is a value in SKU. If empty - it stops

Hello

Try  in file - wp-content\plugins\woocommerce-bulk-editor\classes\models\products.php - change  this  code - https://share.pluginus.net/image/i20220728141917.png

if ($field_key =="purchase_note") {
$allowed_html = wp_kses_allowed_html('post');
$product->set_props(array(
$field_key => wp_kses($value, $allowed_html)
));
}elseif($field_key =="sku"){
update_post_meta($product_id, '_sku', $value);
}else {

$product->set_props(array(
$field_key => wc_clean($value)
));
}

and  do a test