3 replies [Last post]
WesleyTx's picture
Offline
Bug Finder
Joined: 09/14/2007
Juice: 89
Was this information Helpful?

I just installed Ubercart 2 on a relatively new Drupal 6 site so I could start selling copies of photographs, which already exist as node type Photo.

Knowing that I needed to create a product class of the same name in order to convert the nodes to products, I went to Store Administration > Products and looked for "Manage Classes" as instructed on http://www.ubercart.org/docs/user/10963/understanding_product_classes.

However, there are absolutely no links to do anything on said page. All I get is the table that lists products (which of course says "No products available" since I don't have any created). There are no tabs, no buttons, nothing.

I can go to /admin/store/products/classes and the Manage Classes page shows just fine, but I only got there after guessing the path.

I just upgraded the whole site to D6, so all modules and everything are completely up to date.

WesleyTx's picture
Offline
Bug Finder
Joined: 09/14/2007
Juice: 89
Re: No Tabs/Links on Product Admin Page After New Installation

Oh, and I'm logged in as user 0, so I should have permission to do anything.

Lyle's picture
Offline
AdministratoreLiTe!
Joined: 08/07/2007
Juice: 6846
Re: Re: No Tabs/Links on Product Admin Page After New Installati

Is it in the menu in the navigation block on the side? I usually use admin_menu to get to any of those links quickly.

WesleyTx's picture
Offline
Bug Finder
Joined: 09/14/2007
Juice: 89
Re: Re: Re: No Tabs/Links on Product Admin Page After New Instal

Ah, that's where it is. I was using a simplified menu for my theme, which wasn't showing all the links. I would've seen it had I gone to Site Config > By Module.

By the way, I tried the Admin Menu module and it's fantastic! Fits right into my theme and stays out of my way. Thanks!