Jump to content

Ajout bouton retour catégorie sur page produit mais je n’arrive pas faire fonctionner l’url rewriting.


Enduro

Recommended Posts

Bonjour

J'ai ajouté un bouton retour catégorie sur la page produit en complément avec le module productlinksnc mais le code que j'ai mis dans le tpl product.tpl ne fonctionne pas en url rewriting.

Le retour fonctionne mais j'ai une url du type: .../category.php?id_category=3 et je voudrais .../3-accessoires-ipod

Je précise que je suis bien en configuration de la boutique avec URL simplifiée et j'ai régénéré le htaccess

Voici le code:

getCategoryLink($product->id_category_default, $category->name->link_rewrite)}">{l s='Catalogue'}



Si quelqu'un peux me dire ou est l'erreur

Merci.

Link to comment
Share on other sites

J'ai un truc bizarre, j'ai mis en code:

getCategoryLink($categoryProduct.id_category_default, $categoryProduct.link_rewrite)}"title="{l s='Return towards the section'}">{l s='catalogue'}



J'ai bien l'url rewrite et la redirection vers la rubrique fonctionne mais au lieu d'avoir: …/3-accessoires-ipod j'ai: .../3-housse-portefeuille-en-cuir-ipod-nano-noir-chocolat

Link to comment
Share on other sites

J'ai remplacé par:

getCategoryLink($categoryProduct.id_category_default,$categoryProduct.category.link_rewrite)}"title="{l s='Return towards the section'}">{l s='catalogue'}



J'ai maintenant: .../2-i au lieu de .../2-ipods

Link to comment
Share on other sites

Personne n'a une idée ?

mon dernier code est celui-ci:

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



Mais j'ai toujours le même résultat le lien fonctionne mais le nom de la catégorie est tronqué je n'ai qu'une lettre

Help me

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