Looking for a .NET cart? Try Kartris - our ASP.NET shopping cart

Knowledgebase

Home > Item #38

Ordering versions alphabetically

Item: #38
Date: 19 Sep 2001
Applies to
v3
v4
v5

Question

I would like items in the version page to display in alphabetical order, rather than by price. Is there a setting for that?

Answer

v5.
Each version and product has an Abitrary 'Order By' Value field. Numbers entered here control which order items listed on the page will appear in. We advise numbering 10, 20, 30 etc. This makes inserting new items at a later date more easy.

v4 and Earlier:
You can add the following sort clause to the query that pulls versions out on the product.asp (or any other) page.

ORDER BY V_Name

This should go right at the end of the query, after any 'WHERE' clause.

Can't find the answer you need? Click here to open a support ticket.

« Back