Jump to content

(solved) how to order products id from latest to oldest? Ids ascend by default


Recommended Posts

Hi!

Right now in my admin panel, when I select products they show by id (ascending). Which file must I modify to make the products show descending? that is, from newest to oldest.

I do not talk about front-end products' order, just the backend.

Please,help me!

Edited by mirni (see edit history)
Link to comment
Share on other sites

The latest version. Nevermind, the issue is solved and I'll write the solution right here just in case somebody else needs it.

 

Go to classes/controller/AdminController.php

 

find

protected $_defaultOrderWay = 'ASC';

change to

protected $_defaultOrderWay = 'DESC';

This ill change default sorting from ascending to descending

 

Thank everyone for being always attentive and supportive!

Link to comment
Share on other sites

  • 2 years later...

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...