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
 Technical
 PHP (Unix / Linux / Apache) versions
 Packing Slip Format - Qty field
Author « Topic »  

BobT
New Member

USA
82 Posts

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

Posted - 05/04/2022 :  05:53:01  
If possible, is there css to just increase only the size and/or color number of items (Quantity) to be shipped on the packing slip?

My boss is tired of our employees shipping one of something when three were ordered :-/

Steved
Ecommerce Template Guru

United Kingdom
1022 Posts

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

Posted - 05/04/2022 :  08:07:30  
Hi Bob,

Yes there is a way to do this:

In vsadmin find the ectadmincustom.css file (if it doesn't exist, create it)

Add something like this:

/*for orders greater than 1*/
div.ordmultiquantcol{
font-weight:700;
font-size: 14px;
color:red;
}

Tweak the css to something you like/works for you.

Personally I don't bother with the color:red part as I use a B&W laser printer, but the bold draws your attention to it.
If you do use a colour printer, you might like to make the background for the quantity field a contrasting colour.
Also, I believe you need to be on at least v7.2 of the cart.

Steve

Edited by - Steved on 05/04/2022 08:09:31

midvalleydrifter001
Ecommerce Template Expert

USA
935 Posts

Posted - 05/04/2022 :  08:57:32  
This is how mine is setup in the ectadmincustom.css file.

/*More than one item highlights box on Invoice*/
div.ordmultiquantcol{
background-color:#ff4016;
color:#ffffff;
font-weight:500;
font-size: 18px!important;
}


div.largescreenquant {
display: block;
width: 100%;
text-align: center;
}



Hope this helps.

Patrick


Edited by - midvalleydrifter001 on 05/04/2022 08:58:34

BobT
New Member

USA
82 Posts

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

Posted - 05/06/2022 :  16:33:49  
Thanks!! I'll give it a go.
-B
  « Topic »  
Jump To:
Shopping Cart Software Forum for Ecommerce Templates © 2002-2022 ecommercetemplates.com
This page was generated in 0 seconds. Snitz Forums 2000