AvS_FastSimpleImport icon indicating copy to clipboard operation
AvS_FastSimpleImport copied to clipboard

Produkt Attribute

Open antonio2604 opened this issue 10 years ago • 2 comments

Hi ist es möglich, über den Produktimport mitzugeben welche Attribute der Artikel hat ? Also zb. die Attribute [id] und Attribute[options]array

$data = array( array( 'sku' => '1234567', '_type' => 'simple', '_attribute_set' => 'Default', '_product_websites' => 'base', 'name' => 'Simple Product', 'price' => 0.99, 'description' => 'Default', 'short_description' => 'Default', 'weight' => 0, 'status' => 1, 'visibility' => 4, 'tax_class_id' => 2, 'qty' => 76, ), // add more products here );

Danke für Eure Hilfe

antonio2604 avatar Jun 22 '15 07:06 antonio2604

Attribute kommen auf die selbe Ebene wie "sku". Hier musst du nur aufpassen, wann du zu einem Attribut den Optionwert angibst und wann du den Optionlable angibst. Das sagt dir im Detail jedoch der Importer (der wird dann Fehlermeldungen zurück).

pquerner avatar Sep 30 '15 09:09 pquerner

@antonio2604 To extend the reach of your support ticket, please write it in english.

paales avatar Sep 30 '15 09:09 paales