adi_2016 Posted October 10, 2016 Share Posted October 10, 2016 Hi, please see image bellow. I am trying to sort (sub)categories from A to Z instead of Date modified and having troubles finding where to change it. Can someone give mi some pointers regarding this? https://s15.postimg.org/itewiratn/2016_10_10_21_15_55.jpg Any help is appreciated and many thanks in advance.Sam Link to comment Share on other sites More sharing options...
adi_2016 Posted October 21, 2016 Author Share Posted October 21, 2016 Any suggestion is welcome. Thank you so much.Adi Link to comment Share on other sites More sharing options...
rocky Posted October 22, 2016 Share Posted October 22, 2016 You'll need to override the getSubCategories function in classes/Category.php and change line 658 from: ORDER BY `level_depth` ASC, category_shop.`position` ASC'); to: ORDER BY `level_depth` ASC, cl.`name` ASC'); Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now