munvera Posted July 29, 2016 Share Posted July 29, 2016 Hi, I wish to select store contacts order by country. Can anyone tell me where to edit the sql query of it? I couldn't find it. Regards, Munnie Link to comment Share on other sites More sharing options...
NemoPS Posted July 30, 2016 Share Posted July 30, 2016 Where exactly? In the back office? Link to comment Share on other sites More sharing options...
OpenSource Expert Posted August 1, 2016 Share Posted August 1, 2016 To do this, you need to add: $this->_defaultOrderBy = 'country'; $this->orderWay = 'ASC'; In controllers/admin/AdminStoresController.php 1 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