skycze Posted December 11, 2012 Share Posted December 11, 2012 Hello, I would like to ask if anyone knows how to solve a problem with my shopping cart. It does not show me the image next to goods. Attached picture. Thank you for the advice. Link to comment Share on other sites More sharing options...
FreshCommerce Posted December 17, 2012 Share Posted December 17, 2012 (edited) 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 December 17, 2012 by FreshCommerce (see edit history) Link to comment Share on other sites More sharing options...
yaniv14 Posted December 17, 2012 Share Posted December 17, 2012 what is your site url? Link to comment Share on other sites More sharing options...
vekia Posted December 17, 2012 Share Posted December 17, 2012 src="" parameter in HTML <img> tg is wrong, please, exactly as yaniv said, give us shop url and we check it maybe it's simple issue Link to comment Share on other sites More sharing options...
Recommended Posts