{intl l="Search Result for"} {$smarty.get.q}
{assign var="amount" value="{count type="product" title="{$smarty.get.q}"}"} {include file="includes/toolbar.html" toolbar="top" limit=$limit order=$product_order amount={$amount}}
{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"}
{/loop}