[TYPO3-shop] rturning search result in a specific content element

Karsten kap at os.dk
Mon May 14 10:58:20 CEST 2007


Hi corrado

Make a "hide in menu page", insert tt_products "search"
Then make a form in the left colum or in your template:

<form method="post" action="http://www.yourpage.com/index.php?id=6">
     <input  type="text" name="swords">
     <input name="order" alt="Search" type="submit">
</form>

where index.php?id=6 is the the pid, where you inserted tt_products search!

Works for me, on 4 sites!

Karsten
Make
Corrado skrev:
> Dear friends,
> 
> we have a 2 column page: the centre column has the items, the left column
> the search box.
> 
> When we search using the search box i the left column, the result is
> returned in the left column (all squeezed)! But we want it to be returned
> in the centre column.
> 
> I read the documentation, but dd not find a way.
> 
> Could you help?
> 
> Best,
> 
> Corrado


More information about the TYPO3-project-tt-products mailing list