- Posts: 460
- Thank you received: 19
View purchases on mobile (admin)
- Reincidente
-
Topic Author
- Offline
Less
More
3 years 5 months ago #350945
by Reincidente
View purchases on mobile (admin) was created by Reincidente
-- 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?
-- 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?
Please Log in or Create an account to join the conversation.
3 years 5 months ago - 3 years 5 months ago #350950
by Philip
Replied by Philip on topic View purchases on mobile (admin)
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
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: 3 years 5 months ago by Philip.
Please Log in or Create an account to join the conversation.
3 years 5 months ago - 3 years 5 months ago #350964
by Philip
Replied by Philip on topic View purchases on mobile (admin)
Hello,
We have received your elements, you have now a backend custom, now for everyone I detailled my modification :
In details :
=> This command will hide the fourth column from the beginning.
=> This command will display the sixth column from the end.
Hope this will fit your expectations.
Regards
We have received your elements, you have now a backend custom, now for everyone I detailled my modification :
In details :
Code:
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.
Code:
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;
}
Hope this will fit your expectations.
Regards
Last edit: 3 years 5 months ago by Philip.
Please Log in or Create an account to join the conversation.
- Reincidente
-
Topic Author
- Offline
Less
More
- Posts: 460
- Thank you received: 19
3 years 5 months ago #350968
by Reincidente
Replied by Reincidente on topic View purchases on mobile (admin)
Hi Philip.
Thank you very much for your work.
The changes you've made fit what we need.
Best regards!!
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.179 seconds