Jump to content

How to add thumbnails to product-list ?


teekay

Recommended Posts

Hello,

 

I would like to display the image thumbnails of the products in product-list...not only on the product page. This way it would be easier to see that a product has more than one image available (ex: visitor may not be interested if in the product list is a green T-shirt....because he is searching for a red one)...

The easiest way it would be to have the main image of the product in the list and the thumbnails too...with the text: "This item is available in 5 colors:".

Hope this is clear enough.

 

But I don't know how to change the code to achieve this. :) Thank you for helping.

 

PS: I am using 1.4.7.0.

post-340664-0-92866000-1332192012_thumb.jpg

Link to comment
Share on other sites

There is something similar...to display the product features:


  • {foreach from=$product.features item=feature name=features}
  • {$feature.name|escape:'htmlall':'UTF-8'} {$feature.value|escape:'htmlall':'UTF-8'}
    {/foreach}

 

But I want the all product images there. Any ideas ?

Thank you.

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...