My client has asked how many products are in his Ubercart store... I don't see anywhere within the admin area that displays this information. Am I missing something obvious?
I don't think there's any place that gives you an item count, but I suppose you could go to the "all products" catalog page and just count the number of items displayed manually...
Also use phpMyAdmin and check the uc_products table. That should have all of the products listed with their three price fields. It could be different in Uber 6.x.
Here is a little sql you can try. Use the SQL tab to open the SQL query box.