{if $product_type == "new"}{intl l="Latest products"}{elseif $product_type == "offers"}{intl l="Product Offers"}{/if}

{assign var="amount" value={count type="product" promo="{$product_type == "offers"}" new="{$product_type == "new"}"}} {hook name="viewall.top"} {include file="includes/toolbar.html" toolbar="top" limit=$limit order=$product_order amount={$amount}}
{ifloop rel="product_list"}
    {loop type="product" promo={$product_type == "offers"} new={$product_type == "new"} name="product_list" limit=$limit page=$product_page order=$product_order} {include file="includes/single-product.html" colClass="col-sm-4" product_id=$ID hasBtn=true hasDescription=true width="700" height="320"} {/loop}
{/ifloop} {elseloop rel="product_list"}

{intl l="No results found"}

{/elseloop}
{ifloop rel="product_list"} {include file="includes/toolbar.html" toolbar="bottom" amount={$amount}} {/ifloop} {hook name="viewall.bottom"}