wojodesign / simplecart-js

A simple javascript shopping cart that easily integrates with your current website.
simplecartjs.org
1.79k stars 489 forks source link

How to sort the cart contents by name? #503

Open jasonbartholme opened 9 years ago

jasonbartholme commented 9 years ago

It would help me in filling orders if I could get the cart items alpha sorted by name.

Thanks in advance, Jason

amirulmenjeni commented 9 years ago

I know this is a tad bit too late, but have you tried adding each item into a list and sort them up?