Page 1 of 1

Add more details to 'Categories' search results page

Posted: Mon Sep 30, 2013 12:52 pm
by alevel18
Hi,

How do I add more details i.e. information on my product page e.g http://typepage.co.uk/index.php?route=p ... ct_id=2216 to my 'Categories' search results page: http://typepage.co.uk/index.php?route=p ... ry&path=64 ?

I want to add more details under the product name and description.

Could you kindly tell me which files I need to edit to achieve this?

Many thanks.

Re: Add more details to 'Categories' search results page

Posted: Mon Sep 30, 2013 5:14 pm
by andrei.bogdan
Hi,

Are you a programmer?
You need to edit the controller and template files associated to the search section.

Code: Select all

catalog\controller\product\search.tpl
catalog\view\theme\default\template\product\search.tpl
You can use 'print_r' function to view the information Array associated to each product. You might need to make some custom queries to get all the product options available.

Re: Add more details to 'Categories' search results page

Posted: Wed Oct 02, 2013 6:00 pm
by alevel18
Hi,

Thanks for the quick reply.

Can you kindly confirm the path: catalog\controller\product\search.tpl

I don't see search.tpl, I assume you mean search.php?

Thanks