Crinsane / LaravelShoppingcart

A simple shopping cart implementation for Laravel
MIT License
3.67k stars 1.73k forks source link

Cart sort order #440

Open infinity-webdesigns opened 6 years ago

infinity-webdesigns commented 6 years ago

Hello @Crinsane,

Is there a way to give the products some kind of sort order? I refresh the content with jquery but my products keep jumping in a different order.

howdu commented 2 years ago

It returns a standard collection so you can easily change this behaviour in laravel Cart::content()->reverse()

https://laravel.com/docs/9.x/collections#method-reverse