property in filter
Forum rules
Always add your Laravel, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
Always add your Laravel, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
- GülsümAkça
- Posts: 57
- Joined: 20 Nov 2020, 13:30
property in filter
Can I show the properties of the product in filter? eg products under or over 5 kg.
thank you:)
thank you:)
Re: property in filter
Not by default and you would have to extend the catalog/filter template and the client/html class to filter for those values.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos,
give us a star
If you like Aimeos,

- GülsümAkça
- Posts: 57
- Joined: 20 Nov 2020, 13:30
Re: property in filter
How can I get the max value of the property in addData() function
Re: property in filter
Only by iterating over all products and that's not advisable so you should use some fixed categories like
- below 5 kg
- 5 to 10 kg
- above 10 kg
- below 5 kg
- 5 to 10 kg
- above 10 kg
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos,
give us a star
If you like Aimeos,
