7 replies [Last post]
ricksta's picture
Offline
Joined: 10/02/2009
Juice: 37

Is there a way to change the order of the listing of your products in the ubercart? I have only 5 items of one class.

R

totsubo's picture
Offline
Joined: 11/12/2009
Juice: 158
Settings are under Taxonomy

To change the order of the Catalog listing, go under Home › Administer › Content management > Taxonomy and click the 'list term' link next to Catalog.

You can then drag-and-drop the items and order them as you would like them to be presented.

Hope that helps!

willhallonline's picture
Offline
Joined: 01/29/2010
Juice: 159
expose to views

If you use views to order your products, you should be able to better shape the outcome to your requirements.

http://drupal.org/project/views

virtuoso902's picture
Offline
Joined: 02/16/2010
Juice: 39
Re: how to change order of products listed in catalog

I feel like a damned idiot. I do this all the time and after not touching the catalog for a while I spent a whole hour looking all over the admin menus for it.

Turns out it was right under my nose.

Here it is: How to re-order products in the catalog.

Go to the product node
Click edit
Under Product Information there is a list position option with a drag down menu with numbers. Order accordingly from lowest to highest.

Good luck!!

hackvier's picture
Offline
Joined: 08/26/2010
Juice: 5
Re: how to change order of products listed in catalog

I would recomend you to use http://drupal.org/project/draggableviews

toughguy963's picture
Offline
Joined: 09/02/2010
Juice: 3
Re: how to change order of products listed in catalog

I totally agree to the above replies. Dragging items can solve your problem. The link above is so useful.
_____________
director reports

remaye's picture
Offline
Joined: 01/08/2010
Juice: 52
This "draggableviews" module

This "draggableviews" module seems perfect.
I'm using a custom views list of products for my back-office store and could indeed use this module for ordering the products,
but my front-office store uses the default ubercart catalog that sort the products according to the "list position" field (the combo in the "product information" bloc)
and I can't find this field in the Views list of fields !
How could I do then ... ?
Someone has an idea ?
Thanks.

remaye's picture
Offline
Joined: 01/08/2010
Juice: 52
Re: This "draggableviews" module

The answer is here : http://drupal.org/node/700550
And it works great !