atensan Posted January 4, 2022 Share Posted January 4, 2022 Hello! I need to sort products in category view by brand and by product name. I've set from the admin menu "Default order by" to brand, but I need to sort the products also with name. Could some one point me in the right direction? What hook to use or what to override? Thanks! Link to comment Share on other sites More sharing options...
Wenquian Posted January 7, 2022 Share Posted January 7, 2022 I think you can refer to these threads to see if you can do anything with it: this and this. Link to comment Share on other sites More sharing options...
atensan Posted January 7, 2022 Author Share Posted January 7, 2022 Thanks for the tips! I actually got it working with using hookFilterProductSearch hook and sorted the products with PHP usort. Thanks! 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