In my detail product template, I would like to fill a DIV with all products from the current category. So I could recall the {Products} tag again like:
Code: Select all
{Products summarytemplate="list" category="$category->name"}Problem is, I not a good programmer. I've been trying foreach loops and |implode and |explode modifiers for some hours now, but can't get it right..
Anyone have a clue?


