Is it possible to make sub attributes form the main attribute

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!
User avatar
ahmed31916
Advanced
Posts: 148
Joined: 14 Apr 2022, 12:15

Is it possible to make sub attributes form the main attribute

Post by ahmed31916 » 29 Aug 2022, 12:49

Hello,

When adding a new attribute, how can I connect this attribute to another attribute (something like: sub attribute from the main arrtibute)?

In the search page I have put the Cars Makes in a select box, and when choosing a particular Make, it must returns it's Models by Ajax request. Both (Make and Model) are an attributes.

So, Is it possible to make sub attributes form the main attribute?

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

Re: Is it possible to make sub attributes form the main attribute

Post by aimeos » 30 Aug 2022, 17:34

The data structures allow that in principle (you can assign attributes to attributes using the mshop_attribute_list table) but the backend doesn't support that yet so you have to implement you own (product) subpart for managing that.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply