Quote:
Originally Posted by Infinite Recursion
Take a look at your jos_vm_product* tables and determine which values you need... obviously you need fields like name, price, quantity, etc. The table in your second post is basically individual categories of products... You will need to find out how the category table ties into the products table and make sure your new products are inserted into the correct category... (probbaly just a field linking the two (ie: category='Heaters').
Also, would be a good idea to add exception handling to your Python code. I was dealing with an import issue regarding ImmutableSet, so I am going to wait until later to play with it (when I am able to get behind a physical console).
|
Sounds good. Think you can jump on IRC for a moment though? I had a few more quick questions that would be easier answered via the IRC channel.
Thanks!