MichaelP Posted July 21, 2012 Share Posted July 21, 2012 Hi, on this page i have a feature products slider. But it can not find the image Path, I can see it's looking the place - following folder. http://shopnsave.dk/img/p/17151-16990-home.jpg'>http://shopnsave.dk/img/p/17151-16990-home.jpg It must of course be in the product path http://shopnsave.dk/img/p/8/4/5/6/17151-16990-home.jpg But how do I change this.? or have other another idea? http://www.shopnsave.dk/ the line in slideproducts.tpl where it calls image looks like this a href="{$productLink}" title="{$product.legend|escape:htmlall:'UTF-8'}" class="product_image"><img src="{$img_prod_dir}{$value.id_image}-home.jpg" alt="{$product.legend|escape:htmlall:'UTF-8'}" /></a> hope there's help Link to comment Share on other sites More sharing options...
tuk66 Posted July 21, 2012 Share Posted July 21, 2012 Look at product.tpl. The image is created like this <img src="{$link->getImageLink($product->link_rewrite, $cover.id_image, 'large')}" title="{$product->name|escape:'htmlall':'UTF-8'}" alt="{$product->name|escape:'htmlall':'UTF-8'}" id="bigpic" width="{$largeSize.width}" height="{$largeSize.height}" /> Link to comment Share on other sites More sharing options...
MichaelP Posted July 21, 2012 Author Share Posted July 21, 2012 Look at product.tpl. The image is created like this <img src="{$link->getImageLink($product->link_rewrite, $cover.id_image, 'large')}" title="{$product->name|escape:'htmlall':'UTF-8'}" alt="{$product->name|escape:'htmlall':'UTF-8'}" id="bigpic" width="{$largeSize.width}" height="{$largeSize.height}" /> Yeah i've tried almost everything. And all other places the images is called fine. But in my featured produt slider it simply "forget" to make the directory path ex. /8/4/5/6/1/84561.jpg it just make img/p/home.jpg or what size you define in the line. hope for some help. Link to comment Share on other sites More sharing options...
Recommended Posts