Quote Originally Posted by Ajeh View Post
Product Type is added to a Product when it is created ...

Changing the Category's Product Type does NOT change the Product Type on the Products ...

At this time, you would need to change this manually in the products table of your database ...

WARNING: do NOT change Product Type (products_type) on the products table to Product Types that will use additional database tables or will reduce the number of database tables ... example, Product General to Document General or Document General to Product General will not break database table relationships ... however, Product General to Product Music would break database table relationships ...
I was just getting ready to change our product type for music product_music_info to product general product_info template when I saw this. Ajeh, is it save to do this or is this one of those situation that will break things? Thanks!