Enduro Posted May 22, 2011 Share Posted May 22, 2011 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 More sharing options...
mathieu.e Posted May 22, 2011 Share Posted May 22, 2011 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 More sharing options...
mathieu.e Posted May 22, 2011 Share Posted May 22, 2011 Bien entendu n'oublies pas de remettre le href sur le lien. Le guillemet qui posait problème se trouvait juste avant le title de ton lien Link to comment Share on other sites More sharing options...
Enduro Posted May 22, 2011 Author Share Posted May 22, 2011 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 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