Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

A few problems with the site


parma

Recommended Posts

Hey,

 

I have a few problems that I am unable to sort out. Would be grateful for any help available

 

Firstly the popup images arent working on the product pages. Well it only works for one product shown in the link below :

 

http://gloveclub.co.uk/product_info.php?products_id=100

 

I have looked at many other products on the site but none of them seem to work. Its quite odd how it only works on the one product page.

 

The second issue I have is that the product description sometimes overlaps the "Click to enlarge" text depending on the window size and screen resolution. Is there anyway to stop this text from overlapping?

 

Is it possible to put another Flag image in the Languages box and have it linked to an external website?

 

Finally if anyone knows whether its possible to use a credit contribution with SPPC and Price break for SPPC please let me know. Ive look in the contribs but with no luck :(

 

Thanks again

 

Regards

 

M PArmar

Link to comment
Share on other sites

Ok I managed to get the first problem sorted. Regarding the popup images it was due to the fact that in my product description the table must have been overlapping the popup image area thus it didnt allow you to click it.

 

Still need help on the other problems tho ;)

 

pablosan

I think there is a problem with your "popup_image.php" file. Located in Catalog/popup_image.php

 

Just look through it to make sure it is ok.

 

Hope you sort it

 

Regards

 

M Parmar

Link to comment
Share on other sites

Ok I managed to get the first problem sorted. Regarding the popup images it was due to the fact that in my product description the table must have been overlapping the popup image area thus it didnt allow you to click it.

 

Still need help on the other problems tho ;)

 

pablosan

I think there is a problem with your "popup_image.php" file. Located in Catalog/popup_image.php

 

Just look through it to make sure it is ok.

 

Hope you sort it

 

Regards

 

M Parmar

 

 

I'm not excactly sure what to look for.

 

Anyone?

 

<?php
/*
 $Id: popup_image.php,v 1.18 2003/06/05 23:26:23 hpdl Exp $

 osCommerce, Open Source E-Commerce Solutions
 http://www.oscommerce.com

 Copyright (c) 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');
?>

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...