Adding attributes through CSV and conditional attributes
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!
Always add your Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
- Michael-0208
- Posts: 4
- Joined: 30 Mar 2023, 08:04
Adding attributes through CSV and conditional attributes
Hi All,
I have some queries
I want to upload the product's attributes CSV. Is it possible?
If I leave CSV's part apart
The attributes that are added to the product are conditional for eg. if I have a motherboard of ASUS then the Chipset of ASUS only will be available, not other chipsets for the user on the product page.
I have some queries
I want to upload the product's attributes CSV. Is it possible?
If I leave CSV's part apart
The attributes that are added to the product are conditional for eg. if I have a motherboard of ASUS then the Chipset of ASUS only will be available, not other chipsets for the user on the product page.
Re: Adding attributes through CSV and conditional attributes
Uploading CSV files for attributes separately isn't possible, only in combination with products when using the Aimeos product CSV importer:
https://aimeos.org/docs/latest/cronjobs ... sv-import/
Attributes can have relations to other attributes using the mshop_attribute_list table. You can try to define your relations this way.
https://aimeos.org/docs/latest/cronjobs ... sv-import/
Attributes can have relations to other attributes using the mshop_attribute_list table. You can try to define your relations this way.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos,
give us a star
If you like Aimeos,

- Michael-0208
- Posts: 4
- Joined: 30 Mar 2023, 08:04
Re: Adding attributes through CSV and conditional attributes
Thank you so much for your reply!