[TYPO3-commerce] Question about related page

Sebastian Stanger typo3 at stanger.org
Mon Oct 22 22:26:00 CEST 2007


Volker Graubaum wrote:

>> plugin.tx_commerce_pi1.singleView.products.fields.relatedpage

> 
>> plugin.tx_commerce_pi1.singleView.products.fields.relatedpage = TEXT
>> plugin.tx_commerce_pi1.singleView.products.fields.relatedpage {
>  -->  setContentToCurrent = 1 // that's the actual content (ID of page, 
> to the current value
>>     stdWrap.typolink.parameter = 1
>>     stdWrap.typolink.parameter.current = 1
>>     value = Hallo world
>> }
> 

I tried this, but the value is overwritten with the pid of the 
linktarget. This means, that there is sth. like
<a href="ID">ID</a>
instead of
<a href="ID">Hallo world</a>

This looks a bit strange on the productpage.

Does anyone know why? Or am i only to tired for this little TS?

Kind regards,

Sebastian


More information about the TYPO3-project-commerce mailing list