Eutanasio Posted August 28, 2015 Share Posted August 28, 2015 Buenas, Mira que ya lo hice en su día pero no hay manera de encontrar dónde cambiar el orden por defecto de la lista de productos. Está ordenado por ID ascendente, lo cual no tiene sentido, lo quiero por ID descendente.Gracias! Link to comment Share on other sites More sharing options...
Eutanasio Posted August 28, 2015 Author Share Posted August 28, 2015 En el archivo /controllers/admin/AdminProductsController.php hay que cambiar esto: public function getList($id_lang, $orderBy = null, $orderWay = null, $start = 0, $limit = null, $id_lang_shop = null) Por esto: public function getList($id_lang, $orderBy = null, $orderWay = desc, $start = 0, $limit = null, $id_lang_shop = null) 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