denizcekinir Posted January 14, 2014 Share Posted January 14, 2014 (edited) Hi everyone, My problem is i can't see the product pictures at product list grid view. Here is my website adress. http://www.siparisgelsin.net/index.php?id_category=8&controller=category&id_lang=2 Can anyone help me. Thanks Deniz Çekinir Edited January 14, 2014 by denizcekinir (see edit history) Link to comment Share on other sites More sharing options...
Paulito Posted January 14, 2014 Share Posted January 14, 2014 Good morning I think your problem may be here: <img src="http://www.siparisgelsin.net/img/p/2/7/27-home.jpg" alt="Elma" width="124" height="124"> It should be: <img src="http://www.siparisgelsin.net/img/p/2/7/27-home_default.jpg" alt="Elma" width="124" height="124"> Result: http://screencast.com/t/IY6Zc0PPIt so perhaps you need to regenerate images Hope this helps Paul Link to comment Share on other sites More sharing options...
walidon Posted January 14, 2014 Share Posted January 14, 2014 go to préférences->images there you will find types of images related to products, categories, etc... your images are 124/124, so i think home_default, check if it is activated. Link to comment Share on other sites More sharing options...
denizcekinir Posted January 14, 2014 Author Share Posted January 14, 2014 Thanks for both answers, I tried both of them but didn't work... Link to comment Share on other sites More sharing options...
walidon Posted January 14, 2014 Share Posted January 14, 2014 have you cleared the cache and generated images? Link to comment Share on other sites More sharing options...
denizcekinir Posted January 14, 2014 Author Share Posted January 14, 2014 have you cleared the cache and generated images? No i did't how will i clear the cache ? Link to comment Share on other sites More sharing options...
walidon Posted January 14, 2014 Share Posted January 14, 2014 Advanced parameters->performence , Under smarty, click on clear smarty cache Link to comment Share on other sites More sharing options...
denizcekinir Posted January 14, 2014 Author Share Posted January 14, 2014 Yes i've done it but still same Link to comment Share on other sites More sharing options...
denizcekinir Posted January 14, 2014 Author Share Posted January 14, 2014 I solved the problem. <a href="{$product.link|escape:'htmlall':'UTF-8'}" class="product_img_link" title="{$product.name|escape:'htmlall':'UTF-8'}"> <img src="{$link->getImageLink($product.link_rewrite, $product.id_image, 'home_default')}" alt= i change home to home_default at product_list.tpl file. Thanks for your help Link to comment Share on other sites More sharing options...
walidon Posted January 14, 2014 Share Posted January 14, 2014 (edited) great! happy to hear that:) can you mark the topic solved by adding [solved] in from of the topic title.. Edited January 14, 2014 by walidon (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now