Short Description view - order by price, title etc? -
03-04-2007, 12:34 PM
Is it possible to have the same features in the Short Description view mode to order listing by price, title, location etc. as in the default listing view? something like this mock up:
Also can a link be added to the top of the page to swap between default view and short description listing views? just so the customer can decide which one they want to use?
Unfortunately I don't believe either of these are currently possible. If you have the developer edition it should be fairly easy to allow the user to select which template to use though.
I do have developer, i'm looking to see how the admin page changes between default listing view and short description view but if I mimmick this on the site then it would have the same effect where it saves either one or the other for the whole site. Is it possible to change for each user rather than saving over the sites settings? I only want to include the option to view the results as the table view as an extra through a link on the page.. the default will be short description view and would default on the site each time the site opens.
You would need to edit the bottom of the category.php and add some type of cookie support so if they selected an option then it would show that template file.
To do this you would need to be comfortable with php.