My node is just catalog page with bunch of images and description.
I added product class to convert my existing node to ubercart product node.

it is working fine except product thumbnail doesn't show in cart page(/cart), because i did not upload any image to 'field_image_cache'.

Do i have to upload image to 'field_image_cache', or is there a way to show thumbnail from my existing image field? (like use the first image as thumbnail)

thank you for your help.

Comments

bellagio’s picture

Status: Active » Closed (fixed)

i solved my problem by installing http://drupal.org/project/cck_field_rename and change my existing field name to 'field_image_cache'. Now cart page shows thumbnail of product image.

TR’s picture

Status: Closed (fixed) » Fixed
longwave’s picture

You can also select a field other than field_image_cache by going to Administer > Content management > Content types > Product (or the node type you are using) > Ubercart product settings and selecting the correct image field from the dropdown.

bellagio’s picture

Yay, i see the settings. Thank you longwave!

Status: Fixed » Closed (fixed)

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

erier’s picture

Issue summary: View changes

longwave - this was the answer I was looking for also. I wonder why this option is baked in a non-obvious place. This seems to be an important option to set for product images ...