--- class.tx_commerce_pibase.php_orig 2011-05-14 09:09:29.000000000 +0200 +++ class.tx_commerce_pibase.php 2011-05-14 09:14:24.000000000 +0200 @@ -1673,11 +1673,13 @@ $myProduct->setRenderMaxArticles((int)$lokalTS['maxArticles']); } - if (isset($this->conf['disableArticleViewForProductlist']) && $this->conf['disableArticleViewForProductlist'] == 1) { - $subpartArray['###'.strtoupper($articleSubpart).'###'] = ''; - } else { - $subpartArray['###'.strtoupper($articleSubpart).'###'] = $this->makeArticleView('list',array(),$myProduct,$articleMarker,$articleTemplate); - } + if ($this->conf['disableArticleViewForProductlist'] == 1 && !$this->piVars['showUid'] || $this->conf['disableArticleView'] == 1) { + $subpartArray['###' . strtoupper($articleSubpart) . '###'] = ''; + } else { + $subpartArray['###' . strtoupper($articleSubpart) . '###'] = $this->makeArticleView('list', array(), $myProduct, $articleMarker, $articleTemplate); + } /**