I have installed jqzoom evolution
http://www.mind-projects.it/projects/jqzoom/ on my oscommerce shop (product info page) I have also installed the multiple image contribution because you need more then 1 image (1 for the normal image and 1 as enlarged picture which functions as the zoom picture). I have altered the code to this in the product info page :
<div class="demo" style="margin-top:0px;margin-left:20px;"><!-- demo2 container-->
<p>
<a href="kawasakigreen.jpg" class="jqzoom2" style="" title="Kawasaki" name="demo2">
<?php echo tep_image(DIR_WS_IMAGES . $product_info['products_image'], addslashes($product_info['products_name']), SMALL_IMAGE_WIDTH, SMALL_IMAGE_HEIGHT, 'hspace="5" vspace="5" name="prodimg"') .'</a>'; ?>
</p>
</div><!-- end demo2 container-->
- <div class="demo" style="margin-top:0px;margin-left:20px;"><!-- demo2 container-->
- <p>
-
- <a href="kawasakigreen.jpg" class="jqzoom2" style="" title="Kawasaki" name="demo2">
-
- <?php echo tep_image(DIR_WS_IMAGES . $product_info['products_image'], addslashes($product_info['products_name']), SMALL_IMAGE_WIDTH, SMALL_IMAGE_HEIGHT, 'hspace="5" vspace="5" name="prodimg"') .'</a>'; ?>
- </p>
- </div><!-- end demo2 container-->
The last part ( which makes sure the right image is shown for that specific product) works fine, but i am not sure how to alter the code so the correct large image becomes shown (instead of the kawasaki motor bike now

)
I hope you understand my question, and that someone can help me out with the first part of the code. Many thanks in advance,
Love,
megan