{intl l="Search Result for"} {$smarty.get.q}

{include file="includes/toolbar.html" toolbar="top" limit=$limit order=$product_order}
{ifloop rel="product_list"}
    {loop type="product" name="product_list" title="{$smarty.get.q}" limit=$limit page=$product_page order=$product_order} {include file="includes/single-product.html" product_id=$ID hasBtn=true hasDescription=true width="369" height="247"} {assign "products_count" $LOOP_TOTAL} {/loop}
{/ifloop} {elseloop rel="product_list"}

{intl l="No results found"}

{/elseloop}
{ifloop rel="product_list"} {include file="includes/toolbar.html" toolbar="bottom"} {/ifloop}