Display 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!
Display filter
Could you please guide me on how to display a filter? For instance, I want to create a filter with the label 'Quantity: 120, 340...'. How can I display this filter on the page? Thank you.
laravel/framework": "^10.0
php": "^8.1
"aimeos/aimeos-laravel": "^2023.10",
MAC os
laravel/framework": "^10.0
php": "^8.1
"aimeos/aimeos-laravel": "^2023.10",
MAC os
- Attachments
-
- foto
- filter.png (11.86 KiB) Viewed 3255 times
Re: Display filter
1.) Add a new attribute type named "Quantity" in the Types > Attribute
2.) Create attributes with code "120", "340", etc. in Catalog > Attribute for the new "Quantity" attribute type
3.) Assign the attributes to the relevant products in the Catalog > Product > Product detail > Characteristics sub-panel (use the "default" section)
2.) Create attributes with code "120", "340", etc. in Catalog > Attribute for the new "Quantity" attribute type
3.) Assign the attributes to the relevant products in the Catalog > Product > Product detail > Characteristics sub-panel (use the "default" section)
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos,
give us a star
If you like Aimeos,

Re: Display filter
Thxaimeos wrote: ↑27 Nov 2023, 11:52 1.) Add a new attribute type named "Quantity" in the Types > Attribute
2.) Create attributes with code "120", "340", etc. in Catalog > Attribute for the new "Quantity" attribute type
3.) Assign the attributes to the relevant products in the Catalog > Product > Product detail > Characteristics sub-panel (use the "default" section)