Jump to content

medium_default thumbnails not showing up properly (Prestashop 1.6)


Recommended Posts

I am using leo fashion theme on Prestashop 1.6, there are multiple problems as the theme is not compatible with latest prestashop release. However this one problem I need help with urgently.

 

The medium_default images on the Product Description page are not showing up well.

 

Here is what i found on the product.tpl file

 

<li id="thumbnail_{$image.id_image}">
                        <a href="{$link->getImageLink($product->link_rewrite, $imageIds, 'thickbox_default')|escape:'html'}" rel="other-views" class="thickbox{if $smarty.foreach.thumbnails.first} shown{/if}" title="{$imageTitlte}">
                            <img id="thumb_{$image.id_image}" src="{$link->getImageLink($product->link_rewrite, $imageIds, 'medium_default')|escape:'html'}" alt="{$imageTitlte}" title="{$imageTitlte}" height="{$mediumSize.height}" width="{$mediumSize.width}" />
                        </a>
                    </li>

 

Here is the link to my website : website

Here is the link to issue snapshot .  LINK

 

 

Link to comment
Share on other sites

×
×
  • Create New...