Please try this: Describe in plain English the attribute and attribute values that you want to assign to one product. Note that the product must already exist in your database.
For example: "I have a product widget that I want to assign the attribute Color with values red,green,blue as a dropdown box"
Then your CSV will look like:
hope this helpsv_products_model,v_products_options_type,v_products_options_name_1,v_products_op tions_values_name_1
"widget","0","Color","red,green,blue"
Bookmarks