%
IF $Cookie.product_small_template=='undefined' THEN $Cookie.product_small_template='' ENDIF
IF $Cookie.product_small_template THEN $Data.product_small_template=$Cookie.product_small_template ENDIF
IF NOT $Data.product_small_template THEN $Data.product_small_template=$Shop.product_small_template ENDIF
IF NOT $Data.product_small_template THEN $Data.product_small_template='standard' ENDIF
IF (CALL SHOW_TAX_OR_NOT()) THEN $SHOW_TAX_OR_NOT=1 ELSE $SHOW_TAX_OR_NOT=0 ENDIF
QUERY CategoryProductFilter(category_id=$Data.category_id) DO%>
<%IF $no_of_filters THEN%>
[%FILTER_HEADER Filter%] [%LOADING Laddar...%]
<%ENDIF%>
<%DISPLAY
IF $no_of_filters THEN%>
<%IF $pf_picture_id THEN%>
<%ENDIF%>
$pf_name
<%IF $pf_note THEN%>
$pf_note
<%ELSE%>
<%ENDIF%>
<%
/* SLIDERS */
IF $pf_mode=="NUMERIC" THEN%>
<%
/*
BUTTONS,
FILTER ATTRIBUTES,
RANGES
*/
ELSIF $pf_mode=="FIELDVALUES" OR $pf_mode=="FILTERATTRS" OR $pf_mode=="RANGE" THEN%>
[%COPY_FILTER_LINK Kopera länken nedan för en direktlänk till nuvarande filterinställningar.%]
<%IF NOT $sorting_anything THEN%>
<%ENDIF%>
<%ENDQUERY%>
<%$pageselector_querystring="category_id="+$category_id+"&"
$pageselector_file="/category.html"
$show_numfilterproducts=$Shop.show_numcategory
INCLUDE 'filter-products.htm'%>