{foreach from=$qfields item=v name=custom}
{if $v.caption=="zip" && in_array("areasearch",$modules_array)}
-
{elseif $v.type=="depending"}
-
{* set the value for location filter if the case *}
{if $settings.enable_locations && in_array($v.depending.caption1, $location_fields) && $location_array[$v.depending.caption1]}
{/if}
{* end set the value for location filter if the case *}
-
{if $v.depending.no>=3}
-
{/if}
{if $v.depending.no>=4}
-
{/if}
{if $v.depending.no>=5}
-
{/if}
{else}
{if $v.type=="textbox" || $v.type=="url" || $v.type=="email" || ($v.type=="price" && $ads_settings.enable_price) || !in_array($v.type, $default_fields_types) }
-
{if $v.prefix!=""} {$v.prefix} {/if}
{if $v.type=="price" && $appearance.currency_pos==0}
{if $currencies|@count>1}
{else} {$currencies[0].currency}
{/if}
{/if}
{if $v.search_type==2}
{if $v.is_numeric && $v.search_elements}
-
{else}
{$lng.advanced_search.to}
{/if}
{else}
{/if}
{if $v.postfix!=""} {$v.postfix} {/if}
{if $v.type=="price" && $appearance.currency_pos==1}
{if $currencies|@count>1}
{else} {$currencies[0].currency}
{/if}
{/if}
{elseif $v.type=="menu"}
-
{if $v.prefix!=""} {$v.prefix} {/if}
{if $v.search_type==2}
-
{else}
{/if}
{if $v.postfix!=""} {$v.postfix} {/if}
{elseif $v.type=="date"}
-
{if $v.prefix!=""} {$v.prefix} {/if}
{if $v.search_type==2}
{include file="data/qs_date-interval.html"}
{$lng.advanced_search.to}
{else}
{include file="data/qs_date.html"}
{/if}
{elseif $v.type=="radio"}
-
{foreach from=$v.elements_array item=t}
{if $v.prefix!=""} {$v.prefix} {/if}
{$t}
{if $v.postfix!=""} {$v.postfix} {/if}
{/foreach}
{elseif $v.type=="checkbox"}
-
{$lng.general.Yes} {$lng.general.No}
{/if}
{/if}
{/foreach}
{* uncomment below for dealer search *}
{*
-
*}