My first stumbling block is that I wish to have a sidebar on the page which shows a list of the Hierarchy as links. I can get it to show with the following:
Code: Select all
<ul>
{foreach from=$hierdata key='key' item='item'}
<li><a href="{$item.url}">{$item.name}</a></li>
{/foreach}
</ul>
I've searched all the forums, but I am getting lost and haven't been able to pinpoint my issue. What am I missing?
Perhaps I am going about it the wrong way (I'm open to suggestions). Should be a very simple product site.... approx 15 top level hierarchy sections, each with about 10 products in. Want the list of the hierarchy's to show on the right of every page, and be able to click a hierarchy link to view the 10 products under that section.
Thanks in advance.
James
Cms Version: 1.11.13
Installed Modules:
CMSMailer: 5.2.2
CMSPrinting: 1.0.5
FileManager: 1.4.5
MenuManager: 1.8.6
MicroTiny: 1.2.9
ModuleManager: 1.5.8
News: 2.15
Search: 1.7.12
ThemeManager: 1.1.8
CGExtensions: 1.45
CGSimpleSmarty: 1.7.4
JQueryTools: 1.3.4
Products: 2.22.1
CGSmartImage: 1.17.2



