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
 Make Quantity Clearer
Author « Topic »  

Steved
Ecommerce Template Guru

United Kingdom
1022 Posts

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

Posted - 05/26/2019 :  09:57:43  
Shipstation have a very clear way of identifying when a person orders more than one of an item. This is useful as it's easy to miss the quantity sometimes when picking.

Would be great if ECT could do something similar:

[img]https://www.stevedix.com/ect/shipping-Numbers.PNG[/img]

PieMan
Advanced Member

United Kingdom
272 Posts

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

Posted - 06/13/2019 :  04:50:22  
Great idea. I print an invoice for each order and pick from that, so any item that is above 1 unit would be more noticeable if it was in red.

Regards

Mike

Using ECT since 2003.

Steved
Ecommerce Template Guru

United Kingdom
1022 Posts

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

Posted - 06/13/2019 :  11:46:58  
Even just bold text would help when there is more than 1 purchased.

DLSS
ECT Moderator

Canada
3956 Posts

Posted - 06/13/2019 :  11:55:48  
If you are interested, I can give you a hand in that.

Send me an email.

Mike Beebe
President,
DataLinks Software Solutions
www.dlss.ca

Rate Me Here

ASP and PHP mods - www.dlss.ca/products.asp
A Tremendous Home - Home Decor and Design, D-I-Y Projects, Home Life, Recipes - www.ATremendousHome.com

Steved
Ecommerce Template Guru

United Kingdom
1022 Posts

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

Posted - 02/24/2020 :  05:14:40  
I'm going to take another look at this during the week.
I'm guessing this can be sorted in incorders with a bit of a tweak to the code and some css, maybe some js.

I can probably work this out myself but any suggestions for code to achieve this?
I will need to highlight for quantities of 2 or more

Thanks,

Steve

Vince
Administrator

42761 Posts

Posted - 02/25/2020 :  02:08:59  
Hi All
In case it helps I've added a class to the columns that have a quantity greater than 1 and added it to the incorders.asp/php file in the v7.2 updater as here...
https://www.ecommercetemplates.com/downloads.asp
Then you can add something to the file...
vsadmin/ectadmincustom.css
...like this maybe...
div.ordmultiquantcol{
background-color:#FF0000;
border:1px solid lightgrey;
}

Vince

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

Steved
Ecommerce Template Guru

United Kingdom
1022 Posts

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

Posted - 02/25/2020 :  02:56:54  
Hi Vince,

That is exactly what I was after.
Thanks very much for taking the time to add this.

Steve

midvalleydrifter001
Ecommerce Template Expert

USA
933 Posts

Posted - 02/25/2020 :  15:27:42  
Here is how I set mine up. A little easier to read.

div.ordmultiquantcol{
background-color:#ff4016;
color:#ffffff;
font-weight:500;
border:1px solid lightgrey;
font-size: 18px!important;
}

Patrick

Steved
Ecommerce Template Guru

United Kingdom
1022 Posts

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

Posted - 02/26/2020 :  04:33:53  
One thing to bear in mind for anyone if this is printed out as a picking aid:

Most browsers are set by default not to print a css background/image.
It's possible to get round this with large coloured borders instead.

As our printers are also B&W I've chosen to simply go with bigger and bolder text to draw the eye to it.

Works a treat though Vince - this is a great feature.

Steve


  « 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