[TYPO3-shop] image resize related product

Franz Holzinger franz at fholzinger.com
Thu Dec 4 08:33:25 CET 2008


Hello Fabio,

> I set in single view also related product. Is possible configure the size of images only of product related via Typoscript?

You can set an individual TypoScript on each page. So make your single 
views be shown on an extra page and not on the product's list view.
listImage is used for all lists, image for the single view and basket.

Otherwise you can still use the advanced image marker setup to make a 
common individual setup for a group of images.

###PRODUCT_IMAGE1:M###

plugin.tt_products.conf.tt_products.ALL.image.m {
   wrap = |<br />
   file.maxW = 320
   file.maxH = 280
}

- Franz




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