[TYPO3-commerce] multiple images

Bas van der Togt bas.vander.togt at efocus.nl
Thu Nov 22 11:44:48 CET 2007


Hello list,

I'm trying to show multiple images in my single view.
I followed the topic "HOWTO: multiple images" but i can't get it work.
Is there a problem with the TS? Whit the original TS it's showing one 
image, but when i replace it with the new TS it's showing nothing at all.

Any ideas?

TS:
images >
images = stdWrap
images {
	setContentToCurrent = 1
	split {
		token = ,
		# configuring optionSplit - the first record should
		# use rendering 1 which is a big image, every
		# other following record should use rendering 2
		cObjNum = 1||2
			
		# big image
		1.10 = IMAGE
		1.10 {
			file {
				import = uploads/tx_commerce/
				import.current = 1
				#maxW = 250
			}
			imageLinkWrap < tt_content.image.20.1.imageLinkWrap
			imageLinkWrap.enable >
			imageLinkWrap.enable = 1
			wrap = |<br />
		}
				       	
		# small image
		2 < .1
		2.10.file {
			#width = 60c
			#height = 60c
			#maxW = 60
			#maxH = 60
			ext = jpg
		}
		2.10.wrap >
	}
}

Kind regards,
Bas


More information about the TYPO3-project-commerce mailing list