Jump to content

[Résolu] Variable du nom de la catégorie


Recommended Posts

Bonjour,

J'ai ajouté un bouton retour catégorie sur la page produit. J'essaye maintenant d'ajouter en infobulle une phrase du type "retourner vers la rubrique "nom de la rubrique par défaut de la page produit" mais impossible.

Voici le code que j'ai mis dans le fichier product.tpl:


getCategoryLink($product->id_category_default, $product->category)|escape:'htmlall':'UTF-8'} "title="{l s='Return towards the section'} {$category->name|escape:'htmlall':'UTF-8'}">{l s='catalogue'}



Si quelqu'un à une idée...

Merci.

Link to comment
Share on other sites

Bonjour,

Ton code est bon mais tu avais un problème au niveau de tes guillemets : Voici le bon code



getCategoryLink($product->id_category_default, $product->category)|escape:'htmlall':'UTF-8'}" title="{l s='Return towards the section'} {$category->name|escape:'htmlall':'UTF-8'}" >{l s='catalogue'}
 

Link to comment
Share on other sites

Merci pour ton aide, mais ce code ne fonctionne pas même avec les bons guillemets.

Je m'y suis remis et je viens de trouver le bon code. J'ai utilisé la fonction debug que je viens de découvrir (très pratique)

Donc le bon code pour ce que çà intéresse:


getCategoryLink($product->id_category_default, $product->category)|escape:'htmlall':'UTF-8'}" title="{l s='Return towards the section'} {$categoryProduct.category_default|escape:'htmlall':'UTF-8'}" >{l s='catalogue'}



et çà ma permis enfin je pense à comprendre comment écrire une variable... Çà me changera de mettre des variables au hasard.

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