---- dataentry snippet ---- type : snippet #do not change this line category : Misc cart and checkout #mention the category like 'shipping', 'checkout' etc name : Reverse Order of Items in Cart #the name of the snippet versions_tags : 0.6.0, 0.7.0, 0.7.1, 0.7.2, 1.0 #compatible versions ( always use the dots between the numerals e.g 0.6.0 or 0.7.1 ) reference_url : http://forum.foxycart.com/discussion/5613/change-order-of-table-rows-in-cart #External link tags_tags : Advanced, Snippets, cart and checkout, reverse #tags, separated by commas. date_dt : 2012-03-08 #the date in YYYY-MM-DD format ---- If you want to reverse the order of the items in the cart so that recently added items show at the top, you can do this with a little bit of jQuery. Add the following code to your cart, checkout, and receipt templates.