Hi

I am Creating a new website using latest zen 1.37.

I have created some custom fields and displayed them in the product listing. They can be sorted individually.

I was wondering if it is possible to have the default sort order so one column is sorted in ascending order but then so is the another one.

for example I have a field which is text called thread - it is thread size.

I can sort by this easily enough. But then there is another column called length (whic is decimal) - I can sort this easy enough.

However I when I click to sort thread I want length to be sorted in ascending order too as asecondary measure

Currently

Thread length
M10 12
M10 40
M10 6
M11 12
M11 2

I want

Thread length
M10 6
M10 12
M10 40
M11 2
M11 12

I will be adding lots of products so I dont want to spend lots of time fidling with the sort orders when adding a product.

Does anyone know how to do this?