uc_catalog minor bug

Project: 
Ubercart
Category: 
bug report
Priority: 
minor
Status: 
fixed

Line 510 of uc_catalog.module:

$statuses[] = array('status' => 'error',
      'title' => t('Catalog vocabulary'),
      'desc' => t('No vocabulary has been recognized as the !uber catalog. Click ', array('!uber' => 'Übercart'))
        . l(t('here'), 'admin/store/catalog/setup'). t(' to set one up')
    );

The bug is that admin/store/catalog/setup doesn't exist. I'm not sure where you intend to take the user - to admin/store/catalog/edit perhaps? Or to admin/content/taxonomy?

Re: uc_catalog minor bug

Also, let me add to the issue that in the t() string we should be using plain ol' Ubercart... no HTML entities por favor.

Re: uc_catalog minor bug

I'm sure that page used to exist at some point. I've fixed the text and the links to be more helpful.

Re: uc_catalog minor bug

I have the latest version of UC (1.3), but I am still seeing this. Is the link supposed to work? Where is it supposed to go?

I get a message on admin/store/catalog/setup that no vocabulary is recognized. I DO have a vocabulary and it is assigned to products. What else needs to be done?

Re: Re: uc_catalog minor bug

It should go to the Catalog settings page, I think. I'm not sure why the text was changed, but not the link. As far as I can tell, there shouldn't even be a page at admin/store/catalog, much less admin/store/catalog/setup.