Forums / Developer / Provide sort option for basket
Jorge estévez
Friday 19 September 2008 1:25:06 pm
Issue <strong>#008903: Provide sort option for basket<strong> at: http://issues.ez.no/8903 has not been resolved yet...
I am using ez 3.10 and I need to sort my basket, any ideas?
I would like to show the items in the same order they were added to the basket. It's a bit confusing once a customer adds an item and it shows in the middle of the list, locating an item in a long list could be annoying...
thanks
Diseño Web Cuba Web Design Cuba www.elfosdesign.com
André R.
Saturday 20 September 2008 5:42:18 am
You can use some sort of array sort function (several extensions that gives you access to this) and sort on the 'id' value, or you can try the patch in the issue..
eZ Online Editor 5: http://projects.ez.no/ezoe || eZJSCore (Ajax): http://projects.ez.no/ezjscore || eZ Publish EE http://ez.no/eZPublish/eZ-Publish-Enterprise-Subscription @: http://twitter.com/andrerom
Sunday 28 September 2008 3:14:31 am
The patch works... thanks