[TYPO3-commerce] Adding attributes to Link ###PRODUCT_LINK_DETAIL###

Franz Koch typo.removeformessage at fx-graefix.de
Thu Oct 25 19:12:45 CEST 2007


Hi Heiko,

> thanks for your hints. As I use commerce 0.9.2 the marker
> <!-- ###PRODUCT_LINK_DETAIL### -->###PRODUCT_TITLE###<!-- 
> ###PRODUCT_LINK_DETAIL### -->
> is used in the catagory_product.tpl to create the link to the details 
> page and I found no other way to create it.
> What else should I use to create the link so Ian's proposal works in my 
> template?

I don't know the available features in 0.9.2, but you should be able to 
configure your detail links with TypoScript. Try the following:

----
plugin.tx_commerce_pi1.listView.products.fields {
	title >
	title = TEXT
	title {
		setContentToCurrent = 1
		required = 1
		typolink {
			setCommerceValues = 1
			useCacheHash = 1
			ATagParams.dataWrap = rel="moodalbox"
		}
	}
}
----

--
Greetings,
Franz


More information about the TYPO3-project-commerce mailing list