
Originally Posted by
davidinho
On the product info page, I want to give the main image an id so I can do a javascript image swap from the additional images.
I'm looking in includes/templates/mytemplate/templates/tpl_modules_main_product_image.php
which is where the code for the main image is put together and it currently reads
zen_image($products_image_medium, addslashes($products_name), MEDIUM_IMAGE_WIDTH, MEDIUM_IMAGE_HEIGHT)
I have tried a variety of adding id="mainimage but to no avail.
Please help...