Jump to content

shopping cart problem with images


Recommended Posts

Maybe the *****.tpl is trying to load the image from the "old" or "new" image file system (depending what system you have enabled). You can try to change the "<img src= .. .. . /> element to:

 

<img src="{$link->getImageLink($product.link_rewrite, $product.id_image, 'small')}" alt="{$product.legend|escape:'htmlall':'UTF-8'}" width="{$smallSize.width}" height="{$smallSize.height}"/>

 

...and see if that solves the problem. It solved it for me in the image included in the mobile template shopping cart...

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

×
×
  • Create New...