Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

no scrollbar in pop up images


eremiss

Recommended Posts

Posted

Hi, i have installed oscommerce, but when i click in the product image, the pop up don't have the scrollbar. How can i insert scrollbar in my pop up, thanxxx!!

Posted
Hi, i have installed oscommerce, but when i click in the product image, the pop up don't have the scrollbar. How can i insert scrollbar in my pop up, thanxxx!!

In catalog/product_info.php, find this code:

<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=15
0,left=150')
}
//--></script>

and change the scrollbars=no to scrollbars=yes

 

Regards

Jim

See my profile for a list of my addons and ways to get support.

Archived

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

×
×
  • Create New...