thelia / product-loop-attribute-filter-module
Installs: 5 503
Dependents: 2
Suggesters: 0
Security: 0
Stars: 0
Watchers: 6
Forks: 1
Open Issues: 0
Type:thelia-module
Requires
- thelia/installer: ~1.1
This package is auto-updated.
Last update: 2024-10-18 11:52:38 UTC
README
Adds the possibility to filter by attribute on the product loop
Installation
Manually
- Copy the module into
<thelia_root>/local/modules/
directory and be sure that the name of the module is ProductLoopAttributeFilter. - Activate it in your thelia administration panel
Composer
Add it in your main thelia composer.json file
composer require thelia/product-loop-attribute-filter-module:~1.0.0
Loop
### Loop Product
New input arguments
Output arguments
http://doc.thelia.net/en/documentation/loop/product.html
Exemple
{loop attribute_extend=true attribute_availability="64" attribute_min_stock=1 name="product" type="product" visible="*"} {/loop}