Add additional input box to catalog - edit_category.php area - Is it possible
Posted: Sun Sep 14, 2025 4:23 pm
Didn't really know what to call this. We want to add more text to the category pages shop side. Currently we can move the category description text to below the category stuff, but want to try to keep some above the categories and not have so much that it pushes the categories or products down the page. (I hope that makes sense). So keep the present categories description so visitors know what the category is about, and have a further section further down the page with more info and links to other help pages and what ever.
What I want to do is to add another input box into admin/includes/actions/catalog/infoboxes/edit_category.php.
It will be a copy of the category description section but will allow us to add more text to the shop side category pages but under the other boxes and info already on the page. Fully aware that another module will also need creating for inclusion into the index_nested and index_products sections, and a new column in the database categories_description table.
What would be the best way to achieve this? Is it possible to hook into that section, or would it need to be hard coded into present code as currently unable to override admin on my version 1.0.9.0. if its possible in later versions.
Any suggestions welcome.
What I want to do is to add another input box into admin/includes/actions/catalog/infoboxes/edit_category.php.
It will be a copy of the category description section but will allow us to add more text to the shop side category pages but under the other boxes and info already on the page. Fully aware that another module will also need creating for inclusion into the index_nested and index_products sections, and a new column in the database categories_description table.
What would be the best way to achieve this? Is it possible to hook into that section, or would it need to be hard coded into present code as currently unable to override admin on my version 1.0.9.0. if its possible in later versions.
Any suggestions welcome.