[TYPO3-shop] pid_list?

Franz Holzinger franz at fholzinger.com
Sat May 26 19:39:01 CEST 2007


Hello Corrado,

> 
> how do you use pid_list?
> how do you set recursive on it through typoscript?
> 
> There is othing in the documentation.

You must create a top level shop template with include static from
extensions 'Shop System Old Style' or 'Shop System CSS Style' (version
2.5.3+) .

Then use the TypoScript Object browser to see the TypoScript settings.

Setup:
plugin.tt_products  {
   pid_list = 12
   recursive = 10
}

Where 12 is the top most page of your shop.

The missing documentation about TypoScript can be found at
http://typo3.org under documentation.

- Franz






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