<{$ids = ","|explode:$block.id}>
<{if $title = $block.title}>
<<{$block.heading}>> <{$title}> >
<{/if}>
<{foreach $ids as $id}> <{if $niche = $webshop->getCategory($id)}> <{elseif $niche = $webshop->getLandingPage($id)}> <{/if}> <{if $niche}> <{$name = $niche->getName()}>
<{if $selectedCategory = $webshop->getCategory($block.id)}> <{$selectedProducts = $selectedCategory->getOnlineProducts($block.max|default:9999)}> <{elseif $selectedLandingPage = $webshop->getLandingPage($block.id)}> <{$selectedProducts = $selectedLandingPage->getProducts($block.max|default:9999)}> <{/if}> <{foreach $selectedProducts as $selectedProduct}> <{include file="include/product.html" product=$selectedProduct}> <{/foreach}>
<{/if}> <{/foreach}> <{if $block.href}> <{/if}>