Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Problem displaying images

Problem displaying images

Views: 505

Results 1 to 3 of 3
20 Apr 2011, 4:34 PM
#1
calico avatar

calico

New Zenner

Join Date:
Jul 2010
Posts:
21
Plugin Contributions:
0

Problem displaying images

I’m having trouble displaying multiple images in the product info pages. Click to see a link:

I turn on the additional image options in the admin and am using image handeler2:

Configuration > Product Info > Show Option Values Name Below Attributes Image > 1

Catalog > Product Type > Product General > Show Product Additional Images > 1

Please any help would be much appreciated. I’m stuck and don’t know what else to do. Thanks in advance.

20 Apr 2011, 4:44 PM
#2
haredo avatar

haredo

Totally Zenned

Join Date:
Apr 2006
Location:
Texas
Posts:
6,176
Plugin Contributions:
0

Re: Problem displaying images

What you have done is the template you are using has code different from the core of zen cart...

Did you compare the two files with Winmerge or ultra compare? look at the tpl_product_info_display.php

20 Apr 2011, 5:12 PM
#3
calico avatar

calico

New Zenner

Join Date:
Jul 2010
Posts:
21
Plugin Contributions:
0

Re: Problem displaying images

Thanks for the response. I took a look and compared the tpl_product_info_display.php files and the additional image code is the same```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 -->

Am I missing something.  Sorry I'm new to coding and can use your help.

Thanks again.