In order for the images to switch correctly it is dependent on certain markup to be available. I created the module using Garland so you may want to compare node.tpl.php between Garland and your current theme. From what I can remember it uses the following selectors:
This is an issue when it comes to Drupal themeing as some JavaScripts will be very dependent on the markup. As for the thumbnail not showing up at all in the first place if you are not simply printing $content out in node.tpl.php you may need to manually print the uc_option_image value from the $node object
Comments
Comment #1
ludo1960 commentedHmm, I've got the same problem too. I guess that something is missing from the page.tpl in the theme.
Comment #2
merzthomas commentedWhat would that be? Any idea? Also the image preview does not work!
Comment #3
ludo1960 commentedI'm not sure, but a trip through the drupal API should solve this.
Comment #4
tjholowaychuk commentedIn order for the images to switch correctly it is dependent on certain markup to be available. I created the module using Garland so you may want to compare node.tpl.php between Garland and your current theme. From what I can remember it uses the following selectors:
* .add_to_cart select.form-select
* #edit-attributes-
* .node
* .node .content
This is an issue when it comes to Drupal themeing as some JavaScripts will be very dependent on the markup. As for the thumbnail not showing up at all in the first place if you are not simply printing $content out in node.tpl.php you may need to manually print the uc_option_image value from the $node object
Comment #5
tjholowaychuk commentedComment #6
tjholowaychuk commentedI will be documenting the theming dependencies shortly
Comment #7
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.