abstrakt Posted July 23, 2003 Posted July 23, 2003 Hello, I hope I have posted this in the right section. I am running a printing store, and I have products thats titles start with the quantity... which is in the thousands. I searched the forum as best I could and haven't fond an answer. I need them to sort in the right order, but I am not fully aware of how to do that. I need it to be in numerical order.(i.e. 5,000 / 10,000 / 15,000) etc.. Please see my example and help if you can. Thank you Any help is greatly appreciated. :D
Guest Posted July 23, 2003 Posted July 23, 2003 The problem is that the list gets sorted alphebetically which messes up your sort order. Can't you define the product as 'uv Business Cards' and make the number of cards/ per package an attribute of the product? This might make more sense anyway, because the products are the same anyway? Cheers, Rob
abstrakt Posted July 23, 2003 Author Posted July 23, 2003 If it is alphabetically then why is it sorting them in the order it is ? It look numerical by the first number only to me. I'd like to be able to keep it the way it is now and have it sort like I explained above. I appreciate your help, does anyone have an exact solution though ? Thank you
Guest Posted July 24, 2003 Posted July 24, 2003 Because you use numbers and letters as a title it is not possible to sort numerically. So every number is trated as a seperate letter of a word, I think the sort order in that case is 0-9A-Z. Hope this clears it up. Rob
abstrakt Posted July 24, 2003 Author Posted July 24, 2003 Dang, that does clear it up. Thank you, much. :D
Guest Posted July 24, 2003 Posted July 24, 2003 Dang, that does clear it up. Thank you, much. :D We aim to please. Good luck, Rob
Recommended Posts
Archived
This topic is now archived and is closed to further replies.