Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

problems with product info page


roscoeh

Recommended Posts

When I am on the product info page the javascript popup does not work.

 

This is one of many things I do not like about it, however the php is fairly complex. Is there a module to edit the product info page? Or an enhanced version of it?

 

 

Any suggestions on the best way to improve it are welcome.

 

Ross

Link to comment
Share on other sites

you are missing code, you must include this into your <head></head> section on product_info.php file

 

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

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...