Mrs Minx Posted November 5, 2006 Posted November 5, 2006 Hiya, I noticed, when I went through my shop and pretended to be a customer, I click on a image to enlarge of the product I am selling and it won't open up that seperate window with the enlarged image. Does anyone know how to fix this? Any help would be very much appreciated :) ---------------------------------------- Minxy :) "Keep plodding on to achieve your dreams"
oschellas Posted November 6, 2006 Posted November 6, 2006 The javascript function popupWindow is missing in your product info page.
Mrs Minx Posted November 6, 2006 Author Posted November 6, 2006 The javascript function popupWindow is missing in your product info page. Hi, how do I put the javascript function back in to make it work? Thanks :) ---------------------------------------- Minxy :) "Keep plodding on to achieve your dreams"
oschellas Posted November 6, 2006 Posted November 6, 2006 In the catalog/product_info.php file under following line: <link rel="stylesheet" type="text/css" href="stylesheet.css"> paste following code: <script language="javascript"><!-- function popupWindow(url) { window.open(url,'popupWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,res izable=yes,copyhistory=no,width=100,height=100,screenX=150,screenY=150,top=150,le ft=150') } //--></script>
Mrs Minx Posted November 6, 2006 Author Posted November 6, 2006 HI, I have just done what you said (that script was already in place), but I deleted it and put in your one - and it ihasn't solved the problem. Any other ideas? ---------------------------------------- Minxy :) "Keep plodding on to achieve your dreams"
Recommended Posts
Archived
This topic is now archived and is closed to further replies.