sevsev Posted October 25, 2011 Share Posted October 25, 2011 Bonjour, c'est l'horreur, les images de mes produits ne s'affichent pas sous IE : voir le site je cherche le problème depuis plusieurs jours quelqu'un pourrait me venir en aide !!! merci d'avance Link to comment Share on other sites More sharing options...
sevsev Posted October 25, 2011 Author Share Posted October 25, 2011 petite précision, j'ai modifié le fichier product-list.tpl afin de supprimer le clic sur les images qui permet de voir le détail des produits. voici le contenu de ce fichier après modification : {if isset($products)} <!-- Products list --> <ul id="product_list" class="clear"> {foreach from=$products item=product name=products} <li class="ajax_block_product {if $smarty.foreach.products.first}first_item{elseif $smarty.foreach.products.last}last_item{/if} {if $smarty.foreach.products.index % 2}alternate_item{else}item{/if} clearfix"> <div class="center_block"> <h3> {$product.name|truncate:35:'...'|escape:'htmlall':'UTF-8'}</h3> <img src="{$link->getImageLink($product.link_rewrite, $product.id_image, 'large')}" alt="{$product.legend|escape:'htmlall':'UTF-8'}" title="{$product.legend|escape:'htmlall':'UTF-8'}" {if isset($homeSize)} width="{$largeSize.width}" height="{$largeSize.height}"{/if} /> </div> </li> {/foreach} </ul> <!-- /Products list --> {/if} encore merci Link to comment Share on other sites More sharing options...
sevsev Posted October 26, 2011 Author Share Posted October 26, 2011 bon j'ai trouvé la solution à mon problème en bidouillant le code 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