View purchases on mobile (admin)

  • Posts: 268
  • Thank you received: 7
  • Hikashop Business
1 year 1 week ago #350945

-- HikaShop version -- : 4.7.2
-- Joomla version -- : 4.2.9

Hi Nicolas.
Since the latest version of Hikashop, when I want to view the order status from my mobile, it does not allow me to see:
- Date of purchase.
- Order status
- Customer email.
I have tried to change it by modifying the visible columns, but it has not been possible.
Any recommendation?

Attachments:

Please Log in or Create an account to join the conversation.

  • Posts: 4519
  • Thank you received: 612
  • MODERATOR
1 year 1 week ago #350950

Hello,

Yes, when you have a table with a lot of columns, this can leads to this kind of issue, and yes the new columns select can't be a solution.
Even before the addition of the column system, for mobile, we had to make compromises, and this led us to put CSS commands to prevent the table from distorting the display, at least for most users.

I suggest the following solution, first provide us an Access to your backend (url link & user reference with maximum ACL) and
provide all your required columns in mobile view.
You must of course understand that you must remain reasonable on the number of columns.

Then, we will see what we can do for you.

Note : Use our Contact us form to provide these elements, and don't forget to add an Url link to this topic.
Awaiting your returns

Regards

Last edit: 1 year 1 week ago by Philip.

Please Log in or Create an account to join the conversation.

  • Posts: 4519
  • Thank you received: 612
  • MODERATOR
1 year 1 week ago #350964

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

Last edit: 1 year 1 week ago by Philip.

Please Log in or Create an account to join the conversation.

  • Posts: 268
  • Thank you received: 7
  • Hikashop Business
1 year 1 week ago #350968

Hi Philip.
Thank you very much for your work.
The changes you've made fit what we need.
Best regards!!

The following user(s) said Thank You: Philip

Please Log in or Create an account to join the conversation.

Time to create page: 0.061 seconds
Powered by Kunena Forum