I'm new to drupal/ubercart, and have set up a small store with products.
I have two questions:
1) I just noticed that the URLs to my products are, for example, www.flatwarefinder/node/82
I was expecting them to say www.flatwarefinder/product/82 , since the documentation suggests that it is supposed to do this. Have I set up something incorrectly, or did I just mis-read the documentation?
2) unrelated, I realize now that I should use differnt product classes. I created a new product class 'cutlery'. What is the easiest way to move my current products to the cutlery class without re-entering all the data. Is it sufficient to change the 'type' in the node table to cutlery, or are other changes required in the database to support the re-typing of the products. Im concerned about content_type_product and content_type_cutler tables, or others.
Thanks
