Quote Originally Posted by charmedbytina2 View Post
There is a fix for additional images not showing up. Have you done that yet?

http://www.zen-cart.com/forum/showthread.php?t=63308

specifically post #3

Tina
The problem with using that fix is it causes errors on the page.
Code:
$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();" '; 
        } 
      }  
    } 
    } 
     
     
}
It has extra \ in it. Leave those in, or take them out, makes no difference what so ever, it still doesn't work.