[TYPO3-commerce] Marker for related page

Franz Koch typo.removeformessage at fx-graefix.de
Thu Oct 25 09:16:54 CEST 2007


Hi,

> It is the following thing:
> 
> plugin.tx_commerce_pi1.singleView.products.fields.relatedpage = TEXT
> plugin.tx_commerce_pi1.singleView.products.fields.relatedpage {
>       setContentToCurrent = 1
>      stdWrap.typolink.parameter = 1
>      stdWrap.typolink.parameter.current = 1
>      value = This is the Linktext
>  }


Just a guess - but as the TEXT object already has stdWrap properties, 
you don't need a second stdWrap instance, so the following could do the 
trick:

----
plugin.tx_commerce_pi1.singleView.products.fields.relatedpage = TEXT
plugin.tx_commerce_pi1.singleView.products.fields.relatedpage {
     setContentToCurrent = 1
     typolink.parameter.current = 1
     value = This is the Linktext
}
----

Not tested.

--
Greetings,
Franz


More information about the TYPO3-project-commerce mailing list