When i adding an product image to ubercart product content type it works perfectly.

When i want to use default product image (in imagefield configuration settings - use default image checkbox)
the product default image dosen't show in catalog view and product site.

How to solve this problem?

Comments

vacilando’s picture

Title: Product default image dosen't show » Product default / category image doesn't show in catalog
Component: Website » Code
Priority: Normal » Critical

I seem to have the same problem.

Using
* UC 5.x-1.6
* ImageCache 5.x-2.x-dev
* ImageField 5.x-2.1
* latest Drupal 5

After uploading the image (and tried many, larger as well as smaller) via /admin/content/taxonomy/edit/term/X
despite the fact that the screen returns to list of vocabularies without any error message
and despite the fact that I can see the image placed in /files/imagecache/uc_category/
a) when I re-edit /admin/content/taxonomy/edit/term/X there is nothing in the "Image" field
b) when I go to /catalog, the images don't show

Please help, this stops us from releasing a catalogue we've been building for weeks.

vacilando’s picture

Title: Product default / category image doesn't show in catalog » Product default / category v doesn't show in catalog

Whilst this is a serious problem for UC functionality, I am finding that this needs a fix in imagecache module.

The problem is that if people have i18n module enabled, the image links are there in /catalog but the path includes the language code, e.g. http://www.yourdomain.tld/en/sites/yourdomain.tld/files/imagecache/uc_ca... and that does not display the image. The image displays correctly when the code disappears: http://www.yourdomain.tld/sites/yourdomain.tld/files/imagecache/uc_categ...

See a patch and more at #284187: Empty images in Views and wrong image urls with i18n

rszrama’s picture

Priority: Critical » Normal
Status: Active » Fixed

@nimek - Your issue is kind of confusing, but the best I can figure you're trying to change the field display settings for the product node type. You shouldn't have to, but even if you do that shouldn't affect the catalog list. It sounds like you might have a version problem as well. Please make sure you're using the module versions specified on the project page.

@vacilando - Your problem is the version of modules you're using. We specify Imagecache 1.7 to prevent these sorts of problems, and taking on a dev version is always a risk. We don't offer support for the 5.x-2.x branch of Imagecache, but I hope you're able to solve your problem. : )

Any follow-up to this issue is a support request and should really be posted in our support forums.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.