I installed the addon Attribute image replaces main product image on sel and it works great. My only issue is that it doesn't show the Attribute Image next to the radio button; it just shows the text for the option.

The store I am developing sells pants and the attribute are different color swatches that the user can choose to accent the back pockets so for example the main image is a pair of white pants and when the user clicks the different swatch options from the radio buttons, I need to show what the pants will look like with that color swatch on the back pockets. I need to add a small 75px by 75px image of the swatch next to the radio button and then when it swaps, show the pants at the top with the swatch on the back pockets. I can use css to only show a portion of the image when viewed next to the radio button and then show the entire image when it swaps to the top so I'm not concerned about how I will get that to work. I just need to get the image to show next to the radio buttons like they do when you originally add attribute images.

I am assuming that I need to add some code to attributes.php so that it pulls in the image as well to this block of code:

case '6':
$tmp_checkbox .= zen_draw_checkbox_field('id[' . $products_options_names->fields['products_options_id'] . ']['.$products_options_value_id.']', $products_options_value_id, $selected_attribute, 'id="' . 'attrib-' . $products_options_names->fields['products_options_id'] . '-' . $products_options_value_id . '"'.' '.$parameters) . '<label class="attribsCheckbox" for="' . 'attrib-' . $products_options_names->fields['products_options_id'] . '-' . $products_options_value_id . '">' . $products_options_details . '</label><br />' . "\n";
break;

I tried using the code from another "case" that adds the image next to the radio button from the other attribute image layouts but that caused the image swap to break and still no image showed.

Any help with this is greatly appreciated and thank you in advance for helping me with this!

You can see the image swap here: http://fsquaredclothing.com/index.ph...&products_id=1