Jump to content

Admin products list by ID?


Eutanasio

Recommended Posts

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

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...