ariehh Posted July 14, 2011 Share Posted July 14, 2011 Bonjour,J'aurais voulu afficher la catégorie parente si elle existe dans la liste des produits. Voici mon code actuel qui me permet d'afficher la catégorie en cours, l'image de la catégorie en cours et la description de la catégorie en cours. {if $category->id AND $category->active} {$category->name|escape:'htmlall':'UTF-8'} {$parent->name} {/if} {if $category->description} {$category->description} {/if} {if $category->id_image} getCatImageLink($category->link_rewrite, $category->id_image, 'category')}" alt="{$category->name|escape:'htmlall':'UTF-8'}" title="{$category->name|escape:'htmlall':'UTF-8'}" id="categoryImage" /> {/if} Ce que j'aimerais ajouter est la catégorie parent si il y en a une. J'ai essaye d'ajoute ce bout de code mais qui ne fonctionne pas : {$parent->name}Merci par avance de votre aide.Version prestashop : 1.3 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