I had read this thread and it is great.
http://www.ubercart.org/forum/development/3868/nifty_products_tutorial_p...
However I'm thinking there is a problem.
I fully customize the product node content, print field by field especially on the product images
Since there are no field variable for product images final output, I have to print the field_image_cache array image by image, but my product images are shown by imagecache preset uc_thumbnail
If I again using the theme('imagecache') function then it seems duplicate the job where uc_product_image theming function did.
So what should I do for it ?
