Ecommerce software home
Shopping Cart Software Forum for Ecommerce Templates
 
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

Find us on Facebook Follow us on Twitter View our YouTube channel
Search our site
Forum Search
Google Site Search
 All Forums
 General
 Suggestions - NOT QUESTIONS
 Total order amount on mobile
Author « Topic »  

atlend
Advanced Member

USA
349 Posts

Pre-sales questions only
(More Details...)

Posted - 04/26/2025 :  13:05:28  
Its a small css request, and one that I can probably fix on my own with a modification, but it would be nice if the $ amount of the orders for the day were visible on the mobile version in portrait mode (Orders Administration page). If I rotate the phone, that column is no longer hidden. I don't think it would be necessarily important for the entire column to be visible (as its the column where the authentication code is). It would be a convenience thing if I could see the total $$ for the day without rotating to landscape mode. A minor thing, but would be nice :)

atlend
Advanced Member

USA
349 Posts

Pre-sales questions only
(More Details...)

Posted - 05/02/2025 :  08:57:38  
For anyone else interested... this is what I added to my ectadmincustom.css to achieve this. Open to any tweaks, but this works so you don't have to flip to landscape just to see the total dollar amount.

[code]div.orderslist > :last-child > div:nth-of-type(7) {
display: inline-block !important;
padding-top:30px;
}

div.orderslist > :last-child > div:nth-of-type(8) {
display: none !important;
}[/code]

dbdave
ECT Moderator

USA
10525 Posts

Posted - 05/02/2025 :  10:20:19  
That's a smart tweak there...
Thanks for sharing
David
  « Topic »  
Jump To:
Shopping Cart Software Forum for Ecommerce Templates © 2002-2022 ecommercetemplates.com
This page was generated in 0.03 seconds. Snitz Forums 2000