Importing does not let me match the fields
I just created a blank installation of drupal 7 and commerce with some modules.
Especialy the feeds, commerce_feeds are important here.
I created a product_type with these fields:
sku, title, commerce_price, status, field_ean, field_ek. field_evk, field_hersteller, field_menge, field_image
Now I wanted to create an Import, reading these, or at least the most of these info, from an external csv-File.
But the feeds_importer does not offer me these fields.
What do I need to do, to get the special record read into commerce?
Any hint is appreciated.
Comments
I got a little deeper.
Normaly it should ask me for a product_type to be imported.
This is omitted, and it only offers me the standard product, which is not the one having the needed structure.
Somehow the product_types I created are not recognized.
I just need a hint. It was working in former versions.