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
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
Comment #1
chazz commentedbump
Comment #2
iori57 commentedi wanted to know too..
Comment #3
tr commentedhttp://drupal.org/project/views_bonus can be used to get a grid view.
Comment #4
chazz commentedThanks, 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
Comment #5
babruix commentedThere 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.
Comment #6
volocuga commentedbabruix: 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."
Comment #7
BeaPower commentedI am looking for this too... any updates?
Comment #8
longwaveThis is a Views issue. Exposed sorts are available in Views 3.x but will not be backported to Views 2.x.