
Originally Posted by
k9dug
Thanks mc1-8,
OK, I am sort of getting my head round this..
I can create new products by downloading, editing and then importing a Full_ csv.
I can create new attributes for existing products by downloading, editing and then import an Attrib-Basic csv. I've checked in the database and even if I create the same name of attribute for different products, it gets created just once and the id re-used. Good.
To add price to a attributes, for each product, I have to download, edit and then import an Attrib-Detailed csv. Here I add the price, sort order, and any other values specific to an attribute for a particular product. All seems to work. (It does seem strange that the product option name is listed twice for each attribute, in both Attrib-Basic (v_products_options_name_1) and Attrib-Detailed (v_products_options_name)).
OK so it works, albeit with a sequence of 3 file downloads and 3 file imports.
What I need to be able to do is condense this down into a single file import. The reason is, I have to be able to export a full list and send that to my client. He has to be able to easily read the spreadsheet and carry out the following changes:
1. add products
2. add attributes
3. alter attribute prices
Much of my data will be default / handled by me, or I can write code to generate it (eg product model), but I cannot hand over three spreadsheets for monthly updates.
Does this seem feasible, at least for my limited set of procedures?
I can see various ways to do this, such as taking the order of v_products_options_values_name_1 to generate the sort order, using multiple rows per product etc...
Bookmarks