Jump to content

Edit History

Press ta chope

Press ta chope

Bonjour,

je cherche à ajouter le logo du fabricant dans product.tpl.

voici le code que j'ai mis mais ça ne fonctionne pas, ça affiche bien le nom du fabricant mais pas l'image. Pourtant l'image existe bien dans le BO.

{if isset($product_manufacturer->id)}
              <div class="product-manufacturer">
                {if isset($manufacturer_image_url)}
                  <a href="{$product_brand_url}">
                    <img src="{$manufacturer_image_url}" class="img img-thumbnail manufacturer-logo" alt="{$product_manufacturer->name}">
                  </a>
                {else}
                  <span>
                    <a href="{$product_brand_url}">{$product_manufacturer->name}</a>
                  </span>
                {/if}
              </div><br/>
            {/if}

Si quelqu'un peut m'aider.. ?

Merci

Press ta chope

Press ta chope

Bonjour,

je cherche à ajouter le logo du fabricant dans product.tpl.

voici le code que j'ai mis mais ça ne fonctionne pas, ça affiche bien le nom du fabricant mais pas l'image. Pourtant l'image existe bien dans le BO.

{if isset($product_manufacturer->id)}
              <div class="product-manufacturer">
                {if isset($manufacturer_image_url)}
                  <a href="{$product_brand_url}">
                    <img src="{$manufacturer_image_url}" class="img img-thumbnail manufacturer-logo" alt="{$product_manufacturer->name}">
                  </a>
                {else}
                  <span>
                    <a href="{$product_brand_url}">{$product_manufacturer->name}</a>
                  </span>
                {/if}
              </div><br/>
            {/if}

Si quelqu'un peut m'aider.. ?

Merci

×
×
  • Create New...