alexafuentes Posted September 28, 2012 Share Posted September 28, 2012 Hello everybody! I've noticed that the large product image alt attribute is the same for every picture: the product title. I would like that this image had the caption I add in the BO. Any ideas how to make this happen? Thank you so much Link to comment Share on other sites More sharing options...
shacker Posted October 4, 2012 Share Posted October 4, 2012 in the product.tpl of your theme, search <img src="{$link->getImageLink($product->link_rewrite, $cover.id_image, 'large')}" {if $jqZoomEnabled}class="jqzoom" alt="{$link->getImageLink($product->link_rewrite, $cover.id_image, 'thickbox')}"{else} title="{$product->name|escape:'htmlall':'UTF-8'}" alt="{$product->name|escape:'htmlall':'UTF-8'}" {/if} id="bigpic" width="{$largeSize.width}" height="{$largeSize.height}" /> and replace the alt to alt="{$image.legend|htmlspecialchars}" Link to comment Share on other sites More sharing options...
Recommended Posts