Display product list from parent category?

Hi,



how i can display the product list from parent category in a product details page ?

I want display automaticly all products from the parent category in a block or in tree navigation for accordeon menu or other menu.



i see i must use “dynamic” instead “plain” because the Session or Request for category are not declared in the structure of block.



I can display the product list in category page but not in product details page !


<br />
		{foreach from=$products item=product key=key name="products"}<br />
		<br />
		<li style="padding-left:5px;"><a href="{"products.view?product_id=`$product.product_id`"|fn_url}" title="{$product.product}">{$product.product} - {$smarty.request.category_id} - {$categorie_parente}</a></li><br />
		<br />
		{/foreach}<br />

I need this mode too, any ideas? please write who knows

it’s strange this function doesn’t exist for product detail page :frowning: