
Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on August 20, 2024, 09:37
Hello John
Could you give me the plugin version number you are using?
This may be a conflict with a third-party plugin. Perhaps a synchronization plugin or a unit change functionality
Hello John
Could you give me the plugin version number you are using?
This may be a conflict with a third-party plugin. Perhaps a synchronization plugin or a unit change functionality

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on August 20, 2024, 11:11
Please paste your license key here - https://share.pluginus.net/image/i20230222134241.png -> https://share.pluginus.net/image/i20230222134511.png and ftp+wp-admin access - https://share.pluginus.net/image/i20230222134615.png
Please paste your license key here - https://share.pluginus.net/image/i20230222134241.png -> https://share.pluginus.net/image/i20230222134511.png and ftp+wp-admin access - https://share.pluginus.net/image/i20230222134615.png

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on August 21, 2024, 12:55
Hello
Ok! I got it!
I have passed this on to the developers, we will get back to you with a solution to this problem as soon as possible.
Hello
Ok! I got it!
I have passed this on to the developers, we will get back to you with a solution to this problem as soon as possible.

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on August 22, 2024, 12:11
Hello
Unfortunately we can't connect via your FTP access.
Hot fix:
in file - \wp-content\plugins\woo-bulk-editor\classes\models\products.php - change this code - https://share.pluginus.net/image/i20240822131009.png to https://share.pluginus.net/image/i20240822131100.png
if ($field_key == 'stock_quantity') {
$value = $value?$value:0;
//to future php
//$value = $value ?? 0;
if (apply_filters('woobe_stock_quantity_dependency', true) && 0 > $value) {
$product->set_props(array(
'manage_stock' => 1
));
}
}
and do a test
Hello
Unfortunately we can't connect via your FTP access.
Hot fix:
in file - \wp-content\plugins\woo-bulk-editor\classes\models\products.php - change this code - https://share.pluginus.net/image/i20240822131009.png to https://share.pluginus.net/image/i20240822131100.png
if ($field_key == 'stock_quantity') {
$value = $value?$value:0;
//to future php
//$value = $value ?? 0;
if (apply_filters('woobe_stock_quantity_dependency', true) && 0 > $value) {
$product->set_props(array(
'manage_stock' => 1
));
}
}
and do a test

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on August 23, 2024, 09:27
Hello
Yes it will be included in the next version of the plugin
Hello
Yes it will be included in the next version of the plugin