Fields missing from default 'product' type

Posts: 61
Joined: 03/19/2008

According to this post, there should be 6 fields for the default 'product' content type.

But, on a fresh install of Ubercart 5 (running drupal 5.11), all I get at http://domain.com/admin/content/types/product/fields is the following message:

"There are no fields configured for this content type."

I thought it might be because CCK was disabled, but it remains the same even after enabling it. And, I am logged in as uid1.

Posts: 5269
Joined: 08/07/2007
AdministratorHead Code Monkey - I eat bugs.

Most of those fields have nothing to do w/ CCK. The only one that would is the image field, but it won't get attached to the product unless you enable CCK before installing the product module. You can get it added in after the fact by looking for the link in the Store Status table at /admin/store.

Posts: 61
Joined: 03/19/2008

Thank you! I thought something was wrong with my store.

But, when I uncheck any of the product fields at ../admin/store/settings/products/edit/fields, save the settings and then fire up ../node/add/product again, I still see the fields I unchecked on the node entry form. Is this normal?