[TYPO3-commerce] how to click enlarge Article images in list-view

Christian Wolff Chris at connye.com
Thu May 29 10:54:57 CEST 2008


Hallo everybody,

I am trying to click enlarge article images.
with product images it works fine.

but it seems that the TS properties of
plugin.tx_commerce_pi1.listView.articles.*
are not used to render the Image of articles in the list view?
can anybody confirm this?

has anybody a solution for this problem?

here is my TS-Setup:

-- TS Begin --

# setting up prodct image display
plugin.tx_commerce_pi1.listView {
	products.fields.images {
		file.maxW = 100
		imageLinkWrap = 1
		imageLinkWrap {
			width = 800m
			height = 600m
			bodyTag = <body style="background:#fff;color:#000;">
			wrap = <a href="javascript:close();">|</a>
			JSwindow = 1
			JSwindow.expand = 20,20
			JSwindow.newWindow = 1
			enable = 1
		}
	}
}

# puting the same code in articles
plugin.tx_commerce_pi1.listView.articles.images <  
plugin.tx_commerce_pi1.listView.products.fields.images

-- TS End --


im using:
- typo3 v 4.2
- Commerce v 0.9.6

greets chris


-- 
Christian Wolff // Berlin
http://www.connye.com

Latest Projects:
http://www.flycall.de | http://www.atr24.de | http://www.titanic.de

-- 
Christian Wolff // Berlin
http://www.connye.com

Latest Projects:
http://www.flycall.de | http://www.atr24.de | http://www.titanic.de


More information about the TYPO3-project-commerce mailing list