[TYPO3-shop] Single view - list of other products

Franz Holzinger franz at ttproducts.de
Tue Jan 20 10:01:00 CET 2009


Iztok Kham a écrit :

> I have a site with three main TemplaVoila "containers":
> - mainMenu (here's the main menu for site)
> - mainBody (most stuff displays here including highlights list and 
> category contents etc.)
> - rightPane ("container" to hold additional navigation items, eg. list 
> of related products etc.)
> 
> I have mainMenu and mainBody set-up and working as desired but I don't 
> know how to get a list of additional products in a category when 
> displaying product in single view.

You should always use the standard example template, which is
EXT:addons_tt_products/template/example_template_bill_de.tmpl
All subparts are there.

The category filter has however been deactivated for the related 
products. This is because most persons always want to see all related 
products even if they come from another category.

> Example:
> - I have 3 products in Category A.
> - When user clicks on Category A in mainMenu, a list of available 
> products displays in mainBody
> - When user clicks on a product in a list in mainBody, the selected item 
> displays in place of list (eg. mainBody)
> OK, this far everything is OK. However I want a list of other products 
> in Category A to display in rightPane
> 
> I believe this could be achieved with TypoScript with something like
> lib.rightPane = ???
right pane:

NoSingleViewOnList = 1

- Franz


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