import attributes with languageid
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!
Always add your Laravel, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
import attributes with languageid
Hi!
Could you please advise is there any config option to import attributes for certain languages? I guess something like languageid.
I can set language id for text using text.languageid, for example
4 => 'text.languageid',
5 => 'text.type',
6 => 'text.content',
But I'd like to set the lang id for attributes also, something like:
37 => __languageid__
38 => 'attribute.type',
39 => 'attribute.code',
As a result I'd like to have it inside Texts tab: Laravel 6.20.27
aimeos/aimeos-core 2020.10.24
PHP 7.4
Could you please advise is there any config option to import attributes for certain languages? I guess something like languageid.
I can set language id for text using text.languageid, for example
4 => 'text.languageid',
5 => 'text.type',
6 => 'text.content',
But I'd like to set the lang id for attributes also, something like:
37 => __languageid__
38 => 'attribute.type',
39 => 'attribute.code',
As a result I'd like to have it inside Texts tab: Laravel 6.20.27
aimeos/aimeos-core 2020.10.24
PHP 7.4
Re: import attributes with languageid
It's currently not possible to import attribute texts using the product CSV importer but it's possible with the attribute XML importer: [url]https://github.com/aimeos/ai-controller ... andard.php
The XML importer are not documented well at the moment but here are commented examples so you can create appropriate files easily:
The XML importer are not documented well at the moment but here are commented examples so you can create appropriate files easily:
- Attachments
-
- aimeos-xml.zip
- (9.39 KiB) Downloaded 211 times
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, give us a star
If you like Aimeos, give us a star