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

{if $product_feature} {assign var="amount" value={count type="product" feature_values="2:*"}} {else} {assign var="amount" value={count type="product" promo={$product_type == "offers"} new={$product_type == "new"}}} {/if} {hook name="viewall.top"} {include file="includes/toolbar.html" toolbar="top" limit=$limit order=$product_order amount={$amount}}
{ifloop rel="product_list"}
    {if $product_feature} {loop type="product" feature_values="2:*" 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="320" height="450"} {/loop} {else} {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="320" height="450"} {/loop} {/if}
{/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"}