Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Pop Up Images


Guest

Recommended Posts

Posted

Hi,

 

I am trying to get the pop up image to open as a bigger picture than the original file, can anyone tell me by looking at the source below what has to be changed to allow this.

-------------------------------------------------------------------------------<?php

/*

$Id: popup_image.php,v 1.1.1.1 2005/01/15 06:43:45 xxxxxxxxxx Exp $

 

osCommerce, Open Source E-Commerce Solutions

http://www.oscommerce.com

 

Copyright © 2003 osCommerce

 

Released under the GNU General Public License

*/

 

require('includes/application_top.php');

 

$navigation->remove_current_page();

 

$products_query = tep_db_query("select pd.products_name, p.products_image from " . TABLE_PRODUCTS . " p left join " . TABLE_PRODUCTS_DESCRIPTION . " pd on p.products_id = pd.products_id where p.products_status = '1' and p.products_id = '" . (int)$HTTP_GET_VARS['pID'] . "' and pd.language_id = '" . (int)$languages_id . "'");

$products = tep_db_fetch_array($products_query);

 

$content = CONTENT_POPUP_IMAGE;

$javascript = $content . '.js';

$body_attributes = ' onload="resize();"';

 

require(DIR_WS_TEMPLATES . TEMPLATENAME_POPUP);

 

require('includes/application_bottom.php');

?>-------------------------------------------

Archived

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

×
×
  • Create New...