Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

NEED HELP PLEASE READ!!


steals

Recommended Posts

Posted

HI the problem im having is when i click on the "click to enlarge image" the pop up image shows up in the right size ..however the popup window doesnt resize to show the whole image. It was working fine i dont know what happened. Please help!!! Thanks

Posted

In admin/configuration/images look for large image (pop-up) and set each to 0

 

 

 

Mike

Posted

craft mall: i dont have large image this is what i got

 

Images

 

 

Small Image Width 100

Small Image Height

Heading Image Width 57

Heading Image Height

Subcategory Image Width 100

Subcategory Image Height

Calculate Image Size true

Image Required

Posted

I'm with you Kevin!! I can't get the pop-up to have an image in them or resize. I'm about ready just to strip the click to enlarge text out of the product_info.php and give up.

 

I have searched and searched, and thus far about the only info I can find is geared toward specific contributions.

 

I'll be looking over your shoulder hoping someone has the answer ;)

 

Betty

Posted

You can control the popup window attributes in /catalog/product_info.php

Eg.. you can add scroll bars by changing the no to yes. Resizable should say =yes.

You can also change the size of the box to suit your needs, the default setting here is width=100, height=100.

 

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

 

Hope this is of some help.

Archived

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

×
×
  • Create New...