Jump to content

[Solved] i can't see the product pictures at product list grid view


Recommended Posts

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

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...