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

Help with array

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.

Hello there,
when i try to copy array meta value the data is not copying correctly.

Here's a video of the issue: https://drive.google.com/file/d/1IuoiDJQsNcEcEOz_BSJ4Qu5AmVHCIvVf/view?usp=sharing

From the DB wp_postmeta meta_value is:
a:2:{i:100;s:2:"10";i:200;s:2:"30";}

Exporting CSV file is:"100:10,200:30".

Maybe have you a solution to modify array as simple text?

Thanks!

Jonathan

Hello Jonathan

I  got it

I passed  it to the developers

I will write to you as soon as we find a solution

Thank you very much, I hope it can be resolved. It would save me a lot of work.

Hello

Please  try  in  file - \wp-content\plugins\woocommerce-bulk-editor\ext\bulk\bulk.php  - add  code - https://c2n.me/4b9IWkw.png

$value = str_replace("&","&", $value);

and  do  a test

Thanks!! It seems to work now. I will continue to test it. In case there are any problems I will let you know.

J.

Hello

Ok!  Great!

Welcome;)