Developer forum

Forum » Development » Group List

Reply

Hi,

I am currently working on eCommerce case, and I am not I capable of finding a easy way (or even a way!) to create a simple category list box on the site. I have tried to create a loop directly within the template for the entire site, but without any luck. Also have I tried to set it up with the module, but then I’m not able to set it to open the product list correctly, it opens up within the Category(group) list.

Any work around?

 

Thomas / ZTM


Replies

 
Reply
Well maybe i need to give you some code examples?

i have tried to implement the code below directly within the main template, but it doesn't work?

<ul id="grouplist" class="horizontal">
    <!--@LoopStart(Groups)-->
    <li class="listitem<!--@Groups.LoopMod2-->">
        <h3><a href="<!--@Ecom:Group.Link.Clean-->"><!--@Ecom:Group.Name--></a></h3>
        <span class="shortdescription"><!--@Ecom:Group.Description--></span>
    </li>
    <!--@LoopEnd(Groups)-->
</ul>

Also have i tried to use the code above as a template for the eCom module. But then i hit another problem. When i want's to browse a given category, it showing up in where i implemented the modules, that should be working as a category browser..

Anyone out there who have a solution?

the case:

http://gudbjergsmedievvs.net.dynamicweb.dk

 

You must be logged in to post in the forum