Hi,
Thank you for your feedback on this.
The issue is that your screen width is too small and thus HikaShop's CSS is hiding some of the columns.
However, we shouldn't hide the checkbox column and install hide another one like the last modified one.
Change the code:
div#hikashop_main_content.hika_j4 table#hikashop_order_listing th:nth-child(2),
div#hikashop_main_content.hika_j4 table#hikashop_order_listing td:nth-child(2) {
to:
div#hikashop_main_content.hika_j4 table#hikashop_order_listing th:nth-child(7),
div#hikashop_main_content.hika_j4 table#hikashop_order_listing td:nth-child(7) {
in the file media/com_hikashop/css/backend_default.css and it will do that.
We'll add that change on our end for the next version of HikaShop.