Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Error in product info display additional images

Error in product info display additional images

Locked

Views: 1,075

Results 1 to 10 of 10
This thread is locked. New replies are disabled.
16 Dec 2010, 2:52 PM
#1
ilmarchez avatar

ilmarchez

Zen Follower

Join Date:
Aug 2009
Posts:
128
Plugin Contributions:
0

Error in product info display additional images

Hi everybody,

I'm having a problem in displaying additional images in the product info page.
Thay're shown but the "add to cart" button interfers with their positioning. I attach a photo of the problem. The shopping cart should be before the additional images module.

Could you please help me how to fix it?

Thank you.

http://img3.mediafire.com/2f56e5a9153331a16aafa9866a00f7475775b1a37174c185717ebd40ac0567005g.jpg

16 Dec 2010, 5:11 PM
#2
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Error in product info display additional images

Can't troubleshoot a pic

Post a link to this page

16 Dec 2010, 5:28 PM
#3
ilmarchez avatar

ilmarchez

Zen Follower

Join Date:
Aug 2009
Posts:
128
Plugin Contributions:
0

Re: Error in product info display additional images

Here you are the page with the error:
http://tinyurl.com/25jlo9b

Here instead a page with correct layout. Can't understand why affects only some products...
http://tinyurl.com/2e3z949

Thank you for your help

16 Dec 2010, 9:23 PM
#4
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Error in product info display additional images

Because you are using IH2 I can not determine the actual name of your images

Additional images are all predicated upon a naming convention and I suspect that your image names are not distinct enough or match enough to be considered additional

https://www.zen-cart.com/tutorials/index.php?article=58

16 Dec 2010, 10:10 PM
#5
ilmarchez avatar

ilmarchez

Zen Follower

Join Date:
Aug 2009
Posts:
128
Plugin Contributions:
0

Re: Error in product info display additional images

Thanks for your reply... I've checked in IH2 and looks all fine with filenames...
Here you are a snapshot of the files in IH2...

the problem is that the box of additional images should be below the add to cart button.
Also look how images are not resized and they cover each other...

Any help?

thank you

Problem:

16 Dec 2010, 11:15 PM
#6
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Error in product info display additional images

Actually the 2 pages you linked to are not the same page type

One is product listing and the other is product info

Seeing that you have a template monster template and we do not know what license they have taken in the code you should contact them

16 Dec 2010, 11:26 PM
#7
ilmarchez avatar

ilmarchez

Zen Follower

Join Date:
Aug 2009
Posts:
128
Plugin Contributions:
0

Re: Error in product info display additional images

I they're the same page...
They're both in the url index.php?main_page=product_info

16 Dec 2010, 11:36 PM
#8
gjh42 avatar

gjh42

Black Belt

Join Date:
Jul 2005
Location:
Upstate NY
Posts:
21,876
Plugin Contributions:
8

Re: Error in product info display additional images

Add to your stylesheet (any of them)

#productAdditionalImages {clear: both;}

16 Dec 2010, 11:45 PM
#9
ilmarchez avatar

ilmarchez

Zen Follower

Join Date:
Aug 2009
Posts:
128
Plugin Contributions:
0

Re: Error in product info display additional images

GREAT It works! Only one more tip: the add to cart box still is a little over the additional images box: how to move the add images box a little below to avoid this?

Thank you so much for your support.

16 Dec 2010, 11:49 PM
#10
gjh42 avatar

gjh42

Black Belt

Join Date:
Jul 2005
Location:
Upstate NY
Posts:
21,876
Plugin Contributions:
8

Re: Error in product info display additional images

#cartAdd {margin-bottom: 1.0em;}