Re: [TYPO3-english] tt_products: overwrite page's title with product title

2012-01-03 Thread Victor Livakovsky
Hi. Here is my TypoScript: page.headerData.10 = TEXT page.headerData.10 { field = ###PRODUCT_TITLE### noTrimWrap = |title|/title| stdWrap.htmlSpecialChars = 1 } I'm sure, there is no field ###PRODUCT_TITLE### in current cObject. You should fetch the title from tt_products table

[TYPO3-english] tt_products: overwrite page's title with product title

2011-12-29 Thread Rayuth You (Yuth)
Hi list Using TYPO3 4.5.0 and tt_products 2.7.2, I wanna overwrite title with product's title NOT the page's title anymore. Here is my TypoScript: page.headerData.10 = TEXT page.headerData.10 { field = ###PRODUCT_TITLE### noTrimWrap = |title|/title| stdWrap.htmlSpecialChars = 1 } But