DW
Asked
I would like to ask if there is a way change the product list format. like for example hide the image column and display custom field, hide brands and display sub-category.
Thank you
Thank you
Attachments
- MSAnsweredHello,
You will need to modify the item code to get the desired results. The documentation.pdf has guide on add/remove column to table. If you don't understand, then you should hire a developer to help you.
Thank you - DWAnsweredHave the same problem but I dont understand the documentation.
It says:
To remove a column, you will need to
1. Modify the select statement and remove the desired column, in the controller.
2. Remove the element form aoColumns of datatables.
3. If there is table foot filter, please remove it from dtFilter too.
4. Lastly Remove the th tag with column heading to table head and table foot.
My questions are:
1. What is the file path to modify?
2. Is this to edit the database you mean?
3. From what file path?
4. Form what file path? - MSAnsweredHello,
1. The admin controllers are in the `app/controllers/admin/` folder, you need to check the Products controller `Products.php`
2. 3. & 4. No, not database but the JavaScript code in view file `themes/default/admin/view/products/index.php`
Thank you - Login to Reply