[TYPO3-commerce] Wrap link to items

Kevin Ulrich Moschallski kevin at moschallski.net
Fri Oct 12 22:28:11 CEST 2007


Hi,

i tried to wrap a link for two diffrent elements:

first for the category title in the product detail view and second for 
the prodcut image in the category view.

I used

plugin.tx_commerce_pi1 {
	singleView.products.categories.fields.title {
		typolink.parameter = 1
	}
	listView.products.fields.images {
		stdWrap.typolink.parameter = 1
	}
}

and the elemts got a <a> wrap but the link destination is empty. Is 
there a way to use the category title in the product detail view to 
point to the category like it is in the normal category overview and is 
there a way to use the image in the product category list view as link 
to the product?

Thanks for help in advance.

Greets
Kevin



More information about the TYPO3-project-commerce mailing list