Product additional image name to show

When viewing detailed image we get the name of the Alt text appearing below it see screenshot, is there anyway to get this to show under the thumb on the smaller product detail page also.

That way customers can see the colour or whatever without hovering.

thanks

John

product name.JPG

name to go here.JPG

[quote name='johnbol1' timestamp='1343941691' post='142085']

When viewing detailed image we get the name of the Alt text appearing below it see screenshot, is there anyway to get this to show under the thumb on the smaller product detail page also.

That way customers can see the colour or whatever without hovering.

thanks

John

[/quote]



I assume you'd just need to embed portions of image.tpl for the product, although I'm not quite sure how you'd get the 'additional' images to show.



J.

This is not tested but should work. Let me know.



Edit common_templates/image.tpl



BELOW:


{$images.icon.alt|default:$images.detailed.alt}



ADD:


{$images.icon.alt|default:$images.detailed.alt}

thanks Guys.

@Sole it almost works correctly except that the same thing is applied to the additional image thumbs too making them go way big.



see screenshot [url=“http://screencast.com/t/DI98b6R8”]http://screencast.com/t/DI98b6R8[/url]







Thanks

John

@john I'll take a look tomorrow and see if I can help you figure it out.

Thanks Sole …appreciate it.



John

Hey John sorry didn't have a chance today will try again Monday unless I have a chance over the weekend

No worries, If I get it sorted Ill let you know

Was this ever sorted? I'm looking to display the image alt text in the image gallery so a customer can identify products with many different color options.



2.2.4