Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Images Not Enlarging???


gee807

Recommended Posts

Hi,

 

I know there is alot about this one out there already but I have tried all the suggestions I could find and am still not having any luck.

 

Using a custom STS template, have put the suggested code in at the top of the template etc.

 

But its still not working!!

 

Can anyone tell me what I'm doing wrong?

 

This is one of the site pages I'm having trouble with:

 

Click Here

 

If someone would be nice enough to take a look and tell me what's going on or if they have any suggestions?

 

Thanks,

Amy

Link to comment
Share on other sites

Just a guess, but I think the problem is within your <head></head> tags. Duplication from an installed contribution. Check for the following in your root/product_info.php.

 

<script language="javascript"><!--
function popupWindow(url) {
window.open(url,'popupWindow','toolbar=no,location=no,directories=no,status=no,
menubar=no,scrollbars=no,resizable=yes,copyhistory=no,width=100,height=100,
screenX=150,screenY=150,top=150,left=150')
}
//--></script>
<!-- end get_javascript(applicationtop2header) //-->

<script language="javascript"><!--
function popupWindow(url) {
window.open(url,'popupWindow','toolbar=no,location=no,directories=no,status=no,
menubar=no,scrollbars=no,resizable=yes,copyhistory=no,width=100,height=100,
screenX=150,screenY=150,top=150,left=150')
}
//--></script>

 

Delete the duplicate script call below "<!-- end get_javascript(applicationtop2header) //-->" and see if this helps.

 

jon

It's all just ones and zeros....

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...