[TYPO3-shop] markers for individual images in template
Andrew Davis
andrew at avagraphique.com
Tue Jul 24 23:41:16 CEST 2007
scratch that, it works fine. here is my constants to make it happen:
plugin.tt_products.separateImage = 1
plugin.tt_products.limitImageSingle = 10
andrew
Andrew Davis wrote:
> this doesnt appear to work.... also, products is always only displaying
> the first product in the record list.
>
> do i need to do soemthing special to get it to display more than 1
> image? (sorry, confused).
>
> Franz Holzinger wrote:
>> Hello Andrew,
>>
>>> is it possible to make markers in the template that would be replaced
>>> with a specific image (number)?
>>>
>>> for instance, if i have 2 images in a product, i wnt to be able to make
>>> a template marker
>>>
>>> ###PRODUCTS_IMAGE:1### which would pull the 1st one only, and
>>> ###PRODUCTS_IMAGE:2### whicg would pull the 2nd one....
>>>
>>> is this possible?
>>
>> Use this:
>>
>> ###PRODUCTS_IMAGE1###
>> ###PRODUCTS_IMAGE2###
>>
>> The colon ':' is used only if a special image size configuration is
>> needed.
>>
>> - Franz
>>
>>
>>
>>
>>
>>
More information about the TYPO3-project-tt-products
mailing list