[TYPO3-shop] heading copy removal

Andreas Kundoch kundoch at mehrwert.de
Sun Mar 15 19:36:18 CET 2009


Marko Minic schrieb:

> I have installed tt_products 2.7.1 and using 2 languages but I want to remove (copy 1) from second language headings. I have tried with:
> 
>  TCEMAIN.table.tt_content {
>   disablePrependAtCopy = 1
> }
> 
> in root page but it doesn't work.

If you mean products and articles it's not tt_content but

TCEMAIN.table.tt_products {
   disablePrependAtCopy = 1
}

TCEMAIN.table.tt_products_articles {
   disablePrependAtCopy = 1
}

Andreas


More information about the TYPO3-project-tt-products mailing list