[TYPO3-commerce] Some silly thing I don't see?

Christopher Schnell typo3 at mda.ch
Tue Apr 15 11:28:56 CEST 2008


Christopher Schnell schrieb:
> Hi Daniel (and Ingo),
> I had some problems with a multi-language site, but since I am not sure 
> if it is a bug or not, I dind't file a bug report.
> But the problem seems to be the same, I too, did only see the headline 
> of the producttable and not any products. I tried to change languages in 
> products, but then they disappeard in my category view.
> I found a (nasty) workaround to get it working here. In 
> lib/class.tx_commerce_db_category.php I outcommented the 
> language-settings of the get_child_categories method (around line 272, 
> if ($lang_uid == 0) until line 288 without the line 
> $data[]=(int)$return_data['uid'];)
>
> I am not exactly sure what the problem exactly is (maybe Ingo can tell 
> us), but for me this works, since I use a multi-tree solution and can 
> simply insert several pi1 with several parts of the commerce category tree.
>
> Regards,
> Christopher.
I also forgot to mention that I had to change the variable
var $translationMode='hideNonTranslated';
to
var $translationMode='showNonTranslated';
in lib/class.tx_commerce_db_alib.php

Regards,
Christopher.


More information about the TYPO3-project-commerce mailing list