Was just looking at something else in Fusion and noticed this, so it isn't tested, just something from my own experience with node-product.tpl.php.
It doesn't look like Fusion takes into account that one can define a default image for Ubercart products without images (admin/content/node-type/product/fields/field_image_cache). Default images won't display in Fusion because template.php draws $fusion_uc_image from $node->content['image'], which will be empty. It needs $base_path . $node->field_image_cache['0']['filepath'] to pick up the default image field image. It actually gets a bit more complicated if the product has multiple images.
Check out http://www.ubercart.org/forum/theming_and_design/6125/match_ubercart_def...
Comments
Comment #1
Sborsody commentedComment #2
jeremycaldwell commentedComment #3
summit commentedSubscribing, is this also a problem for acquia_prosper?
greetings, Martijn
Comment #4
Poieo commentedClosing as won't fix since the D6 version is not getting any new development.