[TYPO3-shop] markers for individual images in template

Juan Pablo Villaverde jpablo at omnisciens.com
Fri Jul 11 18:07:33 CEST 2008


I tried but now the image dissapeared!

I have this:
                          <ul><li>###PRODUCT_IMAGE2:DOS###</li></ul>
and this:
plugin.tt_products.conf.tt_products.ALL.image.dos {
  wrap = |
  file.maxW = 32
  file.maxH = 28
}

Should I enable something else via typoscript?

Regards,

Juan Pablo Villaverde
jpablo at omnisciens.com
http://www.omnisciens.com


"Franz Holzinger" <franz at fholzinger.com> escribió en el mensaje 
news:mailman.1.1215775063.29191.typo3-project-tt-products at lists.netfielders.de...
> Juan Pablo Villaverde a écrit :
>> You mentioned the possibility of custom sizes for each product image 
>> using
>> PRODUCTS_IMAGE:1, PRODUCTS_IMAGE:2, etc.
>> How can this be done? Please publish the required typoscript.
>>
>
> You must use the image markers correctly:
>
>
> ###PRODUCTS_IMAGE1###
>
> Use the colon to have a separate image setup:
>
> ###PRODUCTS_IMAGE1:MYSETUP###
>
> And in the setup you can have for the tt_products table with all codes:
>
> plugin.tt_products.conf.tt_products.ALL.image.mysetup {
>  wrap = |<br />
>  file.maxW = 320
>  file.maxH = 280
> }
>
>
> Franz 




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