Attribute can be related to other attributes

How to configure and adapt Aimeos based shops as developer
Forum rules
Always add your Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
User avatar
AlbertPratomo
Posts: 4
Joined: 07 Jan 2021, 10:58

Attribute can be related to other attributes

Post by AlbertPratomo » 07 Jan 2021, 11:07

For an attribute, I can add media, texts, prices, and properties. But I can't add other attributes to it. Is this possible within Aimeos? Would be nice if developer can change the JQAdmin to enable this..

The use case is, I have following attributes:
- Color: Black, Blue
- Fit: Regular, Skinny
- Material: Khaki, Linen

I would like to add another attribute:
- Style: Basic (black, regular, linen), Outdoor (blue, regular, khaki)

So at the end the customer may only choose between "Basic" and "Outdoor".

Is this possible within Aimeos?

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

Re: Attribute can be related to other attributes

Post by aimeos » 08 Jan 2021, 14:47

Why don't you create a selection product with two articles:
- Basic (attributes: black, regular, linen)
- Outdoor (attributes: blue, regular, khaki)
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

User avatar
AlbertPratomo
Posts: 4
Joined: 07 Jan 2021, 10:58

Re: Attribute can be related to other attributes

Post by AlbertPratomo » 10 Jan 2021, 14:17

I don't want to have 2 products (2 different SKU). It should be the same SKU..

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

Re: Attribute can be related to other attributes

Post by aimeos » 11 Jan 2021, 08:55

The data structures allow adding attributes to attributes. You would have to create a new subpart for the attribute detail view where editors can add attributes like in the product characteristics subpart. How to create subparts for the JQAdm backend is described here:
https://aimeos.org/docs/latest/admin/jq ... -subparts/
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply