{load_language_text section="box_filter"} {block name="box_filter_form_content"}
{foreach name=feature_html item=feature_code from=$content_data.FEATURE_DATA} {block name="box_filter_form_content_feature"}
{block name="box_filter_form_content_feature_html"}{$feature_code.html}{/block} {if $content_data.FEATURE_EMPTY_BOX_MODE == 1} {block name="box_filter_form_content_feature_empty_text"}
{/block} {/if}
{/block} {/foreach} {if $content_data.PRICE_FILTER_FROM_ACTIVE eq 'true' || $content_data.PRICE_FILTER_TO_ACTIVE eq 'true'} {block name="box_filter_form_content_price_filter"}
{block name="box_filter_form_content_price_lable"} {/block}
{if $content_data.PRICE_FILTER_FROM_ACTIVE eq 'true'} {block name="box_filter_form_content_price_min"} {/block} {/if}
{if $content_data.PRICE_FILTER_TO_ACTIVE eq 'true'} {block name="box_filter_form_content_price_max_lable"} {/block}
{block name="box_filter_form_content_price_max"} {/block}
{block name="box_filter_form_content_price_currency_label"} {/block} {/if}
{/block} {/if} {block name="box_filter_form_content_buttons"}
{block name="box_filter_form_content_filter_button"} {/block} {block name="box_filter_form_content_reset_button"} {/block}
{/block} {load_env_array source='get' name='ENV_GET_DATA' exclude=$content_data.EXCLUDE_GET_PARAMS} {foreach name=hidden_params key=param_key item=param_value from=$ENV_GET_DATA} {if $param_key != 'feature_categories_id' && $param_key != 'filter_url' && $param_key != 'module' && $param_key != 'action' && $param_key != 'gm_boosted_product'} {/if} {/foreach} {load_env_array source='post' name='ENV_GET_DATA_POST' exclude=$content_data.EXCLUDE_POST_PARAMS} {foreach name=hidden_params key=param_key item=param_value from=$ENV_GET_DATA_POST} {if $param_key != 'feature_categories_id' && $param_key != 'filter_url' && $param_key != 'module' && $param_key != 'action'} {/if} {/foreach} {/block}