[Typo3-shop] Link images in list view to single view, basket links, images in single view

Franz Holzinger franz at fholzinger.com
Tue Jul 26 18:51:43 CEST 2005


Hello Christian,
> 
> I have a few more questions:
> 
> I want to link the images in list view to the single view page of the 
> product. Where can I add that link?
> 
> In basket view, the product titles have links, but they only refer to 
> the same (basket) page. Although they have the correct tt_products 
> parameter. How can I make them link to the real product page?
In the next version of tt_products there will be an extended PIDitemDisplay.

The pid for the single display can be set using a where clause:

PIDitemDisplay {
10.where = color=red
10.pid = 142
20.where = color=white
20.pid = 143
}


> 
> There still is the bug that only the first image is getting displayed in 
> single view, more images are ignored. Any hint for me how to fix that?
> 
You have to set limitImage=5 or your number of images.


Franz



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