Anyone have any ideas or advices on how to can get the uc_option_image module (http://drupal.org/project/uc_option_image) to output its stuff into this template.
When I simply echo $content, I can get the option_images to switch up like you'd expect. But once I start using ripping up the template, the images no longer preload or display when options are changed.
The option_images are working correctly when I temporarily disable node-product.tpl.php. But I just can't figure out what function to call or how to get it out of the content variable. I could probably use some nasty string manipulation, but I'm sure there's a better way.
Ideas, thoughts?
