This is a discussion on Enlarged images within the osCommerce 2.2 Modification Help forums, part of the osCommerce 2.2 Forums category; Hi I have partially installed oscommerce including the STS and easy populate add-ons. I ‘m at the stage where I’m ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| Hi I have partially installed oscommerce including the STS and easy populate add-ons. I ‘m at the stage where I’m adding products to the web page via a tab delimited database. Everything works fine including being able to order the items – except when I try the ‘click to enlarge’ option for the images. Basically, nothing happens. The link is shown at the bottom of my web browser eg:- javascript What am I missing? Do I need to upload another database and images or manually add a new page for each item containing the enlarged image? Thanks. |
| Sponsored Links | ||
| ||
|
#2
| |||
| |||
| You shouldn't have to do anything to get the images to pop up - is Java installed on your machine properly?? What's the URL of the site? |
|
#3
| |||
| |||
| Thanks for your reply Sean. Yes, as far as I’m aware Java is installed on my machine properly. Indeed, I had no trouble viewing the enlarged images which came with the dummy and images data in oscommerce. The url for the site, in its present form is : http://edelleonline.co.uk/catalog/ |
|
#4
| ||||
| ||||
| Just had a quick look at your site and I can't get the elarged image to pop up either. Looking at the source for the page, the only difference I have on my site is the following in the header: Quote:
Quote:
Can you switch the STS stuff off and see if it still doen't work - includs/sts_display_output.php, change: Quote:
Quote:
|
|
#5
| |||
| |||
| I disabled STS as you have shown. The pop up does now work but instead of getting the image I get this error message:- Warning: main(file:///C|/DOCUME%7E1/Sales/LOCALS%7E1/Temp/includes/application_top.php): failed to open stream: No such file or directory in /home/edelleonline/public_html/catalog/popup_image.php on line 13 Warning: main(file:///C|/DOCUME%7E1/Sales/LOCALS%7E1/Temp/includes/application_top.php): failed to open stream: No such file or directory in /home/edelleonline/public_html/catalog/popup_image.php on line 13 Fatal error: main(): Failed opening required 'file:///C|/DOCUME%7E1/Sales/LOCALS%7E1/Temp/includes/application_top.php' (include_path='.:/usr/share/pear') in /home/edelleonline/public_html/catalog/popup_image.php on line 13 Cripes, this is beginning to irritate me. |
|
#6
| |||
| |||
| what you need to do is add this to the header of your index.php.html and to your sts_template.html <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html $htmlparams> <head> <!--$headcontent--> <link rel="stylesheet" type="text/css" href="STS/upload/catalog/includes/sts_templates/test/stylesheet.css"> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"></head> that resolved the problem for me. |
| Sponsored Links | ||
| ||
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Problem viewing Enlarged pictures | pthurmond | osCMax v1.7 Discussion | 2 | 08-04-2004 04:51 AM |
| thumbnail and enlarged version problem | Alesha | osCommerce 2.2 Modification Help | 0 | 07-19-2004 07:22 AM |
| thumbnail enlarged picture | choyt3 | osCommerce 2.2 Modification Help | 2 | 05-20-2004 01:29 PM |
| Images uploaded in /catalog/images | Anonymous | osCommerce 2.2 Installation Help | 1 | 12-05-2002 09:15 AM |