One thing that I've seen mentioned in the docs and elsewhere is that if you don't like the way the core Ubercart modules display things, you can use Views to display them if you want. However, this isn't the case with taxonomy terms and the image field for the term added by UC. I had a conversation with merlinofchaos tonight, and realized that I am unable to to a listing of terms and images for the Catalog vocabulary in Views 2. Since the image field is added to the taxonomy term edit form by UC via hook_form_alter, in order for it to be able to be displayed in a view, it first needs to be described to Views. So, my suggestion is to add the views functions to uc_catalog that will make the image field for the taxonomy term available to Views 2.
Thanks.
