Boolean attribute values

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!
Ivan
Posts: 6
Joined: 15 Jul 2020, 07:59

Boolean attribute values

Post by Ivan » 21 Jul 2020, 12:11

Hi, I can create attribute type. Than I can connect string value to attribute type.
But can I create attribute with bool value, like tags.
For example I have product with name: "honey". I need to add attribute: "is_natural" with some icon.
Is it possible to do in exists admin panel functionality?
Thank you!

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

Re: Boolean attribute values

Post by aimeos » 23 Jul 2020, 08:17

For a boolean value, you should add the "isnatural" attribute to the product or not. The attributes can contain images which you can display if the attribute is assigned to the product.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Ivan
Posts: 6
Joined: 15 Jul 2020, 07:59

Re: Boolean attribute values

Post by Ivan » 23 Jul 2020, 08:41

Thank you for reply

Post Reply