Download the PHP package thelia/choice-filter-module without Composer
On this page you can find all versions of the php package thelia/choice-filter-module. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download thelia/choice-filter-module
More information about thelia/choice-filter-module
Files in thelia/choice-filter-module
Download thelia/choice-filter-module
More information about thelia/choice-filter-module
Files in thelia/choice-filter-module
Vendor thelia
Package choice-filter-module
Short Description Allows the management of filters in front by template and category
License LGPL-3.0+
Package choice-filter-module
Short Description Allows the management of filters in front by template and category
License LGPL-3.0+
Please rate this library. Is it a good library?
Informations about the package choice-filter-module
Choice Filter
This module allows the management of filters in front by template and category
Installation
Manually
- Copy the module into directory and be sure that the name of the module is ChoiceFilter.
- Activate it in your thelia administration panel
Composer
Add it in your main thelia composer.json file
Usage
You can choose the position of the filters
- When you edit a template
- When you edit a category
Loop
[choice_filter]
Input arguments
Argument | Description |
---|---|
template_id | id of template |
category_id | id of category |
order | position or position_reverse |
Output arguments
Variable | Description |
---|---|
$TYPE | feature or attribute or other |
$ID | id of filter |
$POSITION | position of filter |
$VISIBLE | visible of filter |
Exemple
For a template
For a category
for performance, it is best to use a cache block http://doc.thelia.net/en/documentation/templates/smarty/cache.html
All versions of choice-filter-module with dependencies
PHP Build Version
Package Version
Requires
thelia/installer Version
~1.1
The package thelia/choice-filter-module contains the following files
Loading the files please wait ....