Jump to content

Categorie parente


Recommended Posts

Bonjour à tous,

 

Je travaille sur prestashop 1.7.

J'aimerais récupérer le nom de la catégorie parente ainsi qu'un autre champs que j'ai créé

{if isset($product.id_category_default)}
{assign var='catnameq' value=Category::getCategoryInformations(array($product.id_category_default))}
1 id_category : {$catnameq[$product.id_category_default].id_category}<br /> 
2 name : {$catnameq[$product.id_category_default].name}<br />
3 id_lang : {$catnameq[$product.id_category_default].id_lang}<br />
4 color_cat : {$catnameq[$product.id_category_default].color_cat}<br />
5 link_rewrite : {$catnameq[$product.id_category_default].link_rewrite}<br />
{/if}

J'arrive à tout afficher avec ce code sauf le 4 qui est justement celui dont j'ai besoin, quelqu'un aurait-il une idée du pq ?

 

Merci d'avance pour votre aide

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