diondp Posted September 16, 2016 Share Posted September 16, 2016 (edited) Hi There, i have succesfully added some extra fields to the AdminCustomer page, but i cannot figure out how to add fieldsto the "list-view" instead of "Titel / gender" right after the CustomerID, i want the Company name... Found the answer myself: Create "override/controllers/admin/AdminCustomersController.php" after: $this->fields_list = array( 'id_customer' => array( 'title' => $this->l('ID'), 'align' => 'text-center', 'class' => 'fixed-width-xs' ), add: 'company' => array( 'title' => $this->l('Firma'), ), Edited September 16, 2016 by diondp (see edit history) 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