I apologize if this was double posted.
I wrote a java program to pull products, product types and categories into the drupal database from an xml file but I am missing some relationships and have not been able to figure out what they are yet.
Product categories and types are stored as term_data under the catalog vocabulary and are related to nodes in the node table via term_node. Nodes and uc_products have also been populated as well as the nodes vid and nid being put in the content_type_product table.
Can anyone give me a list of tables that have to have product and node references in order for things to work correctly?
The current problems are:
* parts do not show up in the catalog.
* parts do not display correctly from the admin>store admin>products screen. The names do not show up and they are all listed as orphaned.
* I get warning: Invalid argument supplied for foreach() in C:\development\eCommerce\xampp\htdocs\sites\all\modules\cck\content.module on line 1284 errors
Also, the field vid is used in so many places that I am confused on a table to table basis what its purpose is...sometimes version id, sometimes primary key, sometimes vocabularyid it seems.
Thanks for any pointers in the correct direction,
Kanisrufus
