teekay Posted March 19, 2012 Share Posted March 19, 2012 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. Link to comment Share on other sites More sharing options...
teekay Posted March 20, 2012 Author Share Posted March 20, 2012 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 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