Display filter

Help for integrating the Laravel package
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!
levenec
Posts: 2
Joined: 26 Nov 2023, 14:49

Display filter

Post by levenec » 26 Nov 2023, 14:55

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
Attachments
foto
foto
filter.png (11.86 KiB) Viewed 2242 times

User avatar
aimeos
Administrator
Posts: 7894
Joined: 01 Jan 1970, 00:00

Re: Display filter

Post by aimeos » 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)
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

levenec
Posts: 2
Joined: 26 Nov 2023, 14:49

Re: Display filter

Post by levenec » 27 Nov 2023, 13:06

aimeos 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)
Thx

Post Reply