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
 All Forums
 Technical
 PHP (Unix / Linux / Apache) versions
 Additional Shipping Details
Author « Topic »  

Mikelli
Ecommerce Template Guru

USA
1613 Posts

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

Posted - 04/23/2021 :  14:11:21  
Hi There,
Is the a way to get this line to print red or some color to stand out on the admin orders page?

Additional Information:[red] ship UPS ground collect using "OUR UPS ACCT #"[/red]

or what ever they might enter on that line.

Thanks,

Michael

dbdave
ECT Moderator

USA
10245 Posts

Posted - 04/23/2021 :  14:28:17  
Sure, I have something similar for that to stand out.
If you do not have the custom admin css file (ectadmincustom.css), you can create one - so it does not get overwritten by updates.
This file should be located in the vsadmin folder.

Add the following to that file - ectadmincustom.css

div.orderadddetails .container4 .right {
border: 1px solid red;
font-weight: bold;
}


Modify the css as you see fit.

Thanks,
David

PS - Did you know a UPS account holder has up to 6 months to dispute those shipping charges and UPS will reverse them and bill you?
We had it happen a few times and never ship on a customers account.
We have them send shipping labels instead...

Mikelli
Ecommerce Template Guru

USA
1613 Posts

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

Posted - 04/23/2021 :  14:57:00  
Thanks David,
That works!

So far no reverse shipping charges. It would get a bit more complicated with drop ships, again so far so good !

Michael

dbdave
ECT Moderator

USA
10245 Posts

Posted - 04/23/2021 :  15:21:28  

midvalleydrifter001
Ecommerce Template Expert

USA
912 Posts

Posted - 04/23/2021 :  21:34:56  
So I'm using the ectadmincustom.css feature.

This is my current setup to highlight when more than ONE item is purchased.

How can I get it to print the same way?

/* Highlights more than one product */
div.ordmultiquantcol{
background-color:#ff4016;
color:#000000;
font-weight:500;
border:1px solid lightgrey;
font-size: 18px!important;
}

Patrick

Vince
Administrator

42428 Posts

Posted - 04/24/2021 :  03:07:00  
Hi Patrick
I don't think there is any reason why it wouldn't use the same style to print as on the page, unless the style was set to specifically not be for the media "print", which this doesn't seem to be. Have you tried other browsers and / or <Ctrl>+F5 to force a refresh of the CSS?

Vince

Click Here for Shopping Cart Software
Click Here to sign up for our newsletter
Click Here for the latest updater

midvalleydrifter001
Ecommerce Template Expert

USA
912 Posts

Posted - 04/24/2021 :  11:35:39  
I figured it out. The background graphics check box was not checked in Windows 10 print screen.

Patrick

Vince
Administrator

42428 Posts

Posted - 04/25/2021 :  09:57:37  
  « 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