[Typo3-shop] Is this possibly - ImageMagic and tt_products
Franz Holzinger
franz at fholzinger.com
Fri Feb 11 20:50:34 CET 2005
Hello Jogvan,
> In my product presentation I use three images for each product.
> I want only the Click-enlarge option to be enable on one of the image - the
> other two images should not enlarge when the user click on them.
>
> The perfect solution would be I could use different image properties on al
> three images, but the Click-enlarge are the most important.
plugin.tt_products.clickEnlarge_basket
plugin.tt_products.clickEnlarge
plugin.tt_products.clickEnlarge_list
are now used for this where Default is 1. A solution would be, to make a
list instead of number out of them, e.g. 1,0,0,1 for the 1st, 2nd, 3rd,
4th image where default remains 1,1,1,1 where limitImage gives the
number of images.
plugin.tt_products.clickEnlarge_basket = 1,0,0,1
So you have to change the code to make this possible.
And there are
image
listImage
basketImage
which you could extend to
image2
listImage2
basketImage2
...
Franz
More information about the TYPO3-project-tt-products
mailing list