XML import of product options

Questions around the TYPO3 integration and plugins
Forum rules
Always add your TYPO3, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
cnoelker
Advanced
Posts: 140
Joined: 20 Feb 2016, 18:21

XML import of product options

Post by cnoelker » 07 Apr 2020, 11:18

Hello,

I checked the sample product-import.xml file for a way to import the options for a product. I expected this to be one of the attribute items, but could not find a suitable lists.type .

Is there a way to import these?

Claudia

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

Re: XML import of product options

Post by aimeos » 08 Apr 2020, 17:38

Use list type "config" for product options
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

cnoelker
Advanced
Posts: 140
Joined: 20 Feb 2016, 18:21

Re: XML import of product options

Post by cnoelker » 09 Apr 2020, 07:26

Thank you, this works.

If an option is available for all of the variants of a select product (and with the same values), can I then add the option just at the select-product? Or is it necessary to add the options for each of the default-products?

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

Re: XML import of product options

Post by aimeos » 10 Apr 2020, 12:43

Just for the selection product. If you add config attributes to the articles, they won't shown in the frontend at the moment.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

cnoelker
Advanced
Posts: 140
Joined: 20 Feb 2016, 18:21

Re: XML import of product options

Post by cnoelker » 22 May 2020, 13:46

BTW, the other possible option can be imported with list.type="custom"

Post Reply