
advancedlink(@advancedlink)
18 Posts
Customers
Quote from advancedlink on July 2, 2020, 01:34
Hi
After the latest update when i'm using the filtering and then click on Bulk Edit > Date Published to edit the date
Display that the processing completed but the date didn't change.
Can you check please.
Thanks
Hi
After the latest update when i'm using the filtering and then click on Bulk Edit > Date Published to edit the date
Display that the processing completed but the date didn't change.
Can you check please.
Thanks

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on July 2, 2020, 09:54
Hello
I passed this to the developers. I will write to you as soon as I get the result
Hello
I passed this to the developers. I will write to you as soon as I get the result

advancedlink(@advancedlink)
18 PostsTopic Author
Customers
Quote from advancedlink on July 5, 2020, 01:54
Hi
is there any news for my issue?
Thanks
Hi
is there any news for my issue?
Thanks

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on July 6, 2020, 09:42
Hello
Today, the developer will work on this.
Hello
Today, the developer will work on this.

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on July 6, 2020, 15:26
Hello
Try in file - \wp-content\plugins\woocommerce-bulk-editor\classes\models\products.php - change code - https://c2n.me/48hp2Ph.png to - https://c2n.me/48hp6Lq.png
if ($field_key == 'post_date') {
$date = new DateTime();
$date->setTimestamp(strtotime($value));
$value = $date->format('Y-m-d H:i:s');
return $value;
}
And in file - \wp-content\plugins\woocommerce-bulk-editor\ext\bulk\views\panel.php - add code - https://c2n.me/48hp9ZC.png
do test please
If no luck - please drop me FTP+wp-admin access - https://c2n.me/43SC6rb.png ->https://c2n.me/42BAoj4.png
Hello
Try in file - \wp-content\plugins\woocommerce-bulk-editor\classes\models\products.php - change code - https://c2n.me/48hp2Ph.png to - https://c2n.me/48hp6Lq.png
if ($field_key == 'post_date') {
$date = new DateTime();
$date->setTimestamp(strtotime($value));
$value = $date->format('Y-m-d H:i:s');
return $value;
}
And in file - \wp-content\plugins\woocommerce-bulk-editor\ext\bulk\views\panel.php - add code - https://c2n.me/48hp9ZC.png
do test please
If no luck - please drop me FTP+wp-admin access - https://c2n.me/43SC6rb.png ->https://c2n.me/42BAoj4.png

advancedlink(@advancedlink)
18 PostsTopic Author
Customers
Quote from advancedlink on July 8, 2020, 00:51
Thank you .
It's working now.
Thank you .
It's working now.

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on July 8, 2020, 09:34
Hello
Great! Welcome;)
Hello
Great! Welcome;)