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

Sborsody’s picture

Version: 6.x-1.x-dev » 6.x-1.0-rc1
jeremycaldwell’s picture

Assigned: Unassigned » sociotech
summit’s picture

Subscribing, is this also a problem for acquia_prosper?
greetings, Martijn

Poieo’s picture

Issue summary: View changes
Status: Active » Closed (won't fix)

Closing as won't fix since the D6 version is not getting any new development.