Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Pop Up Image


Guest

Recommended Posts

Posted

Hi,

 

I was looking at a post a few days back which allowed me to have a large image in the product pop up window, can anyone tell me were it is or what do I need to change again, it was something to do with having a directory called large for the big images

 

Please help

Posted
Hi,

 

I was looking at a post a few days back which allowed me to have a large image in the product pop up window, can anyone tell me were it is or what do I need to change again, it was something to do with having a directory called large for the big images

 

Please help

 

Got it but I now have a problem, on my pop up page I have a back button and a add to cart button but i cant ee them, they are just about on the page, I have tried resizing the page but it wont :

 

This is my code formthe popup-image.php page....does it look ok

 

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

 

<!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN">

<html <?php echo HTML_PARAMS; ?>>

<head>

<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">

<title><?php echo $products['products_name']; ?></title>

<base href="<?php echo (($request_type == 'SSL') ? HTTPS_SERVER : HTTP_SERVER) . DIR_WS_CATALOG; ?>">

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

var i=0;

function resize() {

if (navigator.appName == 'Netscape') i=40;

if (document.images[0]) window.resizeTo(document.images[0].width +500-i, document.images[0].height+500-i);

self.focus();

}

function parentSubmit()

{

opener.document.forms.cart_quantity.submit();

this.close();

================================================================

 

Any ideas !!!

Archived

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

×
×
  • Create New...