{foreach from=$products item="product" name="cataloglist"} {if $smarty.foreach.cataloglist.iteration is div by 2 && not $smarty.foreach.cataloglist.last} {/if} {if $smarty.foreach.cataloglist.iteration is not div by 2 && $smarty.foreach.cataloglist.last} {fill_cells index=$smarty.foreach.cataloglist.iteration columns=2} {/if} {/foreach}
{include file="templates/pages/catalog/elements/element-product-image.html"} {include file="templates/pages/catalog/elements/element-product-title.html"} {include file="templates/pages/catalog/elements/element-product-hot-deal.html"} {include file="templates/pages/catalog/elements/element-product-id.html"} {include file="templates/pages/catalog/elements/element-product-price.html"} {include file="templates/pages/catalog/elements/element-product-overview.html"} {include file="templates/pages/catalog/elements/element-product-sale-price.html"} {include file="templates/pages/catalog/elements/element-product-add.html"} {include file="templates/pages/catalog/elements/element-product-out-of-stock.html"}