[TYPO3-shop] Language implementation in tt_products
Franz Holzinger
franz at fholzinger.com
Sat Feb 11 13:11:42 CET 2006
Helo Simon,
> As I am working with the tt_products and extending it for my particular
> needs I notice that you have taken an unconventional approach to
> implementing multilanguage support. Is there a particular reason for
> your approach? I ask because the method you have chosen breaks the
> localization view in the BE and also
> $GLOBALS['TSFE']->sys_page->getRecordOverlay won't work for my extended
> recordset.
the translations of the tt_products tables will take place only in the
tt_products language tables. Therefore all the prices and other values
will be the same for each language. This concept has been overtaken from
mkl_products and is the same as the pages_language_overlay.
Regards,
Franz
More information about the TYPO3-project-tt-products
mailing list