ngCart icon indicating copy to clipboard operation
ngCart copied to clipboard

Large quantities cause slow loading

Open abrosis opened this issue 10 years ago • 1 comments

If quantityMax is set to a high value, the page will load pretty slowly. It seems the directive ngcartAddtocart creates an array the size of the max quantity - I haven't looked into it much.

Not a huge issue, but might be worth changing the max quantities implementation (great work btw!)

abrosis avatar May 06 '15 09:05 abrosis

Thanks for pointing this out; I think for large quantity a drop down doesn't make sense. Might be better to replace this a with numeric field

snapjay avatar May 08 '15 18:05 snapjay