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 !
{foreach from=$products item=product key=key name="products"}
{/foreach}