Group: Forum Members
Last Active: Sat 3 Nov 2018
Posts: 192,
Visits: 5,220
|
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?
|
Group: Administrators
Last Active: Tue 10 Sep 2024
Posts: 807,
Visits: 2,748
|
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.
-- If my post solves your issue, can you 'Mark as Answer' so it's easier for other users to find in future.
If you would like to be informed of new features, new releases, developments and occasional special bonuses, please sign up to our mailing list: http://bit.ly/19sKMZb
|
Group: Forum Members
Last Active: Sat 3 Nov 2018
Posts: 192,
Visits: 5,220
|
Hmm, our frontend.versions.display.sortdefault is set to V_ID but backend versions are sorted by price.
|