[TYPO3-shop] markers for individual images in template

Franz Holzinger franz at fholzinger.com
Tue Jul 15 08:53:59 CEST 2008


Juan Pablo Villaverde a écrit :
> Still not working, now I have:
> 
>   <ul><li>###PRODUCT_IMAGE2:DOS###</li></ul>
> 
> plugin.tt_products{
>   limitImage = 10
>   separateImage = 1
>   conf.tt_products.ALL.image.dos {
>     wrap = |
>     file.maxW = 107
>     file.maxH = 89
>   }
> }
> 
> But the images are not showing, something else missing/wrong?

Try it with LIST as code instead of ALL:

plugin.tt_products.conf.tt_products.LIST.image.dos {
  wrap = |
  file.maxW = 32
  file.maxH = 28
}


- Franz



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