Forums / Templates, Stylesheets, Page Layout / Multiple Images not displaying

Multiple Images not displaying

Locked
Results 1 to 12 of 12
This thread is locked. New replies are disabled.
14 Sep 2006, 00:12
#1
michaelberanek avatar

michaelberanek

New Zenner

Join Date:
Apr 2006
Posts:
7
Plugin Contributions:
0

Multiple Images not displaying

I am trying to get multiple images to display for some items. I have read the FAQs and other threads and I seem to be doing it right, but I still do not get the display I want.

I set the main image for the product :

../images/anitagblueshirt.jpg (and it displays fine)

I have an additional view ../images/anitagblueshirt_02.jpg (but it will not show up)

I have the config Images file set to the default of 3 additional images, but I must be missing something because it's not working.

I would appreciate any help in getting me past this problem.

-TIA
Michael
TresJolieBaby.com
14 Sep 2006, 00:42
#2
kim avatar

kim

Obaa-san

Join Date:
Jun 2003
Posts:
26,564
Plugin Contributions:
0

Re: Multiple Images not displaying

The URL where you are having this problem?
14 Sep 2006, 00:52
#4
kim avatar

kim

Obaa-san

Join Date:
Jun 2003
Posts:
26,564
Plugin Contributions:
0

Re: Multiple Images not displaying

If you switch the template back to classic, do you see the additonal image?
14 Sep 2006, 00:59
#5
michaelberanek avatar

michaelberanek

New Zenner

Join Date:
Apr 2006
Posts:
7
Plugin Contributions:
0

Re: Multiple Images not displaying

No , I switched over and it still displays the same.

-michael
27 Jan 2007, 23:57
#6
motech avatar

motech

New Zenner

Join Date:
Oct 2005
Posts:
29
Plugin Contributions:
0

Re: Multiple Images not displaying

I have the same problem of multiple images not displaying.

If I switch to the default template, the additional images show.

What do I need to do to fix this? Edit a file? Move files?

Thanks
28 Jan 2007, 03:24
#7
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Posts:
62,757
Plugin Contributions:
1

Re: Multiple Images not displaying

MichaelBeranek:

No , I switched over and it still displays the same.

-michael


Check in the Catalog ... Product Type ... click on Product General ... click on Edit Layout ...
Show Product Additional Images
Display Additional Images on Product Info 0= off 1= on


Do you have that set to 1 or True?
28 Jan 2007, 03:25
#8
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Posts:
62,757
Plugin Contributions:
1

Re: Multiple Images not displaying

motech:

I have the same problem of multiple images not displaying.

If I switch to the default template, the additional images show.

What do I need to do to fix this? Edit a file? Move files?

Thanks


That would mean your template is most likely out of date or missing code etc. so that it is not working properly ...

If you were to compare it to the original file you should be able to see the missing code for the additional images ...
28 Jan 2007, 05:09
#9
motech avatar

motech

New Zenner

Join Date:
Oct 2005
Posts:
29
Plugin Contributions:
0

Re: Multiple Images not displaying

Thanks Linda

that is what I figured.

The problem is that I don't know which files to compare or even look at.
28 Jan 2007, 06:16
#10
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Posts:
62,757
Plugin Contributions:
1

Re: Multiple Images not displaying

I would start with the:
tpl_product_info_display.php

Do you have this code?
[PHP]<!--bof Additional Product Images -->
<?php
/**
* display the products additional images
*/
require($template->get_template_dir('/tpl_modules_additional_images.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_modules_additional_images.php'); ?>
<!--eof Additional Product Images -->
[/PHP]

Then follow the code ... :cool:
28 Jan 2007, 13:24
#11
motech avatar

motech

New Zenner

Join Date:
Oct 2005
Posts:
29
Plugin Contributions:
0

Re: Multiple Images not displaying

Thank you again Linda

I was able to find the bad code and replaced it and wahlah!

It works.

I appreciate your help.
28 Jan 2007, 15:07
#12
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Posts:
62,757
Plugin Contributions:
1

Re: Multiple Images not displaying

Thanks for the update that you were able to fix the code on your template properly ... :smile: