Jump to content

Problem with product thumbnails not scrolling


Recommended Posts

I have a product page with 15 different image thumbnails, but the scroll bar for the thumbs isn't working properly. I have not changed the default thumb size from 80 x 80, but the scrollbar doesn't work, it drops all of the thumbnails further and further down the page....I have like 5 lines of thumbnails...

 

http://www.salaamclothing.com/shop/tops/23-wrap-top-solid.html

 

here's what I mean....

 

any ideas..?

Link to comment
Share on other sites

  • 5 months later...

It's a bug in PrestaShop v1.4.7 that has been fixed on SVN. To fix it change line 68 of product.tpl (theme folder) from:

 

var ipa_default = {if isset($ipa_default)}{$ipa_default}{/if};

 

to:

 

var ipa_default = {if isset($ipa_default)}{$ipa_default}{else}0{/if};

Link to comment
Share on other sites

  • 2 months later...

Hi,

 

I have the same problem on Prestashop v1.4.4, the template i bought had delete all the code for the thumbnail. I've have managed to put it back on but now i'm am at the same point as you guys.

And i don't have this ligne "var ipa_default = {if isset($ipa_default)}{$ipa_default}{else}0{/if}; " in my product.tpl (i've added the line myself but without result).

 

Here is the link of my website :

 

If anyone could help me !

 

Thanks in advance.

 

Marc

Edited by Marcwales (see edit history)
Link to comment
Share on other sites

×
×
  • Create New...