Ubercart option image my theme not working
The option_image module which changes image when an attribute option is changed does not work on my theme but is working with garland.
The solution for that lies in the node.tpl file .. copy paste the node.tpl from garland to your theme and start customizing it. My error was because i had skipped id=”node-<?php print $node->nid; ?>” and i had removed the class=”content clear-block” from <div> printing the $content.