witrin / TypoGento

Integrating Magento with TYPO3.
15 stars 3 forks source link

Categories, Products and Subcategories. #29

Closed Smucks closed 12 years ago

Smucks commented 12 years ago

With a structure like this:

and some Products in each of the Categories, and 2 Typo3 Sites, each with a Plugin "Category" in it Products will be rendered the following way:

  1. If a product is in "First Category" it is shown correct in Page 1.
  2. If a product is in "Second Category" it will not be shown in Page 2, unless you put it in the Category Products too. Good Thing: It is not shown in Page 1.

Maybe something with the old loop?

witrin commented 12 years ago

Did you also checked the behaviour on the original Magento frontend? The TypoGento plugin renders just the Magento block content, which outputs the products. Maybe this is a weird bug on Magento side?

Smucks commented 12 years ago

I´ll have a look monday. Enjoy your Weekend! :)

Smucks commented 12 years ago

Weird. When you have unused Plugins, "not referenced Plugins", in the Page, this failure happens. Has to do something with TemplaVoila ...

-Closed-