[TYPO3-shop] Multilang: Howto same product on every site?

Franz Holzinger franz at ttproducts.de
Fri Jun 5 12:32:51 CEST 2009


Richard Jäger a écrit :

> I'm using tt_products 2.6.0 and i got a multilanguage site.
> My question is just, is it possible to show german products ALSO on my 
> english site?
> 
> Cause i dont want to copy all german products and just set them to 
> alternate language, so i just want that the german products without any 
> changing, also shows up on the english site :)


You can deactivate the table for the alternative language:

plugin.tt_products {

   conf.tt_products.ALL {
     language.type = noTranslation
    }
}

Then all products can be written in any language.

- Franz



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