{* $Id: search.tpl 2463 2006-11-04 13:43:37Z lantan $ *} {capture name="mainbox"}
{if $product_features} {/if} {if $manufacturers} {/if}
{$lang.find_results_with}:
 
{$lang.search_in}:
{$lang.product_name}     {$lang.short_description}     {$lang.full_description}
{$lang.search_by_product_features}: {html_checkboxes name="feature" options=$product_features columns=4 selected=$smarty.get.feature}
{$lang.search_in_category}:
{$lang.search_in_subcategories}

{include file="common_templates/subheader.tpl" title=$lang.advanced_search_options}

{$lang.search_by_manufacturer}:
{$lang.search_by_sku}:
{$lang.search_by_price} ({$currencies.$primary_currency.symbol}):  - 
{$lang.search_by_weight} ({$settings.General.weight_symbol}):  - 

{include file="buttons/search.tpl" but_onclick="javascript:document.advanced_search_form.submit();" but_type="input" but_arrow="on"}

{if $settings.General.extended_product_features_search == 'Y' && $product_features_ex}
{include file="common_templates/subheader.tpl" title=$lang.search_by_product_features}
{foreach from=$product_features_ex item="pf"} {/foreach}
{$pf.description}: {if $pf.feature_type == 'S'} {elseif $pf.feature_type == 'C'} {else} {/if}

{include file="buttons/search.tpl" but_onclick="document.features_search_form.submit();" but_arrow="on"}

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