Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

how to edit the pop up windows?


pacman

Recommended Posts

I would like to edit the pop up windows to display the product and extra information.

 

Could you point me to the correct file to edit the popup windows?

 

Any instructions are appreciated.

Link to comment
Share on other sites

The size of the box,placement, and toolbars, etc. is determined by

<script language="javascript"><!--

function popupWindow(url) {

 window.open(url,'popupWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizab
le=yes,copyhistory=no,width=100,height=100,screenX=150,screenY=150,top=150,left=1
50')

}

//--></script>

found in the head of the page that calls the popupWindow

-Doug

Link to comment
Share on other sites

You could install the big image contrib (unless your using one of the loaded versions of OSC) and then put the info in the pic that is displayed when you click the popup. I think that would be the easiest.

Steve

-------------------------

Link to comment
Share on other sites

here's an example of what I need in my popup window

 

http://caillouette.com/popup/

 

So when the viewer clicks "click to enlarge"

 

they will get this page. There will be a different page for each product.

 

I also need to change "click to enlarge" to "click for more information".

 

Any help is appreciated

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...