customer_account:filter_configuration

customer_account:filter_configuration

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
customer_account:filter_configuration [2018/02/07 09:22]
dominik
customer_account:filter_configuration [2019/08/06 10:39]
florian [Compatibility]
Line 5: Line 5:
 The filter configuration in the FINDOLOGIC customer account allows a user-friendly and fast configuration of your filters. You can find the filter configuration in the FINDOLOGIC customer account → tab Settings → Filter configuration. ​ The filter configuration in the FINDOLOGIC customer account allows a user-friendly and fast configuration of your filters. You can find the filter configuration in the FINDOLOGIC customer account → tab Settings → Filter configuration. ​
 First choose if you want to configure the filters for the search or for the navigation. Search result filters will be shown on the search result page and the navigation filters will be shown on the category pages. ​ First choose if you want to configure the filters for the search or for the navigation. Search result filters will be shown on the search result page and the navigation filters will be shown on the category pages. ​
- 
----- 
-==== Compatibility ==== 
- 
-Please take a look at the following information to use the filter configuration:​ 
- 
-\\  
- 
-=== XML Filters === 
- 
-If you use one of the these shopsystems 
-  * OXID 
-  * Shopware 
-  * Magento 
-you should consider the following things: 
- 
-The filter-data will get sent to the plugin of the shopsystem via XML-Response. The plugin uses the available filter-functions from the shopsystem to convert the information to HTML. It may happen, that some filter-types,​ which were set in the FINDOLOGIC customer account won't get fully supported by the plugin. Due to that FINDOLOGIC suggests to upgrade the plugin to the latest version. The order of the filters can be changed in the templatemanager,​ if the {generated_filters}-plugin is not used. If the {generated_filters}-plugin is used, you can change the filter configuration in the FINDOLOGIC Customeraccount -> tab Settings -> Filter configuration. 
- 
-\\  
- 
-=== HTML filter-templates === 
- 
-If you want to use the filter configuration you need to have the {generated_filters}-plugin activated in the templatemanager. The plugin gets active, if the following line of code is added to your template file (examples for template files: plenty2.tpl,​ html2a.tpl, html3.tpl). Please check in your current template, if the following line of code is in your template: 
- 
-<code smarty> 
-{generated_filters} 
-</​code>​ 
- 
-To avoid, that filters are not shown twice, you have to remove hardcoded filters from the template. 
  
 ---- ----
Line 144: Line 115:
   * "No filter available"​-text:​ Sets the text, if there are no more filter values for a certain filter.   * "No filter available"​-text:​ Sets the text, if there are no more filter values for a certain filter.
   * Sorting: Sets the order of the filter values.   * Sorting: Sets the order of the filter values.
-    * A-Z: lexicographic ​order +    * A-Z: Lexicographic ​order 
-    * relevance: Sort is according to the calculated relevance ​of the results. +    * relevance: Sort is according to the calculated relevance ​based on the number of items matching with each filter value 
-    * count: The most clicked filter values ​​are listed first. +    * count: The most clicked filter values ​​are listed first 
-    * 0-9: Ascending order.+    * 0-9: Ascending order
   * Show count: If enabled, the number of items for each filter value is displayed in brackets next to the filter value.   * Show count: If enabled, the number of items for each filter value is displayed in brackets next to the filter value.