I currently have problem importing products and products types using Commerce Feed Importer. I'm able to import my products from a .csv file; however, I want to import my product types, which are identified by a product type id, from a .csv file as well, and link the products to their product types based on the product type id shared between the products and the product types.

Is using the commerce feed importer the right method to implement this task or should I be looking into something else. Any advice would be great.

Comments

Frank HH-germany’s picture

Hi, I have read a lot and tried a lot.

So far I could only successfully import taxonomy terms and products.
The products are then displayed on the page of / admin / commerce / products / variations.
The CSV file consists of several columns (see Appendix).

I first created a Produktnode and product variation and this provided with matching taxonomy terms.
Well at first I wanted to import the existing product by adding two more variations to test the import behavior.
This unfortunately did not work. It generates its own Produktnode was always there for each product variant.

Also, the ability to import directly from the product page (Attach to content type) did not lead to the desired result. The following settings are possible:
Use standalone form
ad push
product presentation
Basic Page
Blog Post
Locksmiths Hamburg
Slideshow

Where is the mistake?
Is it even possible to create product variations using taxonomy terms?
If so, where can I get the configuration error? Screenshots attached.
Which assignments must be set in the map when Nodeprocessor and which options to choose?
How can I tell Drupal:
Hey, the Imported products are a variant of Productnode "X" category.

The goal is a Produktnode with approximately 170000 variations in 8 categories.

In Commerce Product processor I have the following mappings in the map:
SKU
Produkt-Artikelnummer (SKU)
Used as unique.
Field in product-variation-types
 
Preis
Preis: Amount
Field in product-variation-types
 
Produktbild
Produktbild
Textfield in product-variation-types, Long Text
 
Leistungsbeschreibung
Leistungsbeschreibung
Textfield in product-variation-types, Long Text
 
Bundesland
Bundesland
Search taxonomy terms by: Term name
Field in product-variation-types
 
Bezirk
Bezirk
Search taxonomy terms by: Term name
Field in product-variation-types
 
Stadtteil
Stadtteil
Search taxonomy terms by: Term name
Field in product-variation-types
 
Postleitzahl
Postleitzahl
Search taxonomy terms by: Term name
Field in product-variation-types
 
Straße
Straße
Search taxonomy terms by: Term name
Field in product-variation-types
 
Serviceleistung
Serviceleistung
Search taxonomy terms by: Term name
Field in product-variation-types
 
Einsatzzeit
Einsatzzeit
Search taxonomy terms by: Term name
Field in product-variation-types
 
Einsatzort
Einsatzort
Search taxonomy terms by: Term name
Field in product-variation-types
 
Wappenbild
Wappenbild
Textfield in product-variation-types, Long Text
 
Werbetext
Werbetext
Textfield in product-variation-types, Long Text
 
Titel
Titel
Field in product-variation-types
 
Produkttitel
Produkt Titel
Field in product-variation-types

THANKS FOR HELP