[TYPO3-shop] product search on every page

Franz Holzinger franz at fholzinger.com
Thu Jun 8 22:44:58 CEST 2006


Hello Katja,

> I'm wondering if there's a way to put a product search on template level
> so that it would appear on every page like a normal search (eg macina
> search box). The ideal situation would be that the every-page-searchbox
> would search also the normal content of the site but that seems to be
> impossible at the moment..?
> 
You can use the tt_products plugin with the code=SEARCH and other setups
like pid_list and recursive set.

      SUCHE < plugin.tt_products
      SUCHE.code >
      SUCHE.code = SEARCH
      SUCHE.pid_list = 12
      SUCHE.recursive = 4


It is possible to use the Indexed Search, however only for cached pages.


Greets,

Franz






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