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

Variations description not updating?

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.

After installing the latest version"BEAR - WooCommerce Bulk Editor Professional v.2.1.4", I can't update the variations description anymore. If I delete the description for a variation and save it, the list box shows" Content[empty]" but by clicking the box it shows that the content is still there? Any help would be appreciated.

Hello

Please paste your license key here - https://share.pluginus.net/image/i20230222134241.png -> https://share.pluginus.net/image/i20230222134511.png and  wp-admin access - https://share.pluginus.net/image/i20230222134615.png

Thanks for your reply Pablo.

License key and access saved.

Hello

You can drop me  FTP access - https://share.pluginus.net/image/i20230222134241.png ->https://share.pluginus.net/image/i20230222134615.png - I will  fix  it

OR in  file -  \wp-content\plugins\woo-bulk-editor\index.php - add  code - https://share.pluginus.net/image/i20231002190311.png

if ($field_key == 'post_content' && $post['post_type'] === 'product_variation') {
$val = $this->products->get_post_field($product_id, $field_key, $post['post_parent']);
}
 in file - \wp-content\plugins\woo-bulk-editor\classes\models\products.php - uncomment these  lines - https://share.pluginus.net/image/i20231002190715.png
 and  do a test

Thanks for your help Pablo.

Code added, everything works now!

Hello

Great!  Welcome;)