Looking for a .NET cart? Try Kartris - our ASP.NET shopping cart
Home > Item #38
I would like items in the version page to display in alphabetical order, rather than by price. Is there a setting for that?
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.