Jump to content

problème avec homefeaturedbul


Recommended Posts

Bonjour,

je viens de installer le version 1.4 mais jai un petite problème d'affichage du 5em colonne pour les produits phare, avec homefeaturedbul, même avec le module d'origine aussi le 5em colone ne s'affiche pas.

je déjà modifier dans le fichier tpl la valeur du nombre de colonne de 4 a 5 produits par ligne voir le code si dessous


<!-- MODULE Home Featured Products -->

<link href="{$homefeaturedbul_css}" rel="stylesheet" type="text/css" media="all" />
[removed][removed]


{l s='featured products' mod='homefeaturedbul'}
   {if isset($products) AND $products}

           {assign var='liHeight' value=240}
           {assign var='nbItemsPerLine' value=5}
           {assign var='nbLi' value=$products|@count}
           {assign var='nbLines' value=$nbLi/$nbItemsPerLine|ceil}
           {assign var='ulHeight' value=$nbLines*$liHeight}

           {foreach from=$products item=product name=homeFeaturedProducts}

{$product.name|truncate:32:'...'|escape:'htmlall':'UTF-8'}

{$product.description_short|strip_tags|truncate:50:'...'}
getImageLink($product.link_rewrite, $product.id_image, 'home')}" height="{$homeSize.height}" width="{$homeSize.width}" alt="{$product.legend|escape:htmlall:'UTF-8'}" />

                       {if !$priceDisplay || $priceDisplay == 2}
{convertPrice price=$product.price}{if $priceDisplay == 2} {l s='+Tx' mod='homefeaturedbul'}{/if}{/if}
                       {if $priceDisplay}
{convertPrice price=$product.price_tax_exc}{if $priceDisplay == 2} {l s='-Tx' mod='homefeaturedbul'}{/if}{/if}
                       {if ($product.quantity > 0 OR $product.allow_oosp) AND $product.customizable != 2}
{l s='Add to cart' mod='homefeaturedbul'}
                       {else}
{l s='Add to cart' mod='homefeaturedbul'}
                       {/if}


           {/foreach}


   {else}

{l s='No featured products' mod='homefeaturedbul'}
   {/if}

<!-- /MODULE Home Featured Products -->



et en plus il y a deux affichage différent sur Mozilla et sur IE , qqun peut m'aider pour résoudre sa svp.

voir le lien ici

merci en avance

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