1
Customization help / How to add a new field in "Catalog > Products" admin page?
« on: Today at 01:11:34 PM »
Hi everyone,
My product titles are often long for fitting well in the frontend thumbnails.
I would like to split them in a shorter title and a subtitle.
So, I already added a "subtitle" column to the "product_descriptions" table, and for the admin side, edited "admin/model/catalog/product.php".
But how to add a "subtitle" field in "Catalog > Products" admin page?
I had a look at "admin/view/default/template/pages/catalog/product_list.tpl.", "admin/controller/common/listing_grid.php" and "admin/view/default/template/common/listing_grid.tpl".
I understand that jqGrid is used but could not find where the list of columns for the grid is being set.
Thank you for your help.
(N.B. I am aware of the existence of the blurb column, but I am planning using it for short product descriptions.)
My product titles are often long for fitting well in the frontend thumbnails.
I would like to split them in a shorter title and a subtitle.
So, I already added a "subtitle" column to the "product_descriptions" table, and for the admin side, edited "admin/model/catalog/product.php".
But how to add a "subtitle" field in "Catalog > Products" admin page?
I had a look at "admin/view/default/template/pages/catalog/product_list.tpl.", "admin/controller/common/listing_grid.php" and "admin/view/default/template/common/listing_grid.tpl".
I understand that jqGrid is used but could not find where the list of columns for the grid is being set.
Thank you for your help.
(N.B. I am aware of the existence of the blurb column, but I am planning using it for short product descriptions.)