Hi,
I have a problem I cant find a solution for.
I want to list my products by model nr. Nothing strange so far. But I have model like this:
1ah
2ah
and so on

They get listed like this:
1ah
10ah
2ah

I want them like this:
1ah
2ah
10ah

I cant change to 01ah and 02ah so thats not a solution.
I found something like natsort() which could fix this but I cant find where to implement it and I dont think Im skilled enough to do it.
Anyone with ideas?