{* $Id: products_search_results.tpl 2463 2006-11-04 13:43:37Z lantan $ *} {if $action == 'feature_search' && $settings.General.extended_product_features_search == 'Y' && $product_features} {capture name="section"}
{foreach from=$product_features item="pf"} {/foreach}
{$pf.description}: {assign var="f_id" value=$pf.feature_id} {if $pf.feature_type == 'S'} {elseif $pf.feature_type == 'C'} {else} {/if}

{include file="buttons/search.tpl" but_onclick="document.feature_search_form.submit();" but_arrow="on"}
{/capture} {include file="common_templates/section.tpl" section_content=$smarty.capture.section section_title=$lang.search_by_product_features} {/if} {capture name="mainbox"}
{$lang.products_found}: {$product_count} {include file="buttons/button.tpl" but_style="text" but_text=$lang.search_again but_href="$index_script?$target_name=search"}

{if $products} {if $settings.Appearance.columns_in_products_list > 1} {include file="products_pages/products_multicolumns.tpl" columns=$settings.Appearance.columns_in_products_list} {else} {include file="products_pages/products.tpl"} {/if}
{$lang.products_found}: {$product_count} {include file="buttons/button.tpl" but_style="text" but_text=$lang.search_again but_href="$index_script?$target_name=search"}
{else}

{$lang.text_no_matching_products_found}

{/if} {/capture} {include file="common_templates/mainbox.tpl" title=$lang.search_results content=$smarty.capture.mainbox}