Product Importer taxonomy reference field

Hi!

I would like to import products into the Commerce. It works, but I cannot import multiple terms into the taxonomy reference field. The products have these fields:
SKU
Title
Description
Image
Price
ProductGroup (reference to taxonomy terms)

For example the CSV file is:

Posted: Mar 20, 2013

Importing Products Types from CSV file

Let's say I have two Commerce Products Types (admin/commerce/products/types), T-Shirts and Hats.

Now, I've a CSV file to import my products into the web store.

SKU;Title;Description;Price;Category;Image
sku_1;This is a T-Shirt;descr_1;1000;category_1;/url/to/image/1.jpg
sku_2;This is a Hat;descr_2;1000;category_2;/url/to/image/2.jpg

In the Settings for Commerce Product processor (admin/structure/feeds/importer_name/settings/FeedsCommerceProductProcessor), Drupal asks me to choose a Product Type.

Posted: Nov 28, 2012
Subscribe to RSS - feed importer