{assign var="old_cid" value=null} {foreach from=$products item="product" name="cataloglist"} {if $CatalogGroupByCategory && $old_cid != $product.cid} {if not $smarty.foreach.cataloglist.first}
{/if}

{$product.cat_name} {$product.cat_header}

{$msg.catalog.additional_products} Click here

{$msg.catalog.additional_products_detail}

Please contact us via email or phone: (917) 626-3368 for more information

{/if}
{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-add.html"} {include file="templates/pages/catalog/elements/element-product-out-of-stock.html"}
{assign var="old_cid" value=$product.cid} {/foreach}