
Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on July 22, 2022, 11:13
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
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

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on July 27, 2022, 10:48
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
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

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on July 27, 2022, 12:11
I did  a test  - https://c2n.me/4gfnyPn -  Looks like a problem with your site.
I did  a test  - https://c2n.me/4gfnyPn -  Looks like a problem with your site.

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on July 28, 2022, 16:19
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
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