Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi @davidperez, thanks for reporting this issue.

    Our team is looking into this and if possible we will add the support in our next update.

    We will keep you posted.

    Thread Starter David Perez

    (@davidperez)

    Ok, thanks!

    Please add this code to the function.php of the current active theme :

    add_filter('wcmp_datatable_order_list_row_data','new_function_add1',10,2);
    function new_function_add1($firstpara,$secondpara)
    {
       $firstpara['order_date'] = wc_format_datetime($secondpara->get_date_created());
       return $firstpara;
    }

    Let us know if this fixed this issue.

    @davidperez, we have released an update (version 3.3.3) with this fix.

    Thread Starter David Perez

    (@davidperez)

    Nice! Thanks!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘This string cannot be translated’ is closed to new replies.