• Hi !

    Just a few remarks as an indication ??

    With the shortcode, when I define show_titles=”false”, a border-top argument is missing from the first line of the table. Maybe add something like this in admin/assets/shortcode.css…

    .wpcl-shortcode#list-table tr:first-child { border-top: 1px solid #dfdfdf; }

    It is a pity not to be able to recover the raw data using a var_dump (for example) rather than a shortcode. With output in a table, the formatting is limited, I edited views/shortcodes.php only to truncate the last name, put some capital letters, etc.

    echo ucfirst ($order->get_billing_first_name());
    echo strtoupper(substr($order->get_billing_last_name(),0,1)).'.';

    Obviously, this kind of modification makes it difficult to update the plugin, etc.

    It is also possible that I missed a feature…

    Thank you for reading me and have a nice day ??

  • The topic ‘Just some comments…’ is closed to new replies.