Importing attributes is the topic. A client has two identical sites, one wholesale and one retail.
Trying to simplify product additions for them so they:
- add a new item to the wholesale site
- Do a 'Complete Product' export
- Do a 'Basic Products Attributes' export
- Import the 'Complete Product' csv on the retail site (good so far)
- Import the 'Basic Products Attributes' on the retail site - problem.
The new product does not have attributes. The Import Results at the bottom of the page on the retail site show:
UPDATED! - Model: JimJim | 23997 | Todler Siz | 3-T,4-T |
The problem is that the attribute name is Todler Size: This is the csv content:
v_products_model,v_products_options_type,v_products_options_name_1,v_products_op tions_values_name_1
JimJim,23997,Todler Size:,"3-T,4-T"
Just for fun, I also tried:
"v_products_model","v_products_options_type","v_products_options_name_1","v_prod ucts_options_values_name_1"
"JimJim",23997,"Todler Size:","3-T,4-T"
Bookmarks