Bonjour je voudrait de l'aide pour modifier le fichier product-list.tpl
pour pouvoir afficher la catégorie dont le produit appartient.
au niveau de l'image
Nom : Capture.JPG
Affichages : 189
Taille : 98,3 Ko

Et mon code qui n'affiche rien. "Celui en orange"
Merci de m'éclairé

<div class="product-image-container">
<a class="product_img_link" href="{$product.link|escape:'html':'UTF-8'}" title="{$product.name|escape:'html':'UTF-8'}" itemprop="url">
<img class="replace-2x img-responsive" src="{$link->getImageLink($product.link_rewrite,$product.id_image, 'home_default')|escape:'html':'UTF-8'}" alt="{if !empty($product.legend)}{$product.legend|escape:'html':'UTF-8'}{else}{$product.name|escape:'html':'UTF-8'}{/if}" title="{if !empty($product.legend)}{$product.legend|escape:'html':'UTF-8'}{else}{$product.name|escape:'html':'UTF-8'}{/if}" {if isset($homeSize)} width="{$homeSize.width}" height="{$homeSize.height}"{/if} itemprop="image" />
<p>Photo non contractuelle</p>
</a>
<a class="" href="{$category->name|escape:'html':'UTF-8'}" title="{$category.name|escape:'html':'UTF-8'}"itemprop="url" >
{$category.name|truncate:45:'...'|escape:'html':'UTF-8'}
</a>