Sunday 10 April 2011 11:54:18 pm
Hi, 1. In eZ you create nodes named products, retrofit... (under main node) 2. Then you fetch these nodes like
<ul>
{foreach fetch('content', 'list', hash( 'parent_node_id', $parent_id, ... )) as $child}
<li>{node_view_gui content_node=$child view='listitem'}</li>
{/foreacj}
</ul> 3. After listing, you use css and javascript to stylize. The simplest way is using some already prepared scripts, like from: http://www.1stwebdesigner.com/css/38-jquery-and-css-drop-down-multi-level-menu-solutions/
{$me|attribute(show,1)}
|