Hi There!
i need help to add custom columns in product list in backoffice, what i'd like is get added date and updated date beside Status column in prestashop 1.6.1.3. So I add some code in AdminProductsController.php.
$this->fields_list['date_add'] = array(
'title' => $this->l...