
Originally Posted by
jettrue
IH2 has a bug that prevents the additional images from showing up, if you search the IH2 support thread for my username, you might be able to find the fix for it, however, I don't remember what that fix was.

Thanks jettrude, actually I have gone thru tthe FAQs and IH2 support thread b4, I don't know if you mean the bug fix is to change the following codes:
Code:
// we should parse old parameters here and possibly merge some inc case they're duplicate
$parameters .= ($parameters != '') ? ' ' : '';
if (!($_GET['main_page']==FILENAME_PRODUCT_INFO)) {
return $parameters . 'style="position:relative" onmouseover="showtrail(' . "'$products_image_zoom','$alt',$width,$height,$zoomwidth,$zoomheight,this," . $this->zoom['startx'].','.$this->zoom['starty'].','.$this->zoom['width'].','.$this->zoom['height'].');" onmouseout="hidetrail();" ';
} else {
return $parameters . 'style="position:relative" onmouseover="showtrail(' . "\'$products_image_zoom\',\'$alt\',$width,$height,$zoomwidth,$zoomheight,this," . $this->zoom['startx'].','.$this->zoom['starty'].','.$this->zoom['width'].','.$this->zoom['height'].');" onmouseout="hidetrail();" ';
}
}
}
}
}
I have already changed the codes but it still don't work, any steps that I missed?
thanks
Bookmarks