Backend version ordering


https://forum.kartris.com/Topic622.aspx
Print Topic | Close Window

By Neil - Fri 3 Jun 2011
Is there a setting for ordering the versions in  the backend? They seem to be ordered by price at the moment but I would like to order by V_ID.

I have searched the config settings and can't find anything. If not, where would I look to change this in the code?
By Paul - Fri 3 Jun 2011
I think it uses the frontend.versions.display.sortdefault config setting at present (in the _spKartrisVersions_GetByProductID stored procedure).

I guess it should be quite simple to add a back end config setting and then modify the sproc to use that instead.
By Neil - Fri 3 Jun 2011
Hmm, our frontend.versions.display.sortdefault is set to V_ID but backend versions are sorted by price.