TypoScript Setup 

Properties 

templateFile 

templateFile

templateFile
Type
resource

Same as file.templateFile from Constants. The template-file. See example in 'addons_tt_products/Resources/Private/Templates/collection/products_template.tmpl' You can also specify a CODE and ERROR for error cases. (siehe display mode)

Example:

Example:

templateSuffix 

templateSuffix

templateSuffix
Type
string

This suffix is appended to all template's major subparts.

fe 

fe

fe
Type
boolean

If FE output is used. You can turn the FE output off. This is useful for a callback script (see CODE SCRIPT). No template file is needed in this case.

pid_list 

pid_list

pid_list
Type
list of page_id's

The pids from where to fetch categories, products and so on. Default is the current page. Accepts multiple pid's separated by comma.

defaultCode 

defaultCode

defaultCode
Type
string

The default code (see below) if the value is empty. By default it is not set and a help screen will appear. You should not set anything here.

Example:

defaultCode = HELP
defaultCode = HELP
Copied!

code 

code

code
Type
string

The default code (see below) if the value is empty. By default it is not set and a help screen will appear. You should not set anything here.

Example:

defaultCode = HELP
defaultCode = HELP
Copied!