I need to be able to force List View for search results but not make this my default for product list/category views also.
How can I override the call its making when displaying search results?
Thanks!
I totally modified my search results.
Check it out:
[url]http://www.inkwow.com/index.php?dispatch=global_search.results&q=69[/url]
Shows printers and products.
Anyway, modify the template ‘customer/views/search/results.tpl’
Don’t have time to do all the work for you, but you might want to look at this line:
```php
{include file=“views/products/components/one_product.tpl” product=$result key=$result.id}
```
Suggest you create a new template and point to it.
Support replied to me this morning. It seems the best answer is to set the list/products view to the default that I want and then create a custom view for each category.
Thanks for the help!