Hey Gang,
I have been working on this problem literally for 10 hours straight and I'm about to lose it.
I'm trying to make a swatch selector that changes the product image to the corresponding color that the mouse moves over. I have a pretty simple javascript that will swap out the image. The problem I'm having is since I don't have a name tag on the product image I have to use document.images[2].src instead of document.images.product_image.src. Once you mouse over the "New_Products" on the right the image loading order changes and the swatches then change the new product image and not the listing image.
http://tinyurl.com/2svayq <----- there is the site
I need to add a name tag to the product image on the left. I'm trying to make the html to be as follows:
<a href="POPUPIMAGEFILEHERE" target="_blank"><img src="IMAGEHANDLER IMAGEHERE.300x225.gif" alt="PRODUCT NAME" title=" PRODUCT NAME" width="300" height="225" *Name="product_image"* /><br /><span class="imgLink">larger image</span></a> </noscript>
I need to add the name="product_image" tag into the code and I can't seem to figure out how to do it. I have Image Handler 2 Installed
I think the 2 files that need editing are
includes/functions/extra_functions/functions_bmz_image_handler.php
includes/functions/extra_functions/html_output.php
Since I'm asking questions I have the same situation with the the color drop-down menu. The is name=id[2] and I would like to know if I can change it to id_2 instead.
I don't know if I'm making my self clear but I would sincerely appreciate any help I could get with this.
Thanks.



