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?

