Hello,
i am really new in the Oxid topic but not in the Smarty environment. My left template looks like
<!-- Product Categories -->
[{if $oxcmp_categories }]
<div class="gktree">
<img src="[{$oViewConf->getImageUrl()}]navigation.jpg" alt="Navigation">
[{include file="inc/gk_tree.tpl" tree=$oxcmp_categories->getClickRoot() act=$oxcmp_categories->getClickCat() class="tree"}]
<img src="[{$oViewConf->getImageUrl()}]navigation_bottom.jpg" alt="Navigation">
</div>
<div class="spacer"><br/></div>
[{/if}]
<!-- Information Links -->
<div class="gktree">
<img src="[{$oViewConf->getImageUrl()}]information.jpg" alt="Information">
[{include file="inc/infobox.tpl"}]
<img src="[{$oViewConf->getImageUrl()}]navigation_bottom.jpg" alt="Navigation">
</div>
<div class="spacer"><br/></div>
The strange thing is, that when I am click on some Links from the Information-block which are the backend CMS-Pages the above Menue disappear. Is there a switch or an option that the product categories will be always shown?
Greetings
Master.of.Freaks