1 reply [Last post]
Miso's picture
Offline
Joined: 08/10/2007
Juice: 134
Was this information Helpful?

Just a question - I noticed that there is now "ordering" column in uc_products table, and the line that controls the display order in catalogue, in uc_catalog.module now looks like this:

$order = 'p.ordering, n.title';

Does that mean that we can now set a custom order of products somewhere in the store administration without hacking the files themselves? If so, where?

Lyle's picture
Offline
AdministratoreLiTe!
Joined: 08/07/2007
Juice: 6846
Re: "ordering" in uc_products table?

It does mean that. You can select the sort order for each product in its edit form. This is a universal sort order, so you can't have different arrangements for different lists.