Quote Originally Posted by johnn196703 View Post
Hi Chadd,
Thanks for you support. I have been trying to follow the guideline, but I cannot import the attributes for option names and option values.
Do you have any tips regarding this issue?
Thanks for your help and support.
John
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:

v_products_model,v_products_options_type,v_products_options_name_1,v_products_op tions_values_name_1
"widget","0","Color","red,green,blue"
hope this helps