Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Click on image to enlarge doesn't work ... please help


Mrs Minx

Recommended Posts

Posted

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"

Posted
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"

Posted

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>

Posted

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"

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...