{intl l="Search Result for"} {$smarty.get.q}
{assign var="amount" value={count type="product" title={$smarty.get.q|replace:' ':'%'}}} {include file="includes/toolbar.html" toolbar="top" limit=$limit order=$product_order amount={$amount}}
{ifloop rel="product_list"}
-
{loop type="product" name="product_list" search_mode="sentence" title={$smarty.get.q|replace:' ':'%'} limit=$limit page=$product_page order=$product_order}
{include file="includes/single-product.html" product_id=$ID hasBtn=true hasDescription=true width="320" height="450"}
{/loop}