Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Can't get large image display window to scroll


nycwebstudio

Recommended Posts

Posted

I can't get large image display window to scroll on very large images when one click on shopping cart images for enlargement. What can be the problem? How do you fix it? any known contribution? Please help!! Thanks in advance.

Posted

in your

product_info.php file you need to remove some code telling the popup to hide the scroll bar and it will fix your issue here is the code that needs to be removed:

 

at the top of the code: scrollbars=no set this to yes

 

at line 27 -30

 

<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=1

50,left=150')

}

//--></script>

 

 

I can't get large image display window to scroll on very large images when one click on shopping cart images for enlargement. What can be the problem? How do you fix it? any known contribution? Please help!! Thanks in advance.
  • 2 months later...

Archived

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

×
×
  • Create New...