Adding attributes through CSV and conditional 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
Michael-0208
Posts: 4
Joined: 30 Mar 2023, 08:04

Adding attributes through CSV and conditional attributes

Post by Michael-0208 » 18 Apr 2023, 09:29

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.

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

Re: Adding attributes through CSV and conditional attributes

Post by aimeos » 19 Apr 2023, 09:16

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

User avatar
Michael-0208
Posts: 4
Joined: 30 Mar 2023, 08:04

Re: Adding attributes through CSV and conditional attributes

Post by Michael-0208 » 19 Apr 2023, 09:33

Thank you so much for your reply!

Post Reply