%
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 BrandProductFilter(brand_id=$Data.brand_id) DO%>
[%COPY_FILTER_LINK Kopera länken nedan för en direktlänk till nuvarande filterinställningar.%]
<%IF $opt_layout THEN%>
<%QUERY LayoutTemplate(template_type='product-small',available_in_shop=1) DO
DISPLAY%>
<%NEXTROW
ENDQUERY%>
<%ENDIF%>
<%IF $show_numproduct_chooser THEN%>
<%ENDIF%>
<%IF NOT $sorting_anything THEN%>
<%ENDIF%>
<%ENDQUERY%>
<%$pageselector_querystring="brand_id="+$brand_id+"&"
$pageselector_file="/brand.html"
$show_numfilterproducts=$Shop.saved_pagerows
INCLUDE 'rs/rs-filter-products.htm'%>