Hello,
I am using views and taxonomy as catalog for my products. How I can give a option for customer to sort products by title and price on term page (grid view)? I tried with views module but I can't find this option for grid view... Thanks

Comments

chazz’s picture

bump

iori57’s picture

i wanted to know too..

tr’s picture

http://drupal.org/project/views_bonus can be used to get a grid view.

chazz’s picture

Thanks, grid view can be found in core module, I am looking for option to SORT products in grid view, so customer can chose for example to sort products by price

babruix’s picture

There is a patch for views that allow exposed sort options: http://drupal.org/files/issues/views-exposed-sorts-228510.patch
Or, you can create handler in your custom module and change sorting by query alter.

volocuga’s picture

babruix: does not work with views 2.8

When I try to add or edit existing sort criteria always displaying popup message "Error on "admin/build/views/ajax/add-item/views_name/default/sort."

BeaPower’s picture

I am looking for this too... any updates?

longwave’s picture

Status: Active » Closed (won't fix)

This is a Views issue. Exposed sorts are available in Views 3.x but will not be backported to Views 2.x.