I'm trying to upload a csv file of data (by the way not had much luck with easypopulate and don't wish to use it). So, the question is how do I upload data to the DB on my ZenCart installation. If I download all the tables relating to 'products' from the database confusingly it does not include either a name or description of the product. For that one has to download 'products_description' tables. The question is how do I match these two tables?
For example, suppose I upload 100 new products into the products table of the DB. I don't know what the Product ID will be until it has been uploaded. The MySQL DB will assign these IDs automatically (auto-increment). How will I know which products have been assigned which ID which I will need in order to marry the other upload which must be to the 'products_description' tables?
Thanks for any help.




