Jump to content

[résolu] Urgent ! images produits invisibles sous IE


sevsev

Recommended Posts

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

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