LD
Asked
How can I show the address in the customer table instead of the names.
since the name of the company is the same as the name of the client I need to show the address next to the company.
I know that in the file admin \costumer\index.php there is the table where we see the whole point is that it is only vast with just changing here if it does not filter the data I need.
which file do I need to modify.
imagen: [https://ibb.co/M2wqrMb]
since the name of the company is the same as the name of the client I need to show the address next to the company.
I know that in the file admin \costumer\index.php there is the table where we see the whole point is that it is only vast with just changing here if it does not filter the data I need.
which file do I need to modify.
imagen: [https://ibb.co/M2wqrMb]
- MSAnsweredHello,
The customer controller file is `app/controllers/admin/Customers.php` and view files are in `themes/default/admin/views/customers`
You will need to select the address in `getCustomers` method of controller and add new/modify table column to display it.
Thank you - Login to Reply