On my product-overview-page I want to display all my categories + a category-image.
For each row I can display three items / then a need a new row/box > so I need a loop in a loop ...
Who can give me a hint ???
My code :
{exp:channel:categories channel="producten" style="linear"}
<div class="product_list_block clearfix"><!-- start of the row / how to loop this one each 3 times ???????-->
<div class="box three first|box three second|box three last"><!-- loop left|middle|right box-->
<div class="product_image">{category_image}</div>
<h5>{category_description}</h5>
<p> Donec elementum ullper purus</p>
<p><br />
</div><br />
</div><!-- end of the row--></p>
<p>{/exp:channel:categories}THX !!!