By jstreifel on
I have a wamp server with the latest drupal version. I have the image, imagecache, thickbox, ubercart etc installed.
I created a product and uploaded an image. The image shows up while I'm viewing the edit page, however the image does not display when I'm an viewing product. The image only shows when I am on the edit page for the product.
Any ideas why image is not displaying?
Thank you! :)
Comments
Do you have a custom .tpl
Do you have a custom .tpl file for your products? Could you give us a link to the pages?
Sincerely,
Leighton Whiting
EDIT: Also, maybe you don't have the CCK field set to display?
I do not have a custom .tpl
I do not have a custom .tpl for my products, although I would like to at some point...
I checked the CCK display settings. I was able to get the image to display only when the "image" setting is selected. uc_productlist, uc_thumbnail, etc... none of these other settings allow an image to show.
When using one of the display settings for teaser (I forget which one i had at the time (uc_productlist maybe?) no image showed so I clicked view source and it looks like drupal is trying to locate the product in "\sites\default\files\imagecache\product_list". I manually added the folder within imagecache directory and inserted the same image scaled down to 100x100. The image then showed up in the product list as 100x100 and when i clicked the image, it took me to the product page with the image in original scale - just how i wanted it to work. However, manually adding the folder, editing the picture in PS, and inserting the picture is quite a task when i am considering doing hundres of products. So why do you thin imagecache is not automating this process? What am i missing?
thanks again for your help
.
.