Hello,
We have received your elements, you have now a backend custom, now for everyone I detailled my modification :
In details :
div#hikashop_main_content.hika_j4 table#hikashop_order_listing th:nth-child(4),
div#hikashop_main_content.hika_j4 table#hikashop_order_listing td:nth-child(4) {
display: table-cell;
}
=> This command will hide the fourth column from the beginning.
div#hikashop_main_content.hika_j4 table#hikashop_order_listing th:nth-last-child(6),
div#hikashop_main_content.hika_j4 table#hikashop_order_listing td:nth-last-child(6) {
display: none;
}
=> This command will display the sixth column from the end.
Hope this will fit your expectations.
Regards